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/03 09:44:41 UTC

svn commit: r1153375 - in /uima/sandbox/trunk/TextMarker: org.apache.uima.tm.cev/plugin.xml org.apache.uima.tm.dltk.core/plugin.xml

Author: joern
Date: Wed Aug  3 07:44:40 2011
New Revision: 1153375

URL: http://svn.apache.org/viewvc?rev=1153375&view=rev
Log:
UIMA-2191 fixed extension points to outdated namespace

Modified:
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml
    uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/plugin.xml

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml?rev=1153375&r1=1153374&r2=1153375&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.cev/plugin.xml Wed Aug  3 07:44:40 2011
@@ -14,48 +14,48 @@
             icon="icons/cevViewer.png"
             contributorClass="org.apache.uima.tm.cev.editor.CEVViewerContributor"
             class="org.apache.uima.tm.cev.editor.CEVViewer"
-            id="de.uniwue.tm.cev.editor.CEVViewer">
+            id="org.apache.uima.tm.cev.editor.CEVViewer">
       </editor>
    </extension>
    <extension
          point="org.eclipse.ui.views">
       <category
-            id="de.uniwue.tm.cev.views"
+            id="org.apache.uima.tm.cev.views"
             name="CEV">
       </category>
       <view
-            category="de.uniwue.tm.cev.views"
+            category="org.apache.uima.tm.cev.views"
             class="org.apache.uima.tm.cev.views.selection.CEVSelectionView"
             icon="icons/views.png"
-            id="de.uniwue.tm.cev.views.selection"
+            id="org.apache.uima.tm.cev.views.selection"
             name="Selection">
       </view>
       <view
-            category="de.uniwue.tm.cev.views"
+            category="org.apache.uima.tm.cev.views"
             class="org.apache.uima.tm.cev.views.annotationBrowser.CEVAnnotationBrowserView"
             icon="icons/views.png"
-            id="de.uniwue.tm.cev.views.annotationBrowser"
+            id="org.apache.uima.tm.cev.views.annotationBrowser"
             name="Annotation Browser">
       </view>
       <view
-            category="de.uniwue.tm.cev.views"
+            category="org.apache.uima.tm.cev.views"
             class="org.apache.uima.tm.cev.views.editor.CEVAnnotationEditorView"
             icon="icons/edit.png"
-            id="de.uniwue.tm.cev.views.editor"
+            id="org.apache.uima.tm.cev.views.editor"
             name="Annotation Editor">
       </view>
       <view
-            category="de.uniwue.tm.cev.views"
+            category="org.apache.uima.tm.cev.views"
             class="org.apache.uima.tm.cev.views.palette.CEVAnnotationMarkerPaletteView"
             icon="icons/edit.png"
-            id="de.uniwue.tm.cev.views.palette"
+            id="org.apache.uima.tm.cev.views.palette"
             name="Marker Palette">
       </view>
       <view
-            category="de.uniwue.tm.cev.views"
+            category="org.apache.uima.tm.cev.views"
             class="org.apache.uima.tm.cev.views.fsBrowser.CEVFSBrowserView"
             icon="icons/views.png"
-            id="de.uniwue.tm.cev.views.fsBrowser"
+            id="org.apache.uima.tm.cev.views.fsBrowser"
             name="FS only Browser">
       </view>
    </extension>
@@ -69,75 +69,75 @@
          point="org.eclipse.ui.preferencePages">
       <page
             class="org.apache.uima.tm.cev.preferences.CEVViewerTreeViewPreferencePage"
-            id="de.uniwue.tm.cev.preferences.CEVViewerTreeViewPreferencePage"
+            id="org.apache.uima.tm.cev.preferences.CEVViewerTreeViewPreferencePage"
             name="CEV">
       </page>
       <page
-            category="de.uniwue.tm.cev.preferences.CEVViewerTreeViewPreferencePage"
+            category="org.apache.uima.tm.cev.preferences.CEVViewerTreeViewPreferencePage"
             class="org.apache.uima.tm.cev.preferences.CEVViewerAnnotationFilterPreferencePage"
-            id="de.uniwue.tm.cev.preferences.CEVViewerAnnotationFilterPreferencePage"
+            id="org.apache.uima.tm.cev.preferences.CEVViewerAnnotationFilterPreferencePage"
             name="Annotation Filter">
       </page>
    </extension>
    <extension
-         point="de.uniwue.tm.cev.cevEditors">
+         point="org.apache.uima.tm.cev.cevEditors">
       <editor
-            factory="de.uniwue.tm.cev.views.editor.CEVAnnotationEditorFactory"
-            id="de.uniwue.tm.textmarker.cev.extension.editor"
+            factory="org.apache.uima.tm.cev.views.editor.CEVAnnotationEditorFactory"
+            id="org.apache.uima.tm.textmarker.cev.extension.editor"
             priority="0"
-            viewId="de.uniwue.tm.cev.views.editor">
+            viewId="org.apache.uima.tm.cev.views.editor">
       </editor>
       <editor
-            factory="de.uniwue.tm.cev.views.palette.CEVAnnotationMarkerPaletteFactory"
-            id="de.uniwue.tm.textmarker.cev.extension.palette"
+            factory="org.apache.uima.tm.cev.views.palette.CEVAnnotationMarkerPaletteFactory"
+            id="org.apache.uima.tm.textmarker.cev.extension.palette"
             priority="0"
-            viewId="de.uniwue.tm.cev.views.palette">
+            viewId="org.apache.uima.tm.cev.views.palette">
       </editor>
    </extension>
    <extension
-         point="de.uniwue.tm.cev.cevViews">
+         point="org.apache.uima.tm.cev.cevViews">
       <view
-            factory="de.uniwue.tm.cev.views.annotationBrowser.CEVAnnotationBrowserViewFactory"
-            id="de.uniwue.tm.textmarker.cev.extension.annotationBrowser"
+            factory="org.apache.uima.tm.cev.views.annotationBrowser.CEVAnnotationBrowserViewFactory"
+            id="org.apache.uima.tm.textmarker.cev.extension.annotationBrowser"
             priority="0"
-            viewId="de.uniwue.tm.cev.views.annotationBrowser">
+            viewId="org.apache.uima.tm.cev.views.annotationBrowser">
       </view>
       <view
-            factory="de.uniwue.tm.cev.views.selection.CEVSelectionViewFactory"
-            id="de.uniwue.tm.textmarker.cev.extension.selection"
+            factory="org.apache.uima.tm.cev.views.selection.CEVSelectionViewFactory"
+            id="org.apache.uima.tm.textmarker.cev.extension.selection"
             priority="0"
-            viewId="de.uniwue.tm.cev.views.selection">
+            viewId="org.apache.uima.tm.cev.views.selection">
       </view>
       <view
-            factory="de.uniwue.tm.cev.views.fsBrowser.CEVFSBrowserViewFactory"
-            id="de.uniwue.tm.textmarker.cev.extension.fsBrowser"
+            factory="org.apache.uima.tm.cev.views.fsBrowser.CEVFSBrowserViewFactory"
+            id="org.apache.uima.tm.textmarker.cev.extension.fsBrowser"
             priority="0"
-            viewId="de.uniwue.tm.cev.views.fsBrowser">
+            viewId="org.apache.uima.tm.cev.views.fsBrowser">
       </view>
    </extension>
    <extension
-         point="de.uniwue.tm.cev.cevSearchStrategies">
+         point="org.apache.uima.tm.cev.cevSearchStrategies">
       <strategy
-            factory="de.uniwue.tm.cev.searchStrategy.SingleInFolderStrategyFactory"
-            id="de.uniwue.tm.cev.searchStrategy.SingleInFolder"
+            factory="org.apache.uima.tm.cev.searchStrategy.SingleInFolderStrategyFactory"
+            id="org.apache.uima.tm.cev.searchStrategy.SingleInFolder"
             priority="10">
       </strategy>
       <strategy
-            factory="de.uniwue.tm.cev.searchStrategy.SelectInFolderStrategyFactory"
-            id="de.uniwue.tm.cev.searchStrategy.SelectInFolder"
+            factory="org.apache.uima.tm.cev.searchStrategy.SelectInFolderStrategyFactory"
+            id="org.apache.uima.tm.cev.searchStrategy.SelectInFolder"
             priority="50">
       </strategy>
       <strategy
-            factory="de.uniwue.tm.cev.searchStrategy.AllXmlInProjectStrategyFactory"
-            id="de.uniwue.tm.cev.searchStrategy.AllXmlInProject"
+            factory="org.apache.uima.tm.cev.searchStrategy.AllXmlInProjectStrategyFactory"
+            id="org.apache.uima.tm.cev.searchStrategy.AllXmlInProject"
             priority="5000">
       </strategy>
    </extension>
    <extension
-         point="de.uniwue.tm.cev.cevArtifactViewers">
+         point="org.apache.uima.tm.cev.cevArtifactViewers">
       <artifactViewer
-            factory="de.uniwue.tm.cev.artifactViewer.TextArtifactViewerFactory"
-            id="de.uniwue.tm.cev.artifactViewer.text"
+            factory="org.apache.uima.tm.cev.artifactViewer.TextArtifactViewerFactory"
+            id="org.apache.uima.tm.cev.artifactViewer.text"
             priority="5">
       </artifactViewer>
    </extension>

Modified: uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/plugin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/plugin.xml?rev=1153375&r1=1153374&r2=1153375&view=diff
==============================================================================
--- uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/plugin.xml (original)
+++ uima/sandbox/trunk/TextMarker/org.apache.uima.tm.dltk.core/plugin.xml Wed Aug  3 07:44:40 2011
@@ -23,8 +23,8 @@
          point="org.eclipse.dltk.validators.core.validator">
       <validatorType
             class="org.apache.uima.tm.dltk.internal.core.packages.TextMarkerPackageCheckerType"
-            id="de.uniwue.dltk.textmarker.packageChecker"
-            nature="de.uniwue.dltk.textmarker.core.nature">
+            id="org.apache.uima.dltk.textmarker.packageChecker"
+            nature="org.apache.uima.dltk.textmarker.core.nature">
       </validatorType>
    </extension>
    
@@ -32,13 +32,13 @@
          point="org.eclipse.dltk.core.language">
       <language
             class="org.apache.uima.tm.dltk.core.TextMarkerLanguageToolkit"
-            nature="de.uniwue.dltk.textmarker.core.nature"/>
+            nature="org.apache.uima.dltk.textmarker.core.nature"/>
    </extension>
    <extension
          point="org.eclipse.dltk.core.sourceElementParsers">
       <parser
             class="org.apache.uima.tm.dltk.internal.core.parser.TextMarkerSourceElementParser"
-            nature="de.uniwue.dltk.textmarker.core.nature"
+            nature="org.apache.uima.dltk.textmarker.core.nature"
             priority="0">
       </parser>
    </extension>
@@ -46,7 +46,7 @@
          point="org.eclipse.dltk.core.selectionEngine">
       <selectionEngine
             class="org.apache.uima.tm.dltk.internal.core.codeassist.TextMarkerSelectionEngine"
-            nature="de.uniwue.dltk.textmarker.core.nature"
+            nature="org.apache.uima.dltk.textmarker.core.nature"
             priority="0">
       </selectionEngine>
    </extension>
@@ -54,15 +54,15 @@
          point="org.eclipse.dltk.core.completionEngine">
       <completionEngine
             class="org.apache.uima.tm.dltk.internal.core.codeassist.TextMarkerCompletionEngine"
-            nature="de.uniwue.dltk.textmarker.core.nature"
+            nature="org.apache.uima.dltk.textmarker.core.nature"
             priority="0">
       </completionEngine>
    </extension>
    <extension
          point="org.eclipse.dltk.core.search">
       <seachFactory
-            class="de.uniwue.dltk.textmarker.internal.core.TextMarkerSearchFactory"
-            nature="de.uniwue.dltk.textmarker.core.nature"
+            class="org.apache.uima.dltk.textmarker.internal.core.TextMarkerSearchFactory"
+            nature="org.apache.uima.dltk.textmarker.core.nature"
             priority="0">
       </seachFactory>
    </extension>
@@ -70,7 +70,7 @@
          point="org.eclipse.dltk.core.callHierarchy">
       <callHerarchiesFactory
             class="org.apache.uima.tm.dltk.internal.core.TextMarkerCallHierarchyFactory"
-            nature="de.uniwue.dltk.textmarker.core.nature"
+            nature="org.apache.uima.dltk.textmarker.core.nature"
             priority="0">
       </callHerarchiesFactory>
    </extension>
@@ -79,93 +79,93 @@
      <content-type
            base-type="org.eclipse.core.runtime.text"
            file-extensions="tm"
-           id="de.uniwue.dltk.tmContentType"
+           id="org.apache.uima.dltk.tmContentType"
            name="%tmContentType"
            priority="high">
         <describer
               class="org.apache.uima.tm.dltk.core.TextMarkerContentDescriber"
-              plugin="de.uniwue.dltk.textmarker.core">
+              plugin="org.apache.uima.dltk.textmarker.core">
         </describer>       
      </content-type>
   </extension>
    <extension
          point="org.eclipse.dltk.core.sourceParsers">
       <parserContribution
-            natureId="de.uniwue.dltk.textmarker.core.nature">
+            natureId="org.apache.uima.dltk.textmarker.core.nature">
          <parser
                class="org.apache.uima.tm.dltk.internal.core.parser.TextMarkerSourceParserFactory"
                description="%sourceParser.description"
-               id="de.uniwue.dltk.textmarker.sourceParser"
+               id="org.apache.uima.dltk.textmarker.sourceParser"
                name="%sourceParser.name"
                priority="0" />
       </parserContribution>
    </extension>
    <extension
-         point="de.uniwue.dltk.textmarker.core.tmkeywords">
+         point="org.apache.uima.tm.dltk.core.tmkeywords">
       <keywords
-            class="de.uniwue.dltk.textmarker.core.TextMarkerKeywords">
+            class="org.apache.uima.dltk.textmarker.core.TextMarkerKeywords">
       </keywords>
    </extension>
  <extension
          name="tm commands"
-         point="de.uniwue.dltk.textmarker.core.tmCommandProcessor">
+         point="org.apache.uima.tm.dltk.core.tmCommandProcessor">
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerNamespaceProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerNamespaceProcessor"
             id="namespace"></processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerProcProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerProcProcessor"
             id="proc">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerVariableProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerVariableProcessor"
             id="set">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerUpvarProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerUpvarProcessor"
             id="upvar">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerGlobalVariableProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerGlobalVariableProcessor"
             id="global">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerPackageProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerPackageProcessor"
             id="package">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerCatchProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerCatchProcessor"
             id="catch">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerIfProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerIfProcessor"
             id="if">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerNamespaceVariableProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerNamespaceVariableProcessor"
             id="variable">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerSwitchCommandProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerSwitchCommandProcessor"
             id="switch">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerForCommandProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerForCommandProcessor"
             id="for">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerForeachCommandProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerForeachCommandProcessor"
             id="foreach">
       </processor>
       <processor
-            class="de.uniwue.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerWhileCommandProcessor"
+            class="org.apache.uima.dltk.textmarker.internal.core.parser.processors.tm.TextMarkerWhileCommandProcessor"
             id="while">
       </processor>
    </extension>
  <extension
          point="org.eclipse.dltk.core.mixin">
       <mixin
-            class="de.uniwue.dltk.textmarker.internal.core.mixin.TextMarkerMixinParser"
-            nature="de.uniwue.dltk.textmarker.core.nature"
+            class="org.apache.uima.dltk.textmarker.internal.core.mixin.TextMarkerMixinParser"
+            nature="org.apache.uima.dltk.textmarker.core.nature"
             priority="0">
       </mixin>
    </extension>
@@ -178,8 +178,8 @@
  <extension
        point="org.eclipse.dltk.core.interpreterContainerExtension">
     <interpreterContainerExtension
-          class="de.uniwue.dltk.textmarker.internal.core.packages.TextMarkerPackagesInterpreterContainerExtension"
-          nature="de.uniwue.dltk.textmarker.core.nature"
+          class="org.apache.uima.dltk.textmarker.internal.core.packages.TextMarkerPackagesInterpreterContainerExtension"
+          nature="org.apache.uima.dltk.textmarker.core.nature"
           priority="0">
     </interpreterContainerExtension>
  </extension>
@@ -187,32 +187,32 @@
          point="org.eclipse.dltk.core.buildpathContainerInitializer">
       <buildpathContainerInitializer
             class="org.apache.uima.tm.dltk.internal.core.packages.TextMarkerPackagesBuildpathContainerInitializer"
-            id="de.uniwue.dltk.textmarker.core.PACKAGES">
+            id="org.apache.uima.dltk.textmarker.core.PACKAGES">
       </buildpathContainerInitializer>
    </extension>
    <extension
-         id="de.uniwue.dltk.textmarker.core.builder"
+         id="org.apache.uima.dltk.textmarker.core.builder"
          point="org.eclipse.dltk.core.builder">
       <builder
             class="org.apache.uima.tm.dltk.internal.core.builder.TextMarkerBuilder"
-            nature="de.uniwue.dltk.textmarker.core.nature">
+            nature="org.apache.uima.dltk.textmarker.core.nature">
       </builder>
    </extension>
 <extension
     point="org.eclipse.dltk.core.buildParticipant">
       <buildParticipant
             class="org.eclipse.dltk.core.builder.ParserBuildParticipantFactory"
-            id="de.uniwue.dltk.textmarker.buildParticipant.parser"
+            id="org.apache.uima.dltk.textmarker.buildParticipant.parser"
             name="%parserBuildParticipant.name"
-            nature="de.uniwue.dltk.textmarker.core.nature">
+            nature="org.apache.uima.dltk.textmarker.core.nature">
       </buildParticipant>
     <buildParticipant
       class="org.apache.uima.tm.dltk.internal.core.parser.TextMarkerTodoParserType"
-      id="de.uniwue.dltk.textmarker.todo"
+      id="org.apache.uima.dltk.textmarker.todo"
       name="%taskTagsBuildParticipant.name"
-      nature="de.uniwue.dltk.textmarker.core.nature">
+      nature="org.apache.uima.dltk.textmarker.core.nature">
       <requires
-            id="de.uniwue.dltk.textmarker.buildParticipant.parser">
+            id="org.apache.uima.dltk.textmarker.buildParticipant.parser">
       </requires>
     </buildParticipant>
   </extension>