You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/04/29 18:59:02 UTC

svn commit: r1477201 [6/7] - in /uima/sandbox/ruta/trunk: example-projects/ExampleProject/descriptor/ example-projects/ExampleProject/descriptor/types/ example-projects/ExampleProject/descriptor/uima/textmarker/example/ example-projects/ExampleProject/...

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/plugin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/plugin.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/plugin.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/plugin.xml Mon Apr 29 16:58:44 2013
@@ -38,61 +38,61 @@ under the License.
          id="nature"
          point="org.eclipse.core.resources.natures">
       <runtime>
-         <run class="org.apache.uima.textmarker.ide.core.RutaNature"/>
+         <run class="org.apache.uima.ruta.ide.core.RutaNature"/>
       </runtime>
    </extension>
    <extension
          point="org.eclipse.dltk.validators.core.validator">
       <validatorType
-            class="org.apache.uima.textmarker.ide.core.packages.RutaPackageCheckerType"
-            id="org.apache.uima.textmarker.ide.packageChecker"
-            nature="org.apache.uima.textmarker.ide.nature">
+            class="org.apache.uima.ruta.ide.core.packages.RutaPackageCheckerType"
+            id="org.apache.uima.ruta.ide.packageChecker"
+            nature="org.apache.uima.ruta.ide.nature">
       </validatorType>
    </extension>
    
    <extension
          point="org.eclipse.dltk.core.language">
       <language
-            class="org.apache.uima.textmarker.ide.core.RutaLanguageToolkit"
-            nature="org.apache.uima.textmarker.ide.nature"/>
+            class="org.apache.uima.ruta.ide.core.RutaLanguageToolkit"
+            nature="org.apache.uima.ruta.ide.nature"/>
    </extension>
    <extension
          point="org.eclipse.dltk.core.sourceElementParsers">
       <parser
-            class="org.apache.uima.textmarker.ide.core.parser.RutaSourceElementParser"
-            nature="org.apache.uima.textmarker.ide.nature"
+            class="org.apache.uima.ruta.ide.core.parser.RutaSourceElementParser"
+            nature="org.apache.uima.ruta.ide.nature"
             priority="0">
       </parser>
    </extension>
    <extension
          point="org.eclipse.dltk.core.selectionEngine">
       <selectionEngine
-            class="org.apache.uima.textmarker.ide.core.codeassist.RutaSelectionEngine"
-            nature="org.apache.uima.textmarker.ide.nature"
+            class="org.apache.uima.ruta.ide.core.codeassist.RutaSelectionEngine"
+            nature="org.apache.uima.ruta.ide.nature"
             priority="0">
       </selectionEngine>
    </extension>
    <extension
          point="org.eclipse.dltk.core.completionEngine">
       <completionEngine
-            class="org.apache.uima.textmarker.ide.core.codeassist.RutaCompletionEngine"
-            nature="org.apache.uima.textmarker.ide.nature"
+            class="org.apache.uima.ruta.ide.core.codeassist.RutaCompletionEngine"
+            nature="org.apache.uima.ruta.ide.nature"
             priority="0">
       </completionEngine>
    </extension>
    <extension
          point="org.eclipse.dltk.core.search">
       <seachFactory
-            class="org.apache.uima.textmarker.ide.core.RutaSearchFactory"
-            nature="org.apache.uima.textmarker.ide.nature"
+            class="org.apache.uima.ruta.ide.core.RutaSearchFactory"
+            nature="org.apache.uima.ruta.ide.nature"
             priority="0">
       </seachFactory>
    </extension>
    <extension
          point="org.eclipse.dltk.core.callHierarchy">
       <callHerarchiesFactory
-            class="org.apache.uima.textmarker.ide.core.RutaCallHierarchyFactory"
-            nature="org.apache.uima.textmarker.ide.nature"
+            class="org.apache.uima.ruta.ide.core.RutaCallHierarchyFactory"
+            nature="org.apache.uima.ruta.ide.nature"
             priority="0">
       </callHerarchiesFactory>
    </extension>
@@ -101,154 +101,154 @@ under the License.
      <content-type
            base-type="org.eclipse.core.runtime.text"
            file-extensions="tm"
-           id="org.apache.uima.textmarker.ide.tmContentType"
+           id="org.apache.uima.ruta.ide.tmContentType"
            name="%tmContentType"
            priority="high">
         <describer
-              class="org.apache.uima.textmarker.ide.core.RutaContentDescriber"
-              plugin="org.apache.uima.textmarker.ide.core">
+              class="org.apache.uima.ruta.ide.core.RutaContentDescriber"
+              plugin="org.apache.uima.ruta.ide.core">
         </describer>       
      </content-type>
   </extension>
    <extension
          point="org.eclipse.dltk.core.sourceParsers">
       <parserContribution
-            natureId="org.apache.uima.textmarker.ide.nature">
+            natureId="org.apache.uima.ruta.ide.nature">
          <parser
-               class="org.apache.uima.textmarker.ide.core.parser.RutaSourceParserFactory"
+               class="org.apache.uima.ruta.ide.core.parser.RutaSourceParserFactory"
                description="%sourceParser.description"
-               id="org.apache.uima.textmarker.ide.sourceParser"
+               id="org.apache.uima.ruta.ide.sourceParser"
                name="%sourceParser.name"
                priority="0" />
       </parserContribution>
    </extension>
    <extension
-         point="org.apache.uima.textmarker.ide.tmkeywords">
+         point="org.apache.uima.ruta.ide.tmkeywords">
       <keywords
-            class="org.apache.uima.textmarker.ide.core.RutaKeywords">
+            class="org.apache.uima.ruta.ide.core.RutaKeywords">
       </keywords>
    </extension>
  <extension
          name="tm commands"
-         point="org.apache.uima.textmarker.ide.tmCommandProcessor">
+         point="org.apache.uima.ruta.ide.tmCommandProcessor">
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaNamespaceProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaNamespaceProcessor"
             id="namespace"></processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaProcProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaProcProcessor"
             id="proc">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaVariableProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaVariableProcessor"
             id="set">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaUpvarProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaUpvarProcessor"
             id="upvar">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaGlobalVariableProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaGlobalVariableProcessor"
             id="global">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaPackageProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaPackageProcessor"
             id="package">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaCatchProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaCatchProcessor"
             id="catch">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaIfProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaIfProcessor"
             id="if">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaNamespaceVariableProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaNamespaceVariableProcessor"
             id="variable">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaSwitchCommandProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaSwitchCommandProcessor"
             id="switch">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaForCommandProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaForCommandProcessor"
             id="for">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaForeachCommandProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaForeachCommandProcessor"
             id="foreach">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaWhileCommandProcessor"
+            class="org.apache.uima.ruta.ide.core.parser.processors.tm.RutaWhileCommandProcessor"
             id="while">
       </processor>
    </extension>
  <extension
          point="org.eclipse.dltk.core.mixin">
       <mixin
-            class="org.apache.uima.textmarker.ide.core.mixin.RutaMixinParser"
-            nature="org.apache.uima.textmarker.ide.nature"
+            class="org.apache.uima.ruta.ide.core.mixin.RutaMixinParser"
+            nature="org.apache.uima.ruta.ide.nature"
             priority="0">
       </mixin>
    </extension>
    <extension
          point="org.eclipse.core.runtime.preferences">
       <initializer
-            class="org.apache.uima.textmarker.ide.core.RutaPreferenceInitializer">
+            class="org.apache.uima.ruta.ide.core.RutaPreferenceInitializer">
       </initializer>
       <initializer
-            class="org.apache.uima.textmarker.ide.debug.RutaDebugPreferenceInitializer">
+            class="org.apache.uima.ruta.ide.debug.RutaDebugPreferenceInitializer">
       </initializer>
       <initializer
-            class="org.apache.uima.textmarker.ide.ui.preferences.RutaConsolePreferenceInitializer">
+            class="org.apache.uima.ruta.ide.ui.preferences.RutaConsolePreferenceInitializer">
       </initializer>
       <initializer
-            class="org.apache.uima.textmarker.ide.ui.RutaUIPreferenceInitializer">
+            class="org.apache.uima.ruta.ide.ui.RutaUIPreferenceInitializer">
       </initializer>
    </extension>
    <extension
          point="org.eclipse.dltk.core.buildpathContainerInitializer">
       <buildpathContainerInitializer
-            class="org.apache.uima.textmarker.ide.core.packages.RutaPackagesBuildpathContainerInitializer"
-            id="org.apache.uima.textmarker.ide.core.PACKAGES">
+            class="org.apache.uima.ruta.ide.core.packages.RutaPackagesBuildpathContainerInitializer"
+            id="org.apache.uima.ruta.ide.core.PACKAGES">
       </buildpathContainerInitializer>
    </extension>
    <extension
     point="org.eclipse.dltk.core.buildParticipant">
       <buildParticipant
             class="org.eclipse.dltk.core.builder.ParserBuildParticipantFactory"
-            id="org.apache.uima.textmarker.ide.buildParticipant.parser"
+            id="org.apache.uima.ruta.ide.buildParticipant.parser"
             name="%parserBuildParticipant.name"
-            nature="org.apache.uima.textmarker.ide.nature">
+            nature="org.apache.uima.ruta.ide.nature">
       </buildParticipant>
     <buildParticipant
-      class="org.apache.uima.textmarker.ide.core.parser.RutaTodoParserType"
-      id="org.apache.uima.textmarker.ide.todo"
+      class="org.apache.uima.ruta.ide.core.parser.RutaTodoParserType"
+      id="org.apache.uima.ruta.ide.todo"
       name="%taskTagsBuildParticipant.name"
-      nature="org.apache.uima.textmarker.ide.nature">
+      nature="org.apache.uima.ruta.ide.nature">
       <requires
-            id="org.apache.uima.textmarker.ide.buildParticipant.parser">
+            id="org.apache.uima.ruta.ide.buildParticipant.parser">
       </requires>
     </buildParticipant>
     <buildParticipant
-          class="org.apache.uima.textmarker.ide.core.builder.RutaBuilder"
-          id="org.apache.uima.textmarker.ide.core.builder"
+          class="org.apache.uima.ruta.ide.core.builder.RutaBuilder"
+          id="org.apache.uima.ruta.ide.core.builder"
           name="Ruta Descriptor Bulider"
-          nature="org.apache.uima.textmarker.ide.nature">
+          nature="org.apache.uima.ruta.ide.nature">
     </buildParticipant>
     <buildParticipant
-          class="org.apache.uima.textmarker.ide.validator.CheckValidator"
-          id="org.apache.uima.textmarker.ide.validator.Checker"
+          class="org.apache.uima.ruta.ide.validator.CheckValidator"
+          id="org.apache.uima.ruta.ide.validator.Checker"
           name="Ruta Validator"
-          nature="org.apache.uima.textmarker.ide.nature">
+          nature="org.apache.uima.ruta.ide.nature">
     </buildParticipant>
   </extension>
    <extension
          point="org.eclipse.dltk.debug.scriptDebugModel">
       <debugModel
-            debugModelId="org.eclipse.dltk.debug.textmarkerModel"
-            natureId="org.apache.uima.textmarker.ide.core.RutaNature"
-            typeFactory="org.apache.uima.textmarker.ide.debug.RutaTypeFactory">
+            debugModelId="org.eclipse.dltk.debug.rutaModel"
+            natureId="org.apache.uima.ruta.ide.core.RutaNature"
+            typeFactory="org.apache.uima.ruta.ide.debug.RutaTypeFactory">
       </debugModel>
    </extension>
   
@@ -259,11 +259,11 @@ under the License.
       <action
         style="toggle"
         id="org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic"
-        class="org.apache.uima.textmarker.ide.ui.console.ShowFunctionsAction"
+        class="org.apache.uima.ruta.ide.ui.console.ShowFunctionsAction"
         helpContextId="show_functions_context"
-        icon="icons/textmarker.png"
+        icon="icons/ruta.png"
         label="%showStaticAction.label"
-        menubarPath="org.apache.uima.textmarker.ide.debug.ui.menu.VariableView/tm"
+        menubarPath="org.apache.uima.ruta.ide.debug.ui.menu.VariableView/tm"
         tooltip="%showStaticAction.tooltip">
       </action>
     </viewContribution>
@@ -273,16 +273,16 @@ under the License.
     <hover
       label="%RutaVariableHoverLabel"
       description="%RutaVariableHoverDescription"
-      class="org.apache.uima.textmarker.ide.debug.ui.RutaDebugHover"
-      id="org.apache.uima.textmarker.ide.debug.ui.RutaDebugHover">
+      class="org.apache.uima.ruta.ide.debug.ui.RutaDebugHover"
+      id="org.apache.uima.ruta.ide.debug.ui.RutaDebugHover">
     </hover>
   </extension>
 
   <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
     <launchConfigurationTabGroup
-      type="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationType"
-      class="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.RutaTabGroup"
-      id="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.RutaTabGroup">
+      type="org.apache.uima.ruta.ide.launching.RutaLaunchConfigurationType"
+      class="org.apache.uima.ruta.ide.debug.ui.launchConfiguration.RutaTabGroup"
+      id="org.apache.uima.ruta.ide.debug.ui.launchConfiguration.RutaTabGroup">
       <launchMode
         mode="debug"
         perspective="org.eclipse.debug.ui.DebugPerspective"
@@ -298,22 +298,22 @@ under the License.
 
   <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages">
     <launchConfigurationTypeImage
-      icon="icons/textmarker.png"
-      configTypeID="org.apache.uima.textmarker.ide.launching.TMLaunchConfigurationType"
-      id="org.apache.uima.textmarker.ide.debug.ui.launchConfigurationTypeImage.localTMScript">
+      icon="icons/ruta.png"
+      configTypeID="org.apache.uima.ruta.ide.launching.TMLaunchConfigurationType"
+      id="org.apache.uima.ruta.ide.debug.ui.launchConfigurationTypeImage.localTMScript">
     </launchConfigurationTypeImage>
     <!--launchConfigurationTypeImage
-      configTypeID="org.apache.uima.textmarker.ide.launching.TMRemoteLaunchConfigurationType"
-      icon="icons/textmarker.png"
-      id="org.apache.uima.textmarker.ide.debug.ui.launchConfigurationTypeImage.remoteTMScript">
+      configTypeID="org.apache.uima.ruta.ide.launching.TMRemoteLaunchConfigurationType"
+      icon="icons/ruta.png"
+      id="org.apache.uima.ruta.ide.debug.ui.launchConfigurationTypeImage.remoteTMScript">
       </launchConfigurationTypeImage-->
   </extension>
 
   <extension point="org.eclipse.debug.ui.launchShortcuts">
     <shortcut
-      class="org.apache.uima.textmarker.ide.debug.ui.launcher.RutaLaunchShortcut"
-      icon="icons/textmarker.png"
-      id="org.apache.uima.textmarker.ide.debug.ui.launchShortcut"
+      class="org.apache.uima.ruta.ide.debug.ui.launcher.RutaLaunchShortcut"
+      icon="icons/ruta.png"
+      id="org.apache.uima.ruta.ide.debug.ui.launchShortcut"
       label="Ruta"
       modes="run, debug">
       <contextualLaunch>
@@ -324,13 +324,13 @@ under the License.
               <or>
                 <test
                   property="org.eclipse.dltk.launching.hasProjectNature"
-                  args="org.apache.uima.textmarker.ide.nature" />
+                  args="org.apache.uima.ruta.ide.nature" />
               </or>
             </iterate>
           </with>
         </enablement>
       </contextualLaunch>
-      <perspective id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+      <perspective id="org.apache.uima.ruta.ide.ui.RutaPerspective">
       </perspective>
       <perspective id="org.eclipse.debug.ui.DebugPerspective"></perspective>
     </shortcut>
@@ -339,58 +339,58 @@ under the License.
   <extension point="org.eclipse.ui.popupMenus">
     <objectContribution
       adaptable="false"
-      id="org.apache.uima.textmarker.ide.ui.console.objectContribution1"
+      id="org.apache.uima.ruta.ide.ui.console.objectContribution1"
       nameFilter="*"
       objectClass="org.eclipse.dltk.core.ISourceModule">
       <action
-        class="org.apache.uima.textmarker.ide.ui.console.PasteRutaToConsole"
-        id="org.apache.uima.textmarker.ide.ui.console.PasteRutaTextToConsoleAction"
+        class="org.apache.uima.ruta.ide.ui.console.PasteRutaToConsole"
+        id="org.apache.uima.ruta.ide.ui.console.PasteRutaTextToConsoleAction"
         label="%RutaConsole.Actions.PasteToRutaConsole" />
     </objectContribution>
 
     <viewerContribution
-      id="org.apache.uima.textmarker.ide.debug.ui.viewerContribution1"
+      id="org.apache.uima.ruta.ide.debug.ui.viewerContribution1"
       targetID="#RutaEditorContext">
       <!--action
         class="org.eclipse.dltk.debug.ui.actions.WatchExpressionAction"
-        id="org.apache.uima.textmarker.ide.debug.ui.WatchExpressionAction"
+        id="org.apache.uima.ruta.ide.debug.ui.WatchExpressionAction"
         label="%WatchVariable"
         menubarPath="additions"/-->
       <action
-        id="org.apache.uima.textmarker.ide.ui.console.PasteToRutaConsoleAction"
+        id="org.apache.uima.ruta.ide.ui.console.PasteToRutaConsoleAction"
         label="%RutaConsole.Actions.PasteToRutaConsole"
         menubarPath="additions"
-        class="org.apache.uima.textmarker.ide.ui.console.PasteRutaTextToConsoleAction">
+        class="org.apache.uima.ruta.ide.ui.console.PasteRutaTextToConsoleAction">
       </action>
     </viewerContribution>
     <viewerContribution
-      id="org.apache.uima.textmarker.ide.debug.ui.rulerContribution"
+      id="org.apache.uima.ruta.ide.debug.ui.rulerContribution"
       targetID="#RutaRulerContext">
       <action
         class="org.eclipse.dltk.debug.ui.actions.RulerToggleWatchPointActionDelegate"
         icon="icons/jwatch_obj.gif"
-        id="textmarker.doubleClickWatchPointAction"
+        id="ruta.doubleClickWatchPointAction"
         label="Toggle Watchpoint"
         menubarPath="debug"
         style="push">
       </action>
       <action
         label="%EnableDisableBreakpoint.label"
-        id="org.apache.uima.textmarker.ide.ui.actions.RulerEnableDisableBreakpointActionDelegate"
+        id="org.apache.uima.ruta.ide.ui.actions.RulerEnableDisableBreakpointActionDelegate"
         class="org.eclipse.debug.ui.actions.RulerEnableDisableBreakpointActionDelegate"
         menubarPath="debug">
       </action>
 
       <action
         label="%ToggleBreakpoint.label"
-        id="org.apache.uima.textmarker.ide.ui.actions.RulerToggleBreakpointActionDelegate"
+        id="org.apache.uima.ruta.ide.ui.actions.RulerToggleBreakpointActionDelegate"
         class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate"
         menubarPath="debug">
       </action>
 
       <action
         class="org.eclipse.dltk.debug.ui.actions.ScriptBreakpointPropertiesRulerActionDelegate"
-        id="org.apache.uima.textmarker.ide.debug.ui.ScriptBreakpointPropertiesRulerActionDelegate"
+        id="org.apache.uima.ruta.ide.debug.ui.ScriptBreakpointPropertiesRulerActionDelegate"
         label="%BreakpointProperties.label"
         menubarPath="group.properties" />
     </viewerContribution>
@@ -413,7 +413,7 @@ under the License.
         icon="/icons/watch_exp.gif"
         class="org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction"
         menubarPath="additions"
-        id="org.apache.uima.textmarker.ide.debug.ui.ScriptWatch">
+        id="org.apache.uima.ruta.ide.debug.ui.ScriptWatch">
       </action>
       <action
         label="%ScriptInspect.label"
@@ -421,7 +421,7 @@ under the License.
         definitionId="org.eclipse.dlkt.debug.ui.commands.ScriptInspect"
         class="org.eclipse.dltk.internal.debug.ui.actions.PopupScriptInspectAction"
         menubarPath="additions"
-        id="org.apache.uima.textmarker.ide.debug.ui.ScriptInspect">
+        id="org.apache.uima.ruta.ide.debug.ui.ScriptInspect">
       </action>
       <action
         label="%ScriptDisplay.label"
@@ -429,7 +429,7 @@ under the License.
         definitionId="org.eclipse.dlkt.debug.ui.commands.ScriptDisplay"
         class="org.eclipse.dltk.internal.debug.ui.actions.PopupScriptDisplayAction"
         menubarPath="additions"
-        id="org.apache.uima.textmarker.ide.debug.ui.ScriptDisplay">
+        id="org.apache.uima.ruta.ide.debug.ui.ScriptDisplay">
       </action>
     </viewerContribution>
   </extension>
@@ -437,21 +437,21 @@ under the License.
   <extension point="org.eclipse.ui.actionSetPartAssociations">
     <actionSetPartAssociation
       targetID="org.eclipse.debug.ui.launchActionSet">
-      <part id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"></part>
+      <part id="org.apache.uima.ruta.ide.ui.editor.RutaEditor"></part>
     </actionSetPartAssociation>
   </extension>
   <extension point="org.eclipse.ui.actionSetPartAssociations">
     <actionSetPartAssociation
       targetID="org.eclipse.debug.ui.launchActionSet">
       <part id="org.eclipse.dltk.ui.ScriptExplorer"></part>
-      <part id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"></part>
+      <part id="org.apache.uima.ruta.ide.ui.editor.RutaEditor"></part>
     </actionSetPartAssociation>
   </extension>
   <extension point="org.eclipse.ui.console.consolePatternMatchListeners">
     <consolePatternMatchListener
-      class="org.apache.uima.textmarker.ide.ui.console.RutaConsoleTracker"
+      class="org.apache.uima.ruta.ide.ui.console.RutaConsoleTracker"
       regex="\(file &quot;.*&quot; line .*\)"
-      id="org.apache.uima.textmarker.ide.debug.ui.RutaConsoleTracker">
+      id="org.apache.uima.ruta.ide.debug.ui.RutaConsoleTracker">
       <enablement>
         <or>
           <test
@@ -465,9 +465,9 @@ under the License.
   <!--extension
     point="org.eclipse.debug.ui.launchConfigurationTabGroups">
     <launchConfigurationTabGroup
-    type="org.apache.uima.textmarker.ide.launching.localTMApplication"
-    class="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.RutaTabGroup"
-    id="org.apache.uima.textmarker.ide.debug.ui.TMTabGroup">
+    type="org.apache.uima.ruta.ide.launching.localTMApplication"
+    class="org.apache.uima.ruta.ide.debug.ui.launchConfiguration.RutaTabGroup"
+    id="org.apache.uima.ruta.ide.debug.ui.TMTabGroup">
     <launchMode 
     mode="debug"
     perspective="org.eclipse.debug.ui.DebugPerspective"
@@ -478,53 +478,53 @@ under the License.
 
   <extension point="org.eclipse.ui.editorActions">
     <editorContribution
-      targetID="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
-      id="org.apache.uima.textmarker.ide.debug.RutaEditor.BreakpointRulerActions">
+      targetID="org.apache.uima.ruta.ide.ui.editor.RutaEditor"
+      id="org.apache.uima.ruta.ide.debug.RutaEditor.BreakpointRulerActions">
 
       <action
         label="Toggle Breakpoint"
         class="org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate"
         style="push"
         actionID="RulerDoubleClick"
-        id="textmarker.doubleClickBreakpointAction" />
+        id="ruta.doubleClickBreakpointAction" />
 
 
     </editorContribution>
   </extension>
   <extension point="org.eclipse.ui.console.consoleFactories">
     <consoleFactory
-      class="org.apache.uima.textmarker.ide.ui.console.RutaConsoleFactory"
+      class="org.apache.uima.ruta.ide.ui.console.RutaConsoleFactory"
       label="%RutaConsole.Console" />
   </extension>
 
   <extension point="org.eclipse.dltk.console.ui.scriptConsole">
     <scriptConsole
-      class="org.apache.uima.textmarker.ide.ui.console.RutaConsoleFactory"
-      natureID="org.apache.uima.textmarker.ide.nature" />
+      class="org.apache.uima.ruta.ide.ui.console.RutaConsoleFactory"
+      natureID="org.apache.uima.ruta.ide.nature" />
   </extension>
   <extension point="org.eclipse.dltk.ui.buildpathContainerPage">
     <buildpathContainerPath
-      class="org.apache.uima.textmarker.ide.debug.ui.interpreters.RutaInterpreterContainerWizardPage"
-      id="org.apache.uima.textmarker.ide.launching.INTERPRETER_CONTAINER"
+      class="org.apache.uima.ruta.ide.debug.ui.interpreters.RutaInterpreterContainerWizardPage"
+      id="org.apache.uima.ruta.ide.launching.INTERPRETER_CONTAINER"
       name="Ruta Interpreter Libraries"
-      nature="org.apache.uima.textmarker.ide.nature" />
+      nature="org.apache.uima.ruta.ide.nature" />
   </extension>
   <extension point="org.eclipse.ui.perspectiveExtensions">
     <perspectiveExtension
-      targetID="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+      targetID="org.apache.uima.ruta.ide.ui.RutaPerspective">
       <actionSet id="org.eclipse.debug.ui.breakpointActionSet"></actionSet>
     </perspectiveExtension>
   </extension>
 
   <extension point="org.eclipse.debug.ui.debugModelPresentations">
     <debugModelPresentation
-      class="org.apache.uima.textmarker.ide.debug.ui.RutaDebugModelPresentation"
-      id="org.eclipse.dltk.debug.textmarkerModel" />
+      class="org.apache.uima.ruta.ide.debug.ui.RutaDebugModelPresentation"
+      id="org.eclipse.dltk.debug.rutaModel" />
   </extension>
 
   <extension point="org.eclipse.debug.core.watchExpressionDelegates">
     <watchExpressionDelegate
-      debugModel="org.eclipse.dltk.debug.textmarkerModel"
+      debugModel="org.eclipse.dltk.debug.rutaModel"
       delegateClass="org.eclipse.dltk.debug.internal.core.model.ScriptWatchExpressionDelegate">
     </watchExpressionDelegate>
   </extension>
@@ -532,13 +532,13 @@ under the License.
   <extension point="org.eclipse.debug.ui.debugModelContextBindings">
     <modelContextBinding
       contextId="org.eclipse.dltk.debug.ui.debugging"
-      debugModelId="org.eclipse.dltk.debug.textmarkerModel" />
+      debugModelId="org.eclipse.dltk.debug.rutaModel" />
   </extension>
 
   <extension point="org.eclipse.core.runtime.adapters">
     <factory
-      adaptableType="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
-      class="org.apache.uima.textmarker.ide.debug.ui.RutaEditorDebugAdapterFactory">
+      adaptableType="org.apache.uima.ruta.ide.ui.editor.RutaEditor"
+      class="org.apache.uima.ruta.ide.debug.ui.RutaEditorDebugAdapterFactory">
       <adapter type="org.eclipse.debug.ui.actions.IToggleBreakpointsTarget" />
       <adapter type="org.eclipse.debug.ui.actions.IRunToLineTarget" />
     </factory>
@@ -546,15 +546,15 @@ under the License.
 
   <extension point="org.eclipse.ui.commands">
     <command
-      id="org.apache.uima.textmarker.ide.debug.ui.commands.toggleGlobalVariables"
+      id="org.apache.uima.ruta.ide.debug.ui.commands.toggleGlobalVariables"
       description="%showGlobalVarsCommand.name"
       name="%showGlobalVarsCommand.description" />
     <command
-      id="org.apache.uima.textmarker.ide.debug.ui.commands.toggleClassVariables"
+      id="org.apache.uima.ruta.ide.debug.ui.commands.toggleClassVariables"
       description="%showClassVarsCommand.name"
       name="%showClassVarsCommand.description" />
     <command
-      id="org.apache.uima.textmarker.ide.debug.ui.commands.toggleLocalVariables"
+      id="org.apache.uima.ruta.ide.debug.ui.commands.toggleLocalVariables"
       description="%showLocalVarsCommand.name"
       name="%showLocalVarsCommand.description" />      
   </extension>
@@ -563,19 +563,19 @@ under the License.
     <menuContribution locationURI="menu:org.eclipse.debug.ui.VariableView">
       <menu
         label="%variablesViewMenu.name"
-        id="org.apache.uima.textmarker.ide.debug.ui.menu.VariableView" />
+        id="org.apache.uima.ruta.ide.debug.ui.menu.VariableView" />
     </menuContribution>
-    <menuContribution locationURI="menu:org.apache.uima.textmarker.ide.debug.ui.menu.VariableView">
+    <menuContribution locationURI="menu:org.apache.uima.ruta.ide.debug.ui.menu.VariableView">
       <command 
-        commandId="org.apache.uima.textmarker.ide.debug.ui.commands.toggleGlobalVariables"
+        commandId="org.apache.uima.ruta.ide.debug.ui.commands.toggleGlobalVariables"
         tooltip="%showGlobalVarsCommand.tooltip"     
         style="toggle" />
       <command 
-        commandId="org.apache.uima.textmarker.ide.debug.ui.commands.toggleClassVariables"
+        commandId="org.apache.uima.ruta.ide.debug.ui.commands.toggleClassVariables"
         tooltip="%showClassVarsCommand.tooltip"      
         style="toggle" />       
       <command 
-        commandId="org.apache.uima.textmarker.ide.debug.ui.commands.toggleLocalVariables"
+        commandId="org.apache.uima.ruta.ide.debug.ui.commands.toggleLocalVariables"
         tooltip="%showLocalVarsCommand.tooltip" 
         style="toggle" />                      
     </menuContribution>  
@@ -583,39 +583,39 @@ under the License.
 
   <extension point="org.eclipse.ui.handlers">
     <handler 
-      commandId="org.apache.uima.textmarker.ide.debug.ui.commands.toggleGlobalVariables"
-      class="org.apache.uima.textmarker.ide.debug.ui.handlers.ToggleGlobalVariablesHandler" />
+      commandId="org.apache.uima.ruta.ide.debug.ui.commands.toggleGlobalVariables"
+      class="org.apache.uima.ruta.ide.debug.ui.handlers.ToggleGlobalVariablesHandler" />
     <handler 
-      commandId="org.apache.uima.textmarker.ide.debug.ui.commands.toggleClassVariables"
-      class="org.apache.uima.textmarker.ide.debug.ui.handlers.ToggleClassVariablesHandler" />
+      commandId="org.apache.uima.ruta.ide.debug.ui.commands.toggleClassVariables"
+      class="org.apache.uima.ruta.ide.debug.ui.handlers.ToggleClassVariablesHandler" />
     <handler 
-      commandId="org.apache.uima.textmarker.ide.debug.ui.commands.toggleLocalVariables"
-      class="org.apache.uima.textmarker.ide.debug.ui.handlers.ToggleLocalVariablesHandler" />      
+      commandId="org.apache.uima.ruta.ide.debug.ui.commands.toggleLocalVariables"
+      class="org.apache.uima.ruta.ide.debug.ui.handlers.ToggleLocalVariablesHandler" />      
   </extension>
   <extension point="org.eclipse.dltk.launching.debuggingEngine">
-    <engineContribution natureId="org.apache.uima.textmarker.ide.nature">
+    <engineContribution natureId="org.apache.uima.ruta.ide.nature">
       <engine
-        class="org.apache.uima.textmarker.ide.debugger.RutaDebuggerRunnerFactory"
+        class="org.apache.uima.ruta.ide.debugger.RutaDebuggerRunnerFactory"
         description="%DebuggingEngine.description"
-        id="org.apache.uima.textmarker.ide.debugger"
+        id="org.apache.uima.ruta.ide.debugger"
         name="%DebuggingEngine.name"
         priority="0"
-        propertyPageId="org.apache.uima.textmarker.ide.propertyPage.debug.engines.debugger"
-        preferencePageId="org.apache.uima.textmarker.ide.preferences.debug.engines.debugger">
+        propertyPageId="org.apache.uima.ruta.ide.propertyPage.debug.engines.debugger"
+        preferencePageId="org.apache.uima.ruta.ide.preferences.debug.engines.debugger">
       </engine>
     </engineContribution>
   </extension>
   <extension
         point="org.eclipse.dltk.launching.interpreterInstallTypes">
      <interpreterInstallType
-           class="org.apache.uima.textmarker.ide.launching.GenericRutaInstallType"
-           id="org.apache.uima.textmarker.ide.debug.ui.launcher.GenericRutaInstallType">
+           class="org.apache.uima.ruta.ide.launching.GenericRutaInstallType"
+           id="org.apache.uima.ruta.ide.debug.ui.launcher.GenericRutaInstallType">
      </interpreterInstallType>
   </extension>
   <extension
         point="org.eclipse.debug.core.launchDelegates">
      <launchDelegate
-           delegate="org.apache.uima.textmarker.ide.launching.JavaLocalApplicationLaunchConfigurationDelegate"
+           delegate="org.apache.uima.ruta.ide.launching.JavaLocalApplicationLaunchConfigurationDelegate"
            id="com.Instantiations.profiler.localJavaApplicationDelegate"
            modes="debug"
            name="Debugging with Ruta debug support"
@@ -625,23 +625,23 @@ under the License.
   <extension
         point="org.eclipse.dltk.console.scriptInterpreter">
      <scriptInterpreter
-           class="org.apache.uima.textmarker.ide.ui.console.RutaInterpreter"
-           natureID="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.console.RutaInterpreter"
+           natureID="org.apache.uima.ruta.ide.nature">
      </scriptInterpreter>
   </extension>
   <extension
         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
      <launchConfigurationTypeImage
-           configTypeID="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationType"
-           icon="$nl$/icons/textmarker.png"
-           id="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationTypeImage">
+           configTypeID="org.apache.uima.ruta.ide.launching.RutaLaunchConfigurationType"
+           icon="$nl$/icons/ruta.png"
+           id="org.apache.uima.ruta.ide.launching.RutaLaunchConfigurationTypeImage">
      </launchConfigurationTypeImage>
   </extension>
   <extension
         point="org.eclipse.debug.core.launchConfigurationTypes">
      <launchConfigurationType
-           delegate="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationDelegate"
-           id="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationType"
+           delegate="org.apache.uima.ruta.ide.launching.RutaLaunchConfigurationDelegate"
+           id="org.apache.uima.ruta.ide.launching.RutaLaunchConfigurationType"
            modes="run,debug"
            name="Ruta"
            public="true"
@@ -652,24 +652,24 @@ under the License.
   <extension
         point="org.eclipse.debug.core.sourcePathComputers">
      <sourcePathComputer
-           class="org.apache.uima.textmarker.ide.launching.RutaSourcePathComputer"
+           class="org.apache.uima.ruta.ide.launching.RutaSourcePathComputer"
            id="tmSourcePathComputer">
      </sourcePathComputer>
   </extension>
   <extension
         point="org.eclipse.debug.core.sourceLocators">
      <sourceLocator
-           class="org.apache.uima.textmarker.ide.launching.RutaSourceLookupDirector"
+           class="org.apache.uima.ruta.ide.launching.RutaSourceLookupDirector"
            id="tmSourceLocator"
-           name="org.apache.uima.textmarker.ide.launching.tmSourceLocator">
+           name="org.apache.uima.ruta.ide.launching.tmSourceLocator">
      </sourceLocator>
   </extension>
   <extension
         point="org.eclipse.dltk.launching.debuggingEngine">
      <engineContribution
-           natureId="org.apache.uima.textmarker.ide.nature">
+           natureId="org.apache.uima.ruta.ide.nature">
         <selector
-              class="org.apache.uima.textmarker.ide.launching.RutaDebuggingEngineSelector">
+              class="org.apache.uima.ruta.ide.launching.RutaDebuggingEngineSelector">
         </selector>
      </engineContribution>
   </extension>
@@ -677,43 +677,43 @@ under the License.
         point="org.eclipse.dltk.launching.interpreterInstalls">
      <interpreterInstall
            home="${eclipse_home}"
-           id="org.apache.uima.textmarker.ide.launching.embeddedRuta"
-           interpreterInstallType="org.apache.uima.textmarker.ide.debug.ui.launcher.GenericRutaInstallType"
+           id="org.apache.uima.ruta.ide.launching.embeddedRuta"
+           interpreterInstallType="org.apache.uima.ruta.ide.debug.ui.launcher.GenericRutaInstallType"
            name="Ruta Interpreter">
      </interpreterInstall>
   </extension>
   <extension
         point="org.eclipse.core.runtime.preferences">
      <initializer
-           class="org.apache.uima.textmarker.ide.formatter.RutaFormatterPreferenceInitializer">
+           class="org.apache.uima.ruta.ide.formatter.RutaFormatterPreferenceInitializer">
      </initializer>
   </extension>
   <extension
         point="org.eclipse.dltk.ui.formatterFactory">
      <engineContribution
-           natureId="org.apache.uima.textmarker.ide.nature">
+           natureId="org.apache.uima.ruta.ide.nature">
         <formatterFactory
-              class="org.apache.uima.textmarker.ide.formatter.RutaFormatterFactory"
+              class="org.apache.uima.ruta.ide.formatter.RutaFormatterFactory"
               description="Default Ruta formatter providing whitespace control and line wrapping"
-              id="org.apache.uima.textmarker.ide.formatter.formatterFactory"
+              id="org.apache.uima.ruta.ide.formatter.formatterFactory"
               name="Default Ruta Formatter"
               priority="10">
         </formatterFactory>
      </engineContribution>
   </extension>
   <extension
-        id="org.apache.uima.textmarker.ide.ui.editor.DocumentSetupParticipant"
+        id="org.apache.uima.ruta.ide.ui.editor.DocumentSetupParticipant"
         name="%documentSetupParticipantName"
         point="org.eclipse.core.filebuffers.documentSetup">
      <participant
-           class="org.apache.uima.textmarker.ide.ui.editor.RutaDocumentSetupParticipant">
+           class="org.apache.uima.ruta.ide.ui.editor.RutaDocumentSetupParticipant">
      </participant>
   </extension>
   <extension
         point="org.eclipse.core.runtime.adapters">
      <factory
-           adaptableType="org.apache.uima.textmarker.ide.ui.navigation.ElementsView$ElementList"
-           class="org.apache.uima.textmarker.ide.ui.navigation.ElementListAdapterFactory">
+           adaptableType="org.apache.uima.ruta.ide.ui.navigation.ElementsView$ElementList"
+           class="org.apache.uima.ruta.ide.ui.navigation.ElementListAdapterFactory">
         <adapter
               type="org.eclipse.dltk.core.IModelElement">
         </adapter>
@@ -723,7 +723,7 @@ under the License.
         point="org.eclipse.search.searchPages">
      <page
            canSearchEnclosingProjects="true"
-           class="org.apache.uima.textmarker.ide.ui.search.RutaSearchPage"
+           class="org.apache.uima.ruta.ide.ui.search.RutaSearchPage"
            enabled="true"
            extensions="tm:90, exp:30"
            icon="$nl$/icons/search_obj.png"
@@ -737,7 +737,7 @@ under the License.
         point="org.eclipse.ui.contexts">
      <context
            description="%RutaEditContext.description"
-           id="org.apache.uima.textmarker.ide.ui.textMarkerEditorScope"
+           id="org.apache.uima.ruta.ide.ui.rutaEditorScope"
            name="%RutaEditContext.name"
            parentId="org.eclipse.dltk.ui.scriptEditorScope">
      </context>
@@ -745,15 +745,15 @@ under the License.
   <extension
         point="org.eclipse.ui.perspectives">
      <perspective
-           class="org.apache.uima.textmarker.ide.ui.RutaPerspective"
+           class="org.apache.uima.ruta.ide.ui.RutaPerspective"
            icon="$nl$/icons/tm_persp.png"
-           id="org.apache.uima.textmarker.ide.ui.RutaPerspective"
+           id="org.apache.uima.ruta.ide.ui.RutaPerspective"
            name="%RutaPerspective.name">
      </perspective>
      <perspective
-           class="org.apache.uima.textmarker.ide.ui.ExplainPerspective"
+           class="org.apache.uima.ruta.ide.ui.ExplainPerspective"
            icon="icons/explain.png"
-           id="org.apache.uima.textmarker.ide.ui.explainPerspective"
+           id="org.apache.uima.ruta.ide.ui.explainPerspective"
            name="Ruta Explain">
      </perspective>
   </extension>
@@ -762,17 +762,17 @@ under the License.
      <perspectiveExtension
            targetID="org.eclipse.ui.resourcePerspective">
         <perspectiveShortcut
-              id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+              id="org.apache.uima.ruta.ide.ui.RutaPerspective">
         </perspectiveShortcut>
      </perspectiveExtension>
      <perspectiveExtension
-           targetID="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+           targetID="org.apache.uima.ruta.ide.ui.RutaPerspective">
         <perspectiveShortcut
-              id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+              id="org.apache.uima.ruta.ide.ui.RutaPerspective">
         </perspectiveShortcut>
      </perspectiveExtension>
      <perspectiveExtension
-           targetID="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+           targetID="org.apache.uima.ruta.ide.ui.RutaPerspective">
         <perspectiveShortcut
               id="org.eclipse.debug.ui.DebugPerspective">
         </perspectiveShortcut>
@@ -780,7 +780,7 @@ under the License.
      <perspectiveExtension
            targetID="org.eclipse.debug.ui.DebugPerspective">
         <perspectiveShortcut
-              id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+              id="org.apache.uima.ruta.ide.ui.RutaPerspective">
         </perspectiveShortcut>
      </perspectiveExtension>
      <perspectiveExtension
@@ -790,7 +790,7 @@ under the License.
         </actionSet>
      </perspectiveExtension>
      <perspectiveExtension
-           targetID="org.apache.uima.textmarker.ide.ui.RutaPerspective">
+           targetID="org.apache.uima.ruta.ide.ui.RutaPerspective">
         <showInPart
               id="org.eclipse.dltk.ui.ScriptExplorer">
         </showInPart>
@@ -805,37 +805,37 @@ under the License.
   <extension
         point="org.eclipse.ui.newWizards">
      <category
-           id="org.apache.uima.textmarker.ide.ui"
+           id="org.apache.uima.ruta.ide.ui"
            name="%RutaWizardsCategory.name">
      </category>
      <wizard
-           category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.wizards.RutaProjectCreationWizard"
-           finalPerspective="org.apache.uima.textmarker.ide.ui.RutaPerspective"
+           category="org.apache.uima.ruta.ide.ui"
+           class="org.apache.uima.ruta.ide.ui.wizards.RutaProjectCreationWizard"
+           finalPerspective="org.apache.uima.ruta.ide.ui.RutaPerspective"
            icon="$nl$/icons/newprj_wiz.png"
-           id="org.apache.uima.textmarker.ide.ui.wizards.RutaProjectWizard"
+           id="org.apache.uima.ruta.ide.ui.wizards.RutaProjectWizard"
            name="Ruta Project"
-           preferredPerspectives="org.apache.uima.textmarker.ide.ui.RutaPerspective"
+           preferredPerspectives="org.apache.uima.ruta.ide.ui.RutaPerspective"
            project="true">
         <description>
            Creates new Ruta project.
         </description>
      </wizard>
      <wizard
-           category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.wizards.RutaPackageCreationWizard"
+           category="org.apache.uima.ruta.ide.ui"
+           class="org.apache.uima.ruta.ide.ui.wizards.RutaPackageCreationWizard"
            icon="icons/newpack_wiz.gif"
-           id="org.apache.uima.textmarker.ide.ui.wizards.NewPackageCreationWizard"
+           id="org.apache.uima.ruta.ide.ui.wizards.NewPackageCreationWizard"
            name="%NewTMPackage.label">
         <description>
            %NewTMPackage.description
         </description>
      </wizard>
      <wizard
-           category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.wizards.RutaFileCreationWizard"
+           category="org.apache.uima.ruta.ide.ui"
+           class="org.apache.uima.ruta.ide.ui.wizards.RutaFileCreationWizard"
            icon="$nl$/icons/newfile_wiz.png"
-           id="org.apache.uima.textmarker.ide.ui.wizards.RutaFileCreationWizard"
+           id="org.apache.uima.ruta.ide.ui.wizards.RutaFileCreationWizard"
            name="%NewRutaFile.label">
         <description></description>
      </wizard>
@@ -843,22 +843,22 @@ under the License.
   <extension
         point="org.eclipse.ui.editors">
      <editor
-           class="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
+           class="org.apache.uima.ruta.ide.ui.editor.RutaEditor"
            contributorClass="org.eclipse.dltk.internal.ui.editor.SourceModuleEditorActionContributor"
            default="true"
            extensions="tm"
            icon="$nl$/icons/tm_obj.png"
-           id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
+           id="org.apache.uima.ruta.ide.ui.editor.RutaEditor"
            name="%RutaEditor.name">
         <contentTypeBinding
-              contentTypeId="org.apache.uima.textmarker.ide.tmContentType">
+              contentTypeId="org.apache.uima.ruta.ide.tmContentType">
         </contentTypeBinding>
      </editor>
   </extension>
   <extension
         point="org.eclipse.ui.editors.templates">
      <contextType
-           class="org.apache.uima.textmarker.ide.ui.templates.RutaUniversalTemplateContextType"
+           class="org.apache.uima.ruta.ide.ui.templates.RutaUniversalTemplateContextType"
            id="tmUniversalTemplateContextType"
            name="%RutaTemplateContext.name">
      </contextType>
@@ -869,14 +869,14 @@ under the License.
   <extension
         point="org.eclipse.ui.views">
      <category
-           id="org.apache.uima.textmarker.ide.ui"
+           id="org.apache.uima.ruta.ide.ui"
            name="%RutaViewsCategory.name">
      </category>
      <view
-           category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.infoviews.RutaDocumentationView"
+           category="org.apache.uima.ruta.ide.ui"
+           class="org.apache.uima.ruta.ide.ui.infoviews.RutaDocumentationView"
            icon="$nl$/icons/tmdoc.png"
-           id="org.apache.uima.textmarker.ide.ui.RutaDocumentationView"
+           id="org.apache.uima.ruta.ide.ui.RutaDocumentationView"
            name="%RutaDocumentationView.name">
      </view>
   </extension>
@@ -884,12 +884,12 @@ under the License.
         point="org.eclipse.ui.actionSets">
      <actionSet
            description="%RutaActionSet.description"
-           id="org.apache.uima.textmarker.ide.ui.RutaActionSet"
+           id="org.apache.uima.ruta.ide.ui.RutaActionSet"
            label="%RutaActionSet.label"
            visible="false">
         <action
-              class="org.apache.uima.textmarker.ide.ui.actions.RutaOpenTypeAction"
-              definitionId="org.apache.uima.textmarker.ide.ui.navigate.open.type"
+              class="org.apache.uima.ruta.ide.ui.actions.RutaOpenTypeAction"
+              definitionId="org.apache.uima.ruta.ide.ui.navigate.open.type"
               icon="icons/opentype.gif"
               id="openType"
               label="%OpenTypeAction.label"
@@ -898,8 +898,8 @@ under the License.
               tooltip="%OpenTypeAction.tooltip">
         </action>
         <action
-              class="org.apache.uima.textmarker.ide.ui.actions.RutaOpenTypeInHierarchyAction"
-              definitionId="org.apache.uima.textmarker.ide.ui.navigate.open.type.in.hierarchy"
+              class="org.apache.uima.ruta.ide.ui.actions.RutaOpenTypeInHierarchyAction"
+              definitionId="org.apache.uima.ruta.ide.ui.navigate.open.type.in.hierarchy"
               id="openTypeInHierarchy"
               label="%OpenTypeInHierarchyAction.label"
               menubarPath="navigate/open.ext2"
@@ -911,7 +911,7 @@ under the License.
         point="org.eclipse.ui.actionSets">
      <actionSet
            description="%RutaSearchActionSet.description"
-           id="org.apache.uima.textmarker.ide.ui.SearchActionSet"
+           id="org.apache.uima.ruta.ide.ui.SearchActionSet"
            label="%RutaSearchActionSet.label"
            visible="false">
         <menu
@@ -923,9 +923,9 @@ under the License.
            </groupMarker>
         </menu>
         <action
-              class="org.apache.uima.textmarker.ide.ui.actions.OpenRutaSearchPageAction"
+              class="org.apache.uima.ruta.ide.ui.actions.OpenRutaSearchPageAction"
               icon="$nl$/icons/search_obj.png"
-              id="org.apache.uima.textmarker.ide.ui.actions.OpenRutaSearchPage"
+              id="org.apache.uima.ruta.ide.ui.actions.OpenRutaSearchPage"
               label="%OpenRutaSearchPageAction.label"
               menubarPath="org.eclipse.search.menu/dialogRutaGroup">
         </action>
@@ -934,20 +934,20 @@ under the License.
   <extension
         point="org.eclipse.ui.bindings">
      <key
-           commandId="org.apache.uima.textmarker.ide.ui.navigate.open.type"
-           contextId="org.apache.uima.textmarker.ide.ui.textMarkerEditorScope"
+           commandId="org.apache.uima.ruta.ide.ui.navigate.open.type"
+           contextId="org.apache.uima.ruta.ide.ui.rutaEditorScope"
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
            sequence="M1+M2+T">
      </key>
      <key
            commandId="org.eclipse.dltk.ui.edit.text.script.format"
-           contextId="org.apache.uima.textmarker.ide.ui.textMarkerEditorScope"
+           contextId="org.apache.uima.ruta.ide.ui.rutaEditorScope"
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
            sequence="M1+M2+F">
      </key>
      <key
            commandId="org.eclipse.dltk.ui.edit.text.script.format"
-           contextId="org.apache.uima.textmarker.ide.ui.textMarkerEditorScope"
+           contextId="org.apache.uima.ruta.ide.ui.rutaEditorScope"
            platform="gtk"
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
            sequence="ESC CTRL+F">
@@ -957,8 +957,8 @@ under the License.
         point="org.eclipse.ui.decorators">
      <decorator
            adaptable="false"
-           class="org.apache.uima.textmarker.ide.ui.RutaProjectDecorator"
-           id="org.apache.uima.textmarker.ide.decorators.projectdecorator"
+           class="org.apache.uima.ruta.ide.ui.RutaProjectDecorator"
+           id="org.apache.uima.ruta.ide.decorators.projectdecorator"
            label="%RutaProjectDecorator.name"
            lightweight="true"
            location="TOP_LEFT"
@@ -980,7 +980,7 @@ under the License.
      <command
            categoryId="org.eclipse.ui.category.navigate"
            description="%ActionDefinition.OpenType.description"
-           id="org.apache.uima.textmarker.ide.ui.navigate.open.type"
+           id="org.apache.uima.ruta.ide.ui.navigate.open.type"
            name="%ActionDefinition.OpenType.name">
      </command>
   </extension>
@@ -996,7 +996,7 @@ under the License.
                  <iterate
                        operator="or">
                     <equals
-                          value="org.apache.uima.textmarker.ide.ui.textMarkerEditorScope">
+                          value="org.apache.uima.ruta.ide.ui.rutaEditorScope">
                     </equals>
                  </iterate>
               </with>
@@ -1009,19 +1009,19 @@ under the License.
      <actionSetPartAssociation
            targetID="org.eclipse.ui.edit.text.actionSet.presentation">
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
+              id="org.apache.uima.ruta.ide.ui.editor.RutaEditor">
         </part>
      </actionSetPartAssociation>
      <actionSetPartAssociation
            targetID="org.eclipse.dltk.ui.A_OpenActionSet">
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
+              id="org.apache.uima.ruta.ide.ui.editor.RutaEditor">
         </part>
      </actionSetPartAssociation>
      <actionSetPartAssociation
            targetID="org.eclipse.dltk.ui.ScriptCodingActionSet">
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
+              id="org.apache.uima.ruta.ide.ui.editor.RutaEditor">
         </part>
      </actionSetPartAssociation>
   </extension>
@@ -1030,8 +1030,8 @@ under the License.
         point="org.eclipse.dltk.ui.scriptCompletionProposalComputer">
      <scriptCompletionProposalComputer
            categoryId="org.eclipse.dltk.ui.scriptNoTypeProposalCategory"
-           class="org.apache.uima.textmarker.ide.ui.text.completion.RutaNoTypeCompletionProposalComputer"
-           toolkitId="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.text.completion.RutaNoTypeCompletionProposalComputer"
+           toolkitId="org.apache.uima.ruta.ide.nature">
         <partition
               type="__dftl_partition_content_type">
         </partition>
@@ -1043,47 +1043,47 @@ under the License.
   <extension
         point="org.eclipse.dltk.ui.scriptDocumentationProviders">
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.RutaCommentDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.RutaCommentDocumentationProvider"
-           nature="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.documentation.RutaCommentDocumentationProvider"
+           id="org.apache.uima.ruta.ide.ui.RutaCommentDocumentationProvider"
+           nature="org.apache.uima.ruta.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.RutaPagesDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.textmarke.ui.RutaPagesDocumentationProvider"
-           nature="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.documentation.RutaPagesDocumentationProvider"
+           id="org.apache.uima.ruta.ide.textmarke.ui.RutaPagesDocumentationProvider"
+           nature="org.apache.uima.ruta.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.RutaActionDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.RutaActionDocumentationProvider"
-           nature="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.documentation.RutaActionDocumentationProvider"
+           id="org.apache.uima.ruta.ide.ui.RutaActionDocumentationProvider"
+           nature="org.apache.uima.ruta.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.RutaConditionDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.RutaConditionDocumentationProvider"
-           nature="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.documentation.RutaConditionDocumentationProvider"
+           id="org.apache.uima.ruta.ide.ui.RutaConditionDocumentationProvider"
+           nature="org.apache.uima.ruta.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.RutaFunctionDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.RutaFunctionDocumentationProvider"
-           nature="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.documentation.RutaFunctionDocumentationProvider"
+           id="org.apache.uima.ruta.ide.ui.RutaFunctionDocumentationProvider"
+           nature="org.apache.uima.ruta.ide.nature">
      </provider>
   </extension>
   <extension
         point="org.eclipse.dltk.ui.language">
      <language
-           class="org.apache.uima.textmarker.ide.ui.RutaUILanguageToolkit"
-           nature="org.apache.uima.textmarker.ide.nature">
+           class="org.apache.uima.ruta.ide.ui.RutaUILanguageToolkit"
+           nature="org.apache.uima.ruta.ide.nature">
      </language>
   </extension>
   <extension
         point="org.eclipse.ui.actionSetPartAssociations">
      <actionSetPartAssociation
-           targetID="org.apache.uima.textmarker.ide.ui.SearchActionSet">
+           targetID="org.apache.uima.ruta.ide.ui.SearchActionSet">
         <part
               id="org.eclipse.dltk.ui.ScriptExplorer">
         </part>
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
+              id="org.apache.uima.ruta.ide.ui.editor.RutaEditor">
         </part>
         <part
               id="org.eclipse.search.SearchResultView">
@@ -1093,19 +1093,19 @@ under the License.
   <extension
         point="org.eclipse.ui.ide.markerResolution">
      <markerResolutionGenerator
-           class="org.apache.uima.textmarker.ide.ui.text.RutaRequireMarkerResolutionGenerator"
+           class="org.apache.uima.ruta.ide.ui.text.RutaRequireMarkerResolutionGenerator"
            markerType="org.eclipse.dltk.core.problem">
      </markerResolutionGenerator>
   </extension>
   <extension
         point="org.eclipse.ui.editorActions">
      <editorContribution
-           id="org.apache.uima.textmarker.ide.ui.RutaEditor.ruler.actions"
-           targetID="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
+           id="org.apache.uima.ruta.ide.ui.RutaEditor.ruler.actions"
+           targetID="org.apache.uima.ruta.ide.ui.editor.RutaEditor">
         <action
               actionID="RulerClick"
-              class="org.apache.uima.textmarker.ide.ui.actions.RutaSelectRulerAction"
-              id="org.apache.uima.textmarker.ide.ui.tmeditor.RutaSelectRulerAction"
+              class="org.apache.uima.ruta.ide.ui.actions.RutaSelectRulerAction"
+              id="org.apache.uima.ruta.ide.ui.tmeditor.RutaSelectRulerAction"
               label="Ruta Selection Ruler action">
         </action>
      </editorContribution>
@@ -1146,12 +1146,12 @@ under the License.
   <extension
         point="org.eclipse.dltk.ui.formatterFactory">
      <engineContribution
-           natureId="org.apache.uima.textmarker.ide.nature">
+           natureId="org.apache.uima.ruta.ide.nature">
         <selector
               class="org.eclipse.dltk.core.PreferenceBasedContributionSelector">
            <parameter
                  name="qualifier"
-                 value="org.apache.uima.textmarker.ide.ui">
+                 value="org.apache.uima.ruta.ide.ui">
            </parameter>
            <parameter
                  name="key"
@@ -1163,16 +1163,16 @@ under the License.
   <extension
         point="org.eclipse.ui.propertyPages">
      <page
-           category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaBuildpathPropertyPage"
-           id="org.apache.uima.textmarker.ide.ui.BuildpathProperties"
+           category="org.apache.uima.ruta.ide.propertyPage"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaBuildpathPropertyPage"
+           id="org.apache.uima.ruta.ide.ui.BuildpathProperties"
            name="%RutaBuildPathPropertyPage.name">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
               <test
                     property="org.eclipse.core.resources.projectNature"
-                    value="org.apache.uima.textmarker.ide.nature">
+                    value="org.apache.uima.ruta.ide.nature">
               </test>
            </adapt>
         </enabledWhen>
@@ -1181,31 +1181,31 @@ under the License.
         </keywordReference>
      </page>
      <page
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaPropertyPage"
-           id="org.apache.uima.textmarker.ide.propertyPage"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaPropertyPage"
+           id="org.apache.uima.ruta.ide.propertyPage"
            name="%RutaPropertyPage.name">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
               <test
                     property="org.eclipse.core.resources.projectNature"
-                    value="org.apache.uima.textmarker.ide.nature">
+                    value="org.apache.uima.ruta.ide.nature">
               </test>
            </adapt>
         </enabledWhen>
      </page>
      <!--
      <page
-           category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaTodoTaskPreferencePage"
-           id="org.apache.uima.textmarker.ide.propertyPage.todo"
+           category="org.apache.uima.ruta.ide.propertyPage"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaTodoTaskPreferencePage"
+           id="org.apache.uima.ruta.ide.propertyPage.todo"
            name="%RutaTodoPropertyPage.name">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
               <test
                     property="org.eclipse.core.resources.projectNature"
-                    value="org.apache.uima.textmarker.ide.nature">
+                    value="org.apache.uima.ruta.ide.nature">
               </test>
            </adapt>
         </enabledWhen>
@@ -1215,16 +1215,16 @@ under the License.
   <extension
         point="org.eclipse.ui.propertyPages">
      <page
-           category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaFormatterPreferencePage"
-           id="org.apache.uima.textmarker.ide.propertyPage.formatter"
+           category="org.apache.uima.ruta.ide.propertyPage"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaFormatterPreferencePage"
+           id="org.apache.uima.ruta.ide.propertyPage.formatter"
            name="Ruta Formatter">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
               <test
                     property="org.eclipse.core.resources.projectNature"
-                    value="org.apache.uima.textmarker.ide.nature">
+                    value="org.apache.uima.ruta.ide.nature">
               </test>
            </adapt>
         </enabledWhen>
@@ -1233,106 +1233,106 @@ under the License.
   <extension
         point="org.eclipse.ui.preferencePages">
      <page
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaGlobalPreferencePage"
-           id="org.apache.uima.textmarker.ide.preferences"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaGlobalPreferencePage"
+           id="org.apache.uima.ruta.ide.preferences"
            name="%RutaPreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorPreferencesPage"
-           id="org.apache.uima.textmarker.ide.preferences.editor"
+           category="org.apache.uima.ruta.ide.preferences"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaEditorPreferencesPage"
+           id="org.apache.uima.ruta.ide.preferences.editor"
            name="%RutaEditorPreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorHoverPreferencePage"
-           id="org.apache.uima.textmarker.ide.preferences.editor.hovers"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaEditorHoverPreferencePage"
+           id="org.apache.uima.ruta.ide.preferences.editor.hovers"
            name="%RutaEditorHoversPreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.templates.RutaCodeTemplatesPreferencePage"
-           id="org.apache.uima.textmarker.ide.preferences.templates"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.templates.RutaCodeTemplatesPreferencePage"
+           id="org.apache.uima.ruta.ide.preferences.templates"
            name="%RutaCodeTemplatesPreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorSyntaxColoringPreferencePage"
-           id="org.apache.uima.textmarker.ide.ui.editor.SyntaxColoring"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaEditorSyntaxColoringPreferencePage"
+           id="org.apache.uima.ruta.ide.ui.editor.SyntaxColoring"
            name="%RutaEditorSyntaxColoringPreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaSmartTypingPreferencePage"
-           id="org.apache.uima.textmarker.ide.ui.editor.SmartTyping"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaSmartTypingPreferencePage"
+           id="org.apache.uima.ruta.ide.ui.editor.SmartTyping"
            name="%RutaEditorSmartTypingPreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaFoldingPreferencePage"
-           id="org.apache.uima.textmarker.ide.ui.editor.RutaFolding"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaFoldingPreferencePage"
+           id="org.apache.uima.ruta.ide.ui.editor.RutaFolding"
            name="%RutaEditorFoldingPreferencePage.name">
      </page>
      <!--
      <page
-           category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaTodoTaskPreferencePage"
-           id="org.apache.uima.textmarker.ide.ui.editor.TodoTasks"
+           category="org.apache.uima.ruta.ide.preferences"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaTodoTaskPreferencePage"
+           id="org.apache.uima.ruta.ide.ui.editor.TodoTasks"
            name="%RutaTaskTags.name">
      </page>
      -->
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorAssistancePreferencePage"
-           id="org.apache.uima.textmarker.ide.ui.editor.Assistence"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaEditorAssistancePreferencePage"
+           id="org.apache.uima.ruta.ide.ui.editor.Assistence"
            name="%RutaEditorAssistancePreferencePage.name">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaBuilderPreferencePage"
-           id="org.apache.uima.textmarker.ide.preferences.builder"
+           category="org.apache.uima.ruta.ide.preferences"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaBuilderPreferencePage"
+           id="org.apache.uima.ruta.ide.preferences.builder"
            name="Builder">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaFormatterPreferencePage"
-           id="org.apache.uima.textmarker.ide.preferences.formatter"
+           category="org.apache.uima.ruta.ide.preferences.editor"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaFormatterPreferencePage"
+           id="org.apache.uima.ruta.ide.preferences.formatter"
            name="Formatter">
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.RutaProjectPreferencePage"
-           id="org.apache.uima.textmarker.ide.preferences.project"
+           category="org.apache.uima.ruta.ide.preferences"
+           class="org.apache.uima.ruta.ide.ui.preferences.RutaProjectPreferencePage"
+           id="org.apache.uima.ruta.ide.preferences.project"
            name="Project Management">
      </page>
   </extension>
 
   <extension point="org.eclipse.ui.preferencePages">
     <page
-      category="org.apache.uima.textmarker.ide.preferences"
-      class="org.apache.uima.textmarker.ide.debug.ui.interpreters.RutaInterpreterPreferencePage"
+      category="org.apache.uima.ruta.ide.preferences"
+      class="org.apache.uima.ruta.ide.debug.ui.interpreters.RutaInterpreterPreferencePage"
       id="org.eclipse.dltk.debug.ui.RutaInterpreters"
       name="%Interpreters.PreferencePage" />
       <!--
     <page
-      category="org.apache.uima.textmarker.ide.preferences"
-      class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebugPreferencePage"
-      id="org.apache.uima.textmarker.ide.preferences.debug"
+      category="org.apache.uima.ruta.ide.preferences"
+      class="org.apache.uima.ruta.ide.debug.ui.preferences.RutaDebugPreferencePage"
+      id="org.apache.uima.ruta.ide.preferences.debug"
       name="%Debug.PreferencePage" />
     <page
-      category="org.apache.uima.textmarker.ide.preferences.debug"
-      class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebuggingEnginePreferencePage"
-      id="org.apache.uima.textmarker.ide.preferences.debug.engines"
+      category="org.apache.uima.ruta.ide.preferences.debug"
+      class="org.apache.uima.ruta.ide.debug.ui.preferences.RutaDebuggingEnginePreferencePage"
+      id="org.apache.uima.ruta.ide.preferences.debug.engines"
       name="%Engines.PreferencePage" />
     <page
-      category="org.apache.uima.textmarker.ide.preferences"
-      class="org.apache.uima.textmarker.ide.ui.preferences.RutaConsolePreferences"
-      id="org.apache.uima.textmarker.ide.ui.console.preferences.RutaConsolePreferences"
+      category="org.apache.uima.ruta.ide.preferences"
+      class="org.apache.uima.ruta.ide.ui.preferences.RutaConsolePreferences"
+      id="org.apache.uima.ruta.ide.ui.console.preferences.RutaConsolePreferences"
       name="%Console.PreferencePage" />
     <page
-          category="org.apache.uima.textmarker.ide.preferences.debug.engines"
-          class="org.apache.uima.textmarker.ide.debugger.preferences.RutaDebuggerPreferencePage"
-          id="org.apache.uima.textmarker.ide.preferences.debug.engines.debugger"
+          category="org.apache.uima.ruta.ide.preferences.debug.engines"
+          class="org.apache.uima.ruta.ide.debugger.preferences.RutaDebuggerPreferencePage"
+          id="org.apache.uima.ruta.ide.preferences.debug.engines.debugger"
           name="%PreferencePage.name">
     </page>
       -->
@@ -1341,15 +1341,15 @@ under the License.
 <!--
   <extension point="org.eclipse.ui.propertyPages">
     <page
-      class="org.apache.uima.textmarker.ide.debugger.preferences.RutaDebuggerPreferencePage"
-      category="org.apache.uima.textmarker.ide.propertyPage.debug.engines"
-      id="org.apache.uima.textmarker.ide.propertyPage.debug.engines.debugger"
+      class="org.apache.uima.ruta.ide.debugger.preferences.RutaDebuggerPreferencePage"
+      category="org.apache.uima.ruta.ide.propertyPage.debug.engines"
+      id="org.apache.uima.ruta.ide.propertyPage.debug.engines.debugger"
       name="%PropertyPage.name">
       <enabledWhen>
         <adapt type="org.eclipse.core.resources.IProject">
           <test
             property="org.eclipse.core.resources.projectNature"
-            value="org.apache.uima.textmarker.ide.nature" />
+            value="org.apache.uima.ruta.ide.nature" />
         </adapt>
       </enabledWhen>
     </page>
@@ -1359,31 +1359,31 @@ under the License.
   <extension
         point="org.eclipse.ui.propertyPages">
      <page
-           category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebugPreferencePage"
-           id="org.apache.uima.textmarker.ide.propertyPage.debug"
+           category="org.apache.uima.ruta.ide.propertyPage"
+           class="org.apache.uima.ruta.ide.debug.ui.preferences.RutaDebugPreferencePage"
+           id="org.apache.uima.ruta.ide.propertyPage.debug"
            name="%Debug.PropertyPage">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
               <test
                     property="org.eclipse.core.resources.projectNature"
-                    value="org.apache.uima.textmarker.ide.nature">
+                    value="org.apache.uima.ruta.ide.nature">
               </test>
            </adapt>
         </enabledWhen>
      </page>
      <page
-           category="org.apache.uima.textmarker.ide.propertyPage.debug"
-           class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebuggingEnginePreferencePage"
-           id="org.apache.uima.textmarker.ide.propertyPage.debug.engines"
+           category="org.apache.uima.ruta.ide.propertyPage.debug"
+           class="org.apache.uima.ruta.ide.debug.ui.preferences.RutaDebuggingEnginePreferencePage"
+           id="org.apache.uima.ruta.ide.propertyPage.debug.engines"
            name="%Engines.PropertyPage">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
               <test
                     property="org.eclipse.core.resources.projectNature"
-                    value="org.apache.uima.textmarker.ide.nature">
+                    value="org.apache.uima.ruta.ide.nature">
               </test>
            </adapt>
         </enabledWhen>
@@ -1391,27 +1391,27 @@ under the License.
   </extension>
   -->
   <extension
-        point="org.apache.uima.textmarker.ide.tmSemanticHighlighting">
+        point="org.apache.uima.ruta.ide.tmSemanticHighlighting">
      <highlightingExtension
-           class="org.apache.uima.textmarker.ide.ui.DefaultRutaSemanticHighlightingExtension">
+           class="org.apache.uima.ruta.ide.ui.DefaultRutaSemanticHighlightingExtension">
      </highlightingExtension>
   </extension>
      <extension
          point="org.eclipse.dltk.validators.core.validator">
       <validatorType
-            class="org.apache.uima.textmarker.ide.validator.CheckValidator"
-            id="org.apache.uima.textmarker.ide.validator.checkvalidator"
-            nature="org.apache.uima.textmarker.ide.nature">
+            class="org.apache.uima.ruta.ide.validator.CheckValidator"
+            id="org.apache.uima.ruta.ide.validator.checkvalidator"
+            nature="org.apache.uima.ruta.ide.nature">
       </validatorType>
    </extension>
    <!--
      <extension
            point="org.eclipse.dltk.ui.buildpathContainerPage">
         <buildpathContainerPage
-              class="org.apache.uima.textmarker.ide.ui.wizards.RutaJavaContainerPage"
-              id="org.apache.uima.textmarker.ide.java.page"
+              class="org.apache.uima.ruta.ide.ui.wizards.RutaJavaContainerPage"
+              id="org.apache.uima.ruta.ide.java.page"
               name="Java Library"
-              nature="org.apache.uima.textmarker.ide.nature">
+              nature="org.apache.uima.ruta.ide.nature">
         </buildpathContainerPage>
      </extension>
      -->

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/templates/templates.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/templates/templates.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/templates/templates.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/templates/templates.xml Mon Apr 29 16:58:44 2013
@@ -19,22 +19,22 @@
 -->
 
 <templates>
-	<template id="org.apache.uima.textmarker.editor.template.RECA"
+	<template id="org.apache.uima.ruta.editor.template.RECA"
 		context="tmUniversalTemplateContextType" name="RECA"
 		description="Rule element with condition and action" icon="icons/obj16/tm_obj.png"
 		autoinsert="true">${cursor}Type{C() -&gt; A()};</template>
-	<template id="org.apache.uima.textmarker.editor.template.CALL"
+	<template id="org.apache.uima.ruta.editor.template.CALL"
 		context="tmUniversalTemplateContextType" name="CALL" description="Simple CALL rule"
 		icon="icons/obj16/tm_obj.png" autoinsert="true">Document{->CALL(${cursor})};
 	</template>
-    <template id="org.apache.uima.textmarker.editor.template.EXEC"
+    <template id="org.apache.uima.ruta.editor.template.EXEC"
         context="tmUniversalTemplateContextType" name="EXEC" description="Simple EXEC rule"
         icon="icons/obj16/tm_obj.png" autoinsert="true">Document{->EXEC(${cursor})};</template>
-	<template id="org.apache.uima.textmarker.editor.template.BLOCK"
+	<template id="org.apache.uima.ruta.editor.template.BLOCK"
 		context="tmUniversalTemplateContextType" name="BLOCK" description="Simple BLOCK"
 		icon="icons/obj16/tm_obj.png" autoinsert="true">BLOCK(${cursor}Name)
 		Document{} {&#13;&#13;};</template>
-	<template id="org.apache.uima.textmarker.editor.template.MF"
+	<template id="org.apache.uima.ruta.editor.template.MF"
 		context="tmUniversalTemplateContextType" name="MF" description="Common MARKFAST rule"
 		icon="icons/obj16/tm_obj.png" autoinsert="true">Document{-&gt;MARKFAST(${cursor}Type, List)};</template>