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

svn commit: r559325 - /incubator/uima/sandbox/trunk/CasEditor/plugin.xml

Author: mbaessler
Date: Tue Jul 24 23:12:36 2007
New Revision: 559325

URL: http://svn.apache.org/viewvc?view=rev&rev=559325
Log:
UIMA-512

applied patch UIMA-512.patch

JIRA ticket https://issues.apache.org/jira/browse/UIMA-512

Modified:
    incubator/uima/sandbox/trunk/CasEditor/plugin.xml

Modified: incubator/uima/sandbox/trunk/CasEditor/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditor/plugin.xml?view=diff&rev=559325&r1=559324&r2=559325
==============================================================================
--- incubator/uima/sandbox/trunk/CasEditor/plugin.xml (original)
+++ incubator/uima/sandbox/trunk/CasEditor/plugin.xml Tue Jul 24 23:12:36 2007
@@ -21,8 +21,6 @@
 -->
 
 <plugin>
-   <extension-point id="splashExtension" name="Splash Extensions" schema="schema/splashExtension.exsd"/>
-
 	<extension id="application"
 		point="org.eclipse.core.runtime.applications">
 		<application>
@@ -46,7 +44,6 @@
 
 
 	<!-- ui extensions-->
-
 	<extension point="org.eclipse.ui.views">
 		<category id="org.apache.uima.caseditor.ui.views" name="NLP" />
 
@@ -276,44 +273,4 @@
 		<factory id="org.apache.uima.caseditor.FileEditorInputFactory"
 			class="org.apache.uima.caseditor.FileEditorInputFactory" />
 	</extension>
- <extension
-       point="org.eclipse.ui.splashHandlers">
-    <splashHandler
-          class="org.apache.uima.caseditor.splashHandlers.ExtensibleSplashHandler"
-          id="org.apache.uima.caseditor.splashHandlers.extensible">
-    </splashHandler>
-    <splashHandler
-          class="org.apache.uima.caseditor.splashHandlers.InteractiveSplashHandler"
-          id="org.apache.uima.caseditor.splashHandlers.interactive">
-    </splashHandler>
- </extension>
- <extension
-       point="org.apache.uima.caseditor.splashExtension">
-    <splashExtension
-          icon="icons/af.png"
-          id="af"
-          tooltip="Application Framework">
-    </splashExtension>
-    <splashExtension
-          icon="icons/embedded.png"
-          id="embedded"
-          tooltip="Embedded">
-    </splashExtension>
-    <splashExtension
-          icon="icons/enterprise.png"
-          id="enterprise"
-          tooltip="Enterprise">
-    </splashExtension>
-    <splashExtension
-          icon="icons/languages.png"
-          id="languages"
-          tooltip="Languages">
-    </splashExtension>
-    <splashExtension
-          icon="icons/rcp.png"
-          id="rcp"
-          tooltip="RCP">
-    </splashExtension>
- </extension>
-
 </plugin>