You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/07/20 10:01:11 UTC

svn commit: r557915 - in /incubator/uima/sandbox/trunk/CasEditor: caseditor.product icons/UIMA_logo_50.gif icons/typesystem.gif plugin.xml

Author: twgoetz
Date: Fri Jul 20 01:01:10 2007
New Revision: 557915

URL: http://svn.apache.org/viewvc?view=rev&rev=557915
Log:
Jira UIMA-501: apply UIMA-501.patch and UIMA-501-icons.zip.

https://issues.apache.org/jira/browse/UIMA-501

Added:
    incubator/uima/sandbox/trunk/CasEditor/icons/UIMA_logo_50.gif   (with props)
    incubator/uima/sandbox/trunk/CasEditor/icons/typesystem.gif   (with props)
Modified:
    incubator/uima/sandbox/trunk/CasEditor/caseditor.product
    incubator/uima/sandbox/trunk/CasEditor/plugin.xml

Modified: incubator/uima/sandbox/trunk/CasEditor/caseditor.product
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditor/caseditor.product?view=diff&rev=557915&r1=557914&r2=557915
==============================================================================
--- incubator/uima/sandbox/trunk/CasEditor/caseditor.product (original)
+++ incubator/uima/sandbox/trunk/CasEditor/caseditor.product Fri Jul 20 01:01:10 2007
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.1"?>
 
-<product name="caseditor" id="org.apache.uima.caseditor.product" application="org.apache.uima.caseditor.application" useFeatures="false">
+<product name="Cas Editor" id="org.apache.uima.caseditor.product" application="org.apache.uima.caseditor.application" useFeatures="false">
 
    <aboutInfo>
+      <image path="/CasEditor/icons/UIMA_logo_50.gif"/>
       <text>
-         about dialog
+         Cas Editor
+Apache UIMA Version 2.2-incubating
+Copyright 2006, 2007 The Apache Software Foundation
       </text>
    </aboutInfo>
 
@@ -17,11 +20,8 @@
    <windowImages/>
 
    <splash
-      location="org.apache.uima.caseditor"
-      startupProgressRect="0,0,0,0"
-      startupMessageRect="0,0,0,0"
-      startupForegroundColor="000000" />
-   <launcher name="tae">
+      location="org.apache.uima.caseditor" />
+   <launcher name="Cas Editor">
       <macosx icon="/org.apache.uima.caseditor/icons/sample.icns"/>
       <solaris/>
       <win useIco="true">
@@ -31,6 +31,10 @@
    </launcher>
 
 
+   <vm>
+      <macos type="ee">J2SE-1.5</macos>
+   </vm>
+
    <plugins>
       <plugin id="com.ibm.icu"/>
       <plugin id="org.apache.uima.caseditor"/>
@@ -39,44 +43,48 @@
       <plugin id="org.eclipse.ant.core"/>
       <plugin id="org.eclipse.core.commands"/>
       <plugin id="org.eclipse.core.contenttype"/>
+      <plugin id="org.eclipse.core.databinding"/>
       <plugin id="org.eclipse.core.expressions"/>
       <plugin id="org.eclipse.core.filesystem"/>
-      <plugin id="org.eclipse.core.filesystem.hpux.PA_RISC" fragment="true"/>
-      <plugin id="org.eclipse.core.filesystem.linux.x86" fragment="true"/>
-      <plugin id="org.eclipse.core.filesystem.linux.x86_64" fragment="true"/>
+      <plugin id="org.eclipse.core.filesystem.hpux.PA_RISC"/>
+      <plugin id="org.eclipse.core.filesystem.linux.x86"/>
+      <plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
       <plugin id="org.eclipse.core.filesystem.macosx" fragment="true"/>
-      <plugin id="org.eclipse.core.filesystem.win32.x86" fragment="true"/>
+      <plugin id="org.eclipse.core.filesystem.win32.x86"/>
       <plugin id="org.eclipse.core.jobs"/>
       <plugin id="org.eclipse.core.resources"/>
       <plugin id="org.eclipse.core.resources.compatibility" fragment="true"/>
-      <plugin id="org.eclipse.core.resources.win32" fragment="true"/>
+      <plugin id="org.eclipse.core.resources.win32"/>
       <plugin id="org.eclipse.core.runtime"/>
       <plugin id="org.eclipse.core.runtime.compatibility"/>
       <plugin id="org.eclipse.core.runtime.compatibility.auth"/>
       <plugin id="org.eclipse.core.runtime.compatibility.registry" fragment="true"/>
       <plugin id="org.eclipse.core.variables"/>
+      <plugin id="org.eclipse.equinox.app"/>
       <plugin id="org.eclipse.equinox.common"/>
       <plugin id="org.eclipse.equinox.preferences"/>
       <plugin id="org.eclipse.equinox.registry"/>
       <plugin id="org.eclipse.help"/>
       <plugin id="org.eclipse.jface"/>
+      <plugin id="org.eclipse.jface.databinding"/>
       <plugin id="org.eclipse.jface.text"/>
       <plugin id="org.eclipse.osgi"/>
       <plugin id="org.eclipse.pde.runtime"/>
       <plugin id="org.eclipse.swt"/>
       <plugin id="org.eclipse.swt.carbon.macosx" fragment="true"/>
-      <plugin id="org.eclipse.swt.gtk.linux.ppc" fragment="true"/>
-      <plugin id="org.eclipse.swt.gtk.linux.x86" fragment="true"/>
-      <plugin id="org.eclipse.swt.gtk.linux.x86_64" fragment="true"/>
-      <plugin id="org.eclipse.swt.gtk.solaris.sparc" fragment="true"/>
-      <plugin id="org.eclipse.swt.motif.aix.ppc" fragment="true"/>
-      <plugin id="org.eclipse.swt.motif.hpux.PA_RISC" fragment="true"/>
-      <plugin id="org.eclipse.swt.motif.linux.x86" fragment="true"/>
-      <plugin id="org.eclipse.swt.win32.win32.x86" fragment="true"/>
+      <plugin id="org.eclipse.swt.gtk.linux.ppc"/>
+      <plugin id="org.eclipse.swt.gtk.linux.x86"/>
+      <plugin id="org.eclipse.swt.gtk.linux.x86_64"/>
+      <plugin id="org.eclipse.swt.gtk.solaris.sparc"/>
+      <plugin id="org.eclipse.swt.motif.aix.ppc"/>
+      <plugin id="org.eclipse.swt.motif.hpux.PA_RISC"/>
+      <plugin id="org.eclipse.swt.motif.linux.x86"/>
+      <plugin id="org.eclipse.swt.win32.win32.x86"/>
       <plugin id="org.eclipse.text"/>
       <plugin id="org.eclipse.ui"/>
       <plugin id="org.eclipse.ui.carbon" fragment="true"/>
       <plugin id="org.eclipse.ui.forms"/>
+      <plugin id="org.eclipse.ui.intro"/>
       <plugin id="org.eclipse.ui.views"/>
       <plugin id="org.eclipse.ui.views.properties.tabbed"/>
       <plugin id="org.eclipse.ui.workbench"/>

Added: incubator/uima/sandbox/trunk/CasEditor/icons/UIMA_logo_50.gif
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditor/icons/UIMA_logo_50.gif?view=auto&rev=557915
==============================================================================
Binary file - no diff available.

Propchange: incubator/uima/sandbox/trunk/CasEditor/icons/UIMA_logo_50.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/uima/sandbox/trunk/CasEditor/icons/typesystem.gif
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditor/icons/typesystem.gif?view=auto&rev=557915
==============================================================================
Binary file - no diff available.

Propchange: incubator/uima/sandbox/trunk/CasEditor/icons/typesystem.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/uima/sandbox/trunk/CasEditor/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/CasEditor/plugin.xml?view=diff&rev=557915&r1=557914&r2=557915
==============================================================================
--- incubator/uima/sandbox/trunk/CasEditor/plugin.xml (original)
+++ incubator/uima/sandbox/trunk/CasEditor/plugin.xml Fri Jul 20 01:01:10 2007
@@ -21,295 +21,299 @@
 -->
 
 <plugin>
+   <extension-point id="splashExtension" name="Splash Extensions" schema="schema/splashExtension.exsd"/>
 
-   <extension
-         id="application"
-         point="org.eclipse.core.runtime.applications">
-      <application>
-         <run
-               class="org.apache.uima.caseditor.Application">
-         </run>
-      </application>
-   </extension>
-
-	<extension 
-		point="org.eclipse.core.resources.natures" 
-		id="NLPProject"
-		name="NLP Nature">
+	<extension id="application"
+		point="org.eclipse.core.runtime.applications">
+		<application>
+			<run class="org.apache.uima.caseditor.Application"></run>
+		</application>
+	</extension>
+
+	<extension point="org.eclipse.core.resources.natures"
+		id="NLPProject" name="NLP Nature">
 		<runtime>
-			<run class="org.apache.uima.caseditor.core.model.NlpProject"/>
+			<run
+				class="org.apache.uima.caseditor.core.model.NlpProject" />
 		</runtime>
 	</extension>
-	
-	 <extension
-	       id="problem"
-	       name="Problem"
-	       point="org.eclipse.core.resources.markers">
-		<super type="org.eclipse.core.resources.problemmarker"/>
-	    <persistent value="false"/>
-	 </extension>
-	 
-	 
-	 <!-- ui extensions-->
-	 
-	 	<extension point="org.eclipse.ui.views">
-		<category id="org.apache.uima.caseditor.ui.views" name="NLP"/>
-		
+
+	<extension id="problem" name="Problem"
+		point="org.eclipse.core.resources.markers">
+		<super type="org.eclipse.core.resources.problemmarker" />
+		<persistent value="false" />
+	</extension>
+
+
+	<!-- ui extensions-->
+
+	<extension point="org.eclipse.ui.views">
+		<category id="org.apache.uima.caseditor.ui.views" name="NLP" />
+
 		<view id="org.apache.uima.caseditor.corpusview"
 			name="Corpus Explorer"
 			class="org.apache.uima.caseditor.ui.corpusview.CorpusExplorerView"
 			icon="icons/svgicons/explorer.png"
-			category="org.apache.uima.caseditor.ui.views"/>
-		
+			category="org.apache.uima.caseditor.ui.views" />
+
 	</extension>
 
-	<extension
-		point="org.eclipse.ui.newWizards">
-		
-		<category
-			name="NLP"
-			id="org.apache.uima.caseditor.ui.wizards"/>
+	<extension point="org.eclipse.ui.newWizards">
 
-		<wizard
-        canFinishEarly="false"
-        category="org.apache.uima.caseditor.ui.wizards"
-        class="org.apache.uima.caseditor.ui.wizards.NewNlpProjectWizard"
-        descriptionImage="icons/nlp.gif"
-        finalPerspective="org.apache.uima.caseditor.perspective.NLP"
-        hasPages="true"
-        icon="icons/nlp.gif"
-        id="org.apache.uima.caseditor.wizards.NLPProjectWizard"
-        name="Project"
-        preferredPerspectives="org.apache.uima.caseditor.perspective.NLP"
-        project="true">
-			<description>
-            	Create a NLP project
-         	</description>
+		<category name="NLP" id="org.apache.uima.caseditor.ui.wizards" />
+
+		<wizard canFinishEarly="false"
+			category="org.apache.uima.caseditor.ui.wizards"
+			class="org.apache.uima.caseditor.ui.wizards.NewNlpProjectWizard"
+			finalPerspective="org.apache.uima.caseditor.perspective.NLP"
+			hasPages="true" icon="icons/svgicons/corpus.png"
+			id="org.apache.uima.caseditor.wizards.NLPProjectWizard"
+			name="Project"
+			preferredPerspectives="org.apache.uima.caseditor.perspective.NLP"
+			project="true">
+			<description>Create a NLP project</description>
 		</wizard>
-<!--		
-  <wizard
-        canFinishEarly="false"
-        category="org.apache.uima.caseditor.ui.wizards"
-        class="org.apache.uima.caseditor.ui.wizards.WizardNewFileCreation"
-        finalPerspective="org.apache.uima.caseditor.perspective.NLP"
-        hasPages="true"
-        icon="icons/nlp.gif"
-        id="org.apache.uima.caseditor.ui.wizards.WizardNewFileCreation"
-        name="File"
-        preferredPerspectives="org.apache.uima.caseditor.perspective.NLP"
-        project="true"/>
-        
-  <wizard
-        canFinishEarly="false"
-        category="org.apache.uima.caseditor.ui.wizards"
-        class="org.apache.uima.caseditor.ui.wizards.WizardNewFolderCreation"
-        finalPerspective="org.apache.uima.caseditor.perspective.NLP"
-        hasPages="true"
-        icon="icons/nlp.gif"
-        id="org.apache.uima.caseditor.ui.wizards.WizardNewFolderCreation"
-        name="Folder"
-        preferredPerspectives="org.apache.uima.caseditor.perspective.NLP"
-        project="true"/> -->
+		<!--		
+			<wizard
+			canFinishEarly="false"
+			category="org.apache.uima.caseditor.ui.wizards"
+			class="org.apache.uima.caseditor.ui.wizards.WizardNewFileCreation"
+			finalPerspective="org.apache.uima.caseditor.perspective.NLP"
+			hasPages="true"
+			icon="icons/nlp.gif"
+			id="org.apache.uima.caseditor.ui.wizards.WizardNewFileCreation"
+			name="File"
+			preferredPerspectives="org.apache.uima.caseditor.perspective.NLP"
+			project="true"/>
+			
+			<wizard
+			canFinishEarly="false"
+			category="org.apache.uima.caseditor.ui.wizards"
+			class="org.apache.uima.caseditor.ui.wizards.WizardNewFolderCreation"
+			finalPerspective="org.apache.uima.caseditor.perspective.NLP"
+			hasPages="true"
+			icon="icons/nlp.gif"
+			id="org.apache.uima.caseditor.ui.wizards.WizardNewFolderCreation"
+			name="Folder"
+			preferredPerspectives="org.apache.uima.caseditor.perspective.NLP"
+			project="true"/> -->
 	</extension>
-	
-	<extension point="org.eclipse.ui.importWizards">
+
+	<!--  
+		<extension point="org.eclipse.ui.importWizards">
 		<wizard
-        	class="org.apache.uima.caseditor.ui.wizards.ImportDocumentWizard"
-        	icon="icons/nlp.gif"
-        	id="org.apache.uima.caseditor.ui.wizards.NewDocumentWizard"
-        	name="Document">
-			<description>
-				Create a Document
-			</description>
+		class="org.apache.uima.caseditor.ui.wizards.ImportDocumentWizard"
+		icon="icons/nlp.gif"
+		id="org.apache.uima.caseditor.ui.wizards.NewDocumentWizard"
+		name="Document">
+		<description>Create a Document</description>
 		</wizard>
-	</extension>
-	
+		</extension>
+	-->
+
 	<extension point="org.eclipse.ui.perspectives">
 		<perspective
-        class="org.apache.uima.caseditor.ui.NlpPerspectiveFactory"
-        fixed="true"
-        icon="icons\UIMA_logo_50.png"
-        id="org.apache.uima.caseditor.perspective.NLP"
-        name="NLP">
+			class="org.apache.uima.caseditor.ui.NlpPerspectiveFactory"
+			fixed="true" icon="icons/svgicons/corpus.png"
+			id="org.apache.uima.caseditor.perspective.NLP" name="NLP">
 		</perspective>
 	</extension>
-      
-	<extension point="org.eclipse.ui.propertyPages"> 
+
+	<extension point="org.eclipse.ui.propertyPages">
 		<page
-        class="org.apache.uima.caseditor.ui.property.ProjectPropertyPage"
-        icon="icons/nlp.gif"
-        id="org.apache.uima.caseditor.corpusPropertyPage"
-        name="Project"
-        objectClass="org.apache.uima.caseditor.core.model.NlpProject"/> 
-        
+			class="org.apache.uima.caseditor.ui.property.ProjectPropertyPage"
+			icon="icons/svgicons/corpus.png"
+			id="org.apache.uima.caseditor.corpusPropertyPage" name="Project"
+			objectClass="org.apache.uima.caseditor.core.model.NlpProject" />
+
 		<page
-	        class="org.apache.uima.caseditor.ui.property.DocumentPropertyPage"
-	        icon="icons/nlp.gif"
-	        id="org.apache.uima.caseditor.documentPropertyPage"
-	        name="Document"
-	        objectClass="org.apache.uima.caseditor.core.model.DocumentElement"/>
-  		<page
-		    class="org.apache.uima.caseditor.ui.property.AnnotationPropertyPage"
-		    icon="icons/nlp.gif"
-		    id="org.apache.uima.caseditor.annotationspropertypage"
-		    name="Annotations"
-		    objectClass="org.apache.uima.caseditor.core.model.NlpProject"/> 
+			class="org.apache.uima.caseditor.ui.property.DocumentPropertyPage"
+			icon="icons/svgicons/document.png"
+			id="org.apache.uima.caseditor.documentPropertyPage" name="Document"
+			objectClass="org.apache.uima.caseditor.core.model.DocumentElement" />
+		<page
+			class="org.apache.uima.caseditor.ui.property.AnnotationPropertyPage"
+			icon="icons/svgicons/corpus.png"
+			id="org.apache.uima.caseditor.annotationspropertypage"
+			name="Annotations"
+			objectClass="org.apache.uima.caseditor.core.model.NlpProject" />
 	</extension>
- <extension
-       point="org.eclipse.core.runtime.adapters">
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.NlpModel"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.NlpProject"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.CorpusElement"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.TypesystemElement"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.DocumentElement"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.ConsumerElement"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.AnnotatorElement"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.apache.uima.caseditor.core.model.CasProcessorFolder"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-    <factory
-          adaptableType="org.eclipse.core.resources.IFile"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-        <factory
-          adaptableType="org.eclipse.core.resources.IFolder"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
-            <factory
-          adaptableType="org.eclipse.core.resources.IProject"
-          class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
-       <adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
-    </factory>
- </extension>
-	 
-	 
-	 <!-- editor extensions -->
-	 <extension point="org.eclipse.ui.editors">
-		<editor
-			icon="icons/UIMA_logo_50.png"
+	<extension point="org.eclipse.core.runtime.adapters">
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.NlpModel"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.NlpProject"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.CorpusElement"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.TypesystemElement"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.DocumentElement"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.ConsumerElement"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.AnnotatorElement"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory
+			adaptableType="org.apache.uima.caseditor.core.model.CasProcessorFolder"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory adaptableType="org.eclipse.core.resources.IFile"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory adaptableType="org.eclipse.core.resources.IFolder"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+		<factory adaptableType="org.eclipse.core.resources.IProject"
+			class="org.apache.uima.caseditor.ui.model.ElementWorkbenchAdapterFactory">
+			<adapter type="org.eclipse.ui.model.IWorkbenchAdapter" />
+		</factory>
+	</extension>
+
+
+	<!-- editor extensions -->
+	<extension point="org.eclipse.ui.editors">
+		<editor icon="icons/svgicons/document.png"
 			class="org.apache.uima.caseditor.editor.AnnotationEditor"
 			name="Annotation Editor"
 			contributorClass="org.apache.uima.caseditor.editor.AnnotationEditorActionContributor"
-			id="org.apache.uima.caseditor.editor"
-			extensions="xcas">
+			id="org.apache.uima.caseditor.editor" extensions="xcas">
 		</editor>
-		
-		<editor
-			icon="icons/UIMA_logo_50.png"
+
+		<editor icon="icons/svgicons/document.png"
 			class="org.apache.uima.caseditor.editor.SimpleTextEditor"
-			name="Text Editor"
-			id="org.apache.uima.caseditor.texteditor"
-			default="true"/>
-   </extension>
-   
+			name="Text Editor" id="org.apache.uima.caseditor.texteditor"
+			default="true" />
+	</extension>
+
 	<extension point="org.eclipse.ui.editors.annotationTypes">
-		<type name="org.apache.uima.caseditor.Annotation"/>
-		<type name="uima.tcas.Annotation"/>
+		<type name="org.apache.uima.caseditor.Annotation" />
+		<type name="uima.tcas.Annotation" />
 	</extension>
-	
-		<extension point="org.eclipse.ui.editors.markerAnnotationSpecification">
+
+	<extension
+		point="org.eclipse.ui.editors.markerAnnotationSpecification">
 		<specification
 			annotationType="org.apache.uima.caseditor.Annotation"
 			colorPreferenceKey="annotationIndicationColor"
-			colorPreferenceValue="244,100,45"
-			contributesToHeader="true"
+			colorPreferenceValue="244,100,45" contributesToHeader="true"
 			highlightPreferenceKey="annotationIndicationHighlighting"
-			highlightPreferenceValue="false"
-			icon="icon\book.gif"
+			highlightPreferenceValue="false" icon="icon\book.gif"
 			isGoToNextNavigationTarget="false"
 			isGoToNextNavigationTargetKey="isAnnotationGoToNextNavigationTarget"
 			isGoToPreviousNavigationTarget="false"
 			isGoToPreviousNavigationTargetKey="isAnnotationGoToPreviousNavigationTarget"
 			label="Annotation"
 			overviewRulerPreferenceKey="annotationIndicationInOverviewRuler"
-			overviewRulerPreferenceValue="false"
-			presentationLayer="5"
+			overviewRulerPreferenceValue="false" presentationLayer="5"
 			showInNextPrevDropdownToolbarAction="true"
 			showInNextPrevDropdownToolbarActionKey="showAnnotationInNextPrevDropdownToolbarAction"
-			symbolicIcon="warning"
-			textPreferenceKey="annotationIndication"
+			symbolicIcon="warning" textPreferenceKey="annotationIndication"
 			textPreferenceValue="true"
 			verticalRulerPreferenceKey="annotationIndicationInVerticalRuler"
-			verticalRulerPreferenceValue="false"
-			includeOnPreferencePage="false"/>
+			verticalRulerPreferenceValue="false" includeOnPreferencePage="false" />
 	</extension>
-	
+
 	<extension point="org.eclipse.ui.views">
-		<category id="org.apache.uima.caseditor.ui.views" name="NLP"/>
+		<category id="org.apache.uima.caseditor.ui.views" name="NLP" />
 		<view id="org.apache.uima.caseditor.fsview"
 			name="FeatureStructure View"
 			class="org.apache.uima.caseditor.editor.fsview.FeatureStructureBrowserView"
 			icon="icons/svgicons/fsview.png"
-			category="org.apache.uima.caseditor.ui.views"/>
+			category="org.apache.uima.caseditor.ui.views" />
 	</extension>
- <extension point="org.eclipse.core.runtime.adapters">
-    <factory
-          adaptableType="org.apache.uima.caseditor.editor.ModelFeatureStructure"
-          class="org.apache.uima.caseditor.editor.PropertySourceAdapterFactory">
-          
-    <adapter type= "org.eclipse.ui.views.properties.IPropertySource"/>      
-          </factory>
+	<extension point="org.eclipse.core.runtime.adapters">
+		<factory
+			adaptableType="org.apache.uima.caseditor.editor.ModelFeatureStructure"
+			class="org.apache.uima.caseditor.editor.PropertySourceAdapterFactory">
+
+			<adapter
+				type="org.eclipse.ui.views.properties.IPropertySource" />
+		</factory>
+	</extension>
+
+	<!-- Please change these settings in the caseditor.product file and then sync -->
+	<extension id="product" point="org.eclipse.core.runtime.products">
+		<product application="org.apache.uima.caseditor.application"
+			name="Cas Editor">
+			<property
+         name="aboutText"
+         value="Cas Editor&#x0A;Apache UIMA Version 2.2-incubating&#x0A;Copyright 2006, 2007 The Apache Software Foundation"/>
+
+			<property name="preferenceCustomization"
+				value="plugin_customization.ini" />
+			<property name="appName" value="Cas Editor"></property>
+			<property name="aboutImage"
+				value="icons/UIMA_logo_50.gif">
+			</property>
+		</product>
+	</extension>
+
+	<extension point="org.eclipse.ui.elementFactories">
+		<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
-         id="product"
-         point="org.eclipse.core.runtime.products">
-      <product
-            application="org.apache.uima.caseditor.application"
-            name="caseditor">
-         <property
-               name="aboutText"
-               value="about dialog"/>
-               
-         <property
-               name="preferenceCustomization"
-               value="preferences.ini"/>
-         <property
-               name="startupProgressRect"
-               value="0,0,0,0"/>
-         <property
-               name="startupMessageRect"
-               value="0,0,0,0"/>
-         <property
-               name="startupForegroundColor"
-               value="000000"/>
-      </product>
-   </extension>
-   
-    <extension point="org.eclipse.ui.elementFactories">
-    <factory id="org.apache.uima.caseditor.FileEditorInputFactory" class="org.apache.uima.caseditor.FileEditorInputFactory" /> 
+ <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>