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 2009/07/06 19:18:01 UTC

svn commit: r791543 - /incubator/uima/uimaj/trunk/uimaj-eclipse-feature-tools/feature.xml

Author: schor
Date: Mon Jul  6 17:18:01 2009
New Revision: 791543

URL: http://svn.apache.org/viewvc?rev=791543&view=rev
Log:
add caseditor plugin to the tools feature

Modified:
    incubator/uima/uimaj/trunk/uimaj-eclipse-feature-tools/feature.xml

Modified: incubator/uima/uimaj/trunk/uimaj-eclipse-feature-tools/feature.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-eclipse-feature-tools/feature.xml?rev=791543&r1=791542&r2=791543&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-eclipse-feature-tools/feature.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-eclipse-feature-tools/feature.xml Mon Jul  6 17:18:01 2009
@@ -111,5 +111,12 @@
          install-size="0"
          version="2.3.0.incubating-SNAPSHOT"
          unpack="false"/>
+		 
+   <plugin
+         id="org.apache.uima.caseditor"
+         download-size="0"
+         install-size="0"
+         version="2.3.0.incubating-SNAPSHOT"
+         unpack="false"/>
 
 </feature>