You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/08/25 12:38:22 UTC

svn commit: r1161485 - /uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml

Author: joern
Date: Thu Aug 25 10:38:22 2011
New Revision: 1161485

URL: http://svn.apache.org/viewvc?rev=1161485&view=rev
Log:
UIMA-2173 Fixed annotate action

Modified:
    uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml?rev=1161485&r1=1161484&r2=1161485&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml Thu Aug 25 10:38:22 2011
@@ -83,6 +83,14 @@
             description="Quick Annotate"
             name="Quick Annotate">
       </command>
+      
+      <command
+            categoryId="org.apache.uima.caseditor.annotate"
+            id="Annotate"
+            description="Quick Annotate"
+            name="Annotate">
+      </command>
+      
       <command
             categoryId="org.apache.uima.caseditor.annotate"
             id="WideRightAnnotationSide"