[maven-release-plugin]  copy for tag uimaj-2.3.1-rc1

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.3.1-rc1@1042846 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/uimaj-eclipse-feature-runtime/src/main/resources/feature.xml b/uimaj-eclipse-feature-runtime/src/main/resources/feature.xml
new file mode 100644
index 0000000..6f1abf8
--- /dev/null
+++ b/uimaj-eclipse-feature-runtime/src/main/resources/feature.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one

+   or more contributor license agreements.  See the NOTICE file

+   distributed with this work for additional information

+   regarding copyright ownership.  The ASF licenses this file

+   to you under the Apache License, Version 2.0 (the

+   "License"); you may not use this file except in compliance

+   with the License.  You may obtain a copy of the License at

+

+     http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing,

+   software distributed under the License is distributed on an

+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+   KIND, either express or implied.  See the License for the

+   specific language governing permissions and limitations

+   under the License.    

+-->

+<feature

+      id="org.apache.uima.runtime"

+      label="UIMA Runtime"

+      version="${parsedVersion.osgiVersion}"

+      provider-name="Apache Software Foundation">

+

+   <description url="http://uima.apache.org">

+      This feature packages the UIMA runtime libraries plugin.

+   </description>

+

+   <copyright url="http://www.apache.org/licenses/LICENSE-2.0">

+      Copyright the Apache Software Foundation and others; see License

+and NOTICE files

+   </copyright>

+

+   <license url="http://www.apache.org/licenses/LICENSE-2.0">

+      Licensed to the Apache Software Foundation (ASF) under one

+or more contributor license agreements.  See the NOTICE file

+distributed with this work for additional information

+regarding copyright ownership.  The ASF licenses this file

+to you under the Apache License, Version 2.0 (the

+&quot;License&quot;); you may not use this file except in compliance

+with the License.  You may obtain a copy of the License at

+http://www.apache.org/licenses/LICENSE-2.0

+Unless required by applicable law or agreed to in writing,

+software distributed under the License is distributed on an

+&quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+KIND, either express or implied.  See the License for the

+specific language governing permissions and limitations

+under the License.

+   </license>

+

+   <url>

+      <!-- note: following url must end in slash per tip #1 at http://www.eclipse.org/articles/Article-Update/keeping-up-to-date.html -->

+      <discovery label="UIMA Eclipse Plugins update site" url="http://www.apache.org/dist/uima/eclipse-update-site/"/>

+   </url>

+

+   <plugin

+         id="org.apache.uima.runtime"

+         download-size="0"

+         install-size="0"

+         version="${parsedVersion.osgiVersion}"

+         unpack="false"/>

+

+</feature>