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/04/13 10:46:34 UTC

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

Author: joern
Date: Wed Apr 13 08:46:34 2011
New Revision: 1091705

URL: http://svn.apache.org/viewvc?rev=1091705&view=rev
Log:
UIMA-2122 Added type system location property page contribution

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=1091705&r1=1091704&r2=1091705&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml Wed Apr 13 08:46:34 2011
@@ -240,6 +240,14 @@
 				<instanceof value="org.apache.uima.caseditor.editor.styleview.AnnotationTypeNode"/>
 			</enabledWhen>
 		</page>
+		
+        <page
+            adaptable="true"
+            objectClass="org.eclipse.core.resources.IProject"
+            class="org.apache.uima.caseditor.ui.property.TypeSystemLocationPropertyPage"
+            name="UIMA Type System"
+            id="org.apache.uima.caseditor.TypeSystemLocationPropertyPage">
+            </page>
 	</extension>
 	
 	<extension point="org.eclipse.core.runtime.adapters">