You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2018/12/20 14:33:33 UTC

svn commit: r1849395 - /uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/src/main/resources/category.xml

Author: schor
Date: Thu Dec 20 14:33:33 2018
New Revision: 1849395

URL: http://svn.apache.org/viewvc?rev=1849395&view=rev
Log:
[UIMA-5937] remove v2 versions of plugins (the v3 plugins are in a separate spot), update the label to say version 3

Modified:
    uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/src/main/resources/category.xml

Modified: uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/src/main/resources/category.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/src/main/resources/category.xml?rev=1849395&r1=1849394&r2=1849395&view=diff
==============================================================================
--- uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/src/main/resources/category.xml (original)
+++ uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/src/main/resources/category.xml Thu Dec 20 14:33:33 2018
@@ -17,15 +17,11 @@
    specific language governing permissions and limitations
    under the License.    
 -->
+
 <site>
-   <feature url="features/org.apache.uima.as.deployeditor_2.3.1.jar" id="org.apache.uima.as.deployeditor" version="2.3.1">
-      <category name="uima-as-tooling"/>
-   </feature>
-   <feature url="features/org.apache.uima.as.deployeditor_2.4.0.jar" id="org.apache.uima.as.deployeditor" version="2.4.0">
-      <category name="uima-as-tooling"/>
-   </feature>
+   <!-- removed pre-3.x.x versions -->
    <feature url="features/org.apache.uima.as.deployeditor_${parsedVersion.osgiVersion}.jar" id="org.apache.uima.as.deployeditor" version="${parsedVersion.osgiVersion}">
       <category name="uima-as-tooling"/>
    </feature>
-   <category-def name="uima-as-tooling" label="Apache UIMA-AS (Asynchronous Scaleout) Eclipse tooling"/>
+   <category-def name="uima-as-tooling" label="Apache UIMA-AS (Asynchronous Scaleout) Eclipse tooling version 3"/>
 </site>