On 11/10/11 3:56 PM, [email protected] wrote:
Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml URL:http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml?rev=1200355&r1=1200354&r2=1200355&view=diff ============================================================================== --- uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml (original) +++ uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml Thu Nov 10 14:56:31 2011 @@ -88,6 +88,12 @@ id="org.apache.uima.caseditor.ide.AnnotationEditorPreference" name="UIMA Annotation Editor"> </page> +<page + category="org.apache.uima.caseditor.ide.AnnotationEditorPreference" + class="org.apache.uima.caseditor.ide.CasEditorIdePreferencePage" + id="org.apache.uima.caseditor.ide.CasEditorIdePreference" + name="Cas Editor Ide"> +</page> </extension>
The grouping doesn't really makes sense. We should define a new group with the title "UIMA Cas Editor" and then use it as a root for the Annotation Editor and the new Cas Editor Ide Preference Page.
Jörn
