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 17:49:21 UTC

svn commit: r1477162 [2/3] - in /uima/sandbox/ruta/trunk: ./ ruta-core/ ruta-core/src/main/resources/org/apache/uima/ruta/engine/ ruta-core/src/test/resources/org/apache/uima/ruta/ ruta-eclipse-feature/ ruta-eclipse-feature/src/main/resources/ ruta-ecl...

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=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/plugin.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/plugin.xml Mon Apr 29 15:49:20 2013
@@ -38,13 +38,13 @@ under the License.
          id="nature"
          point="org.eclipse.core.resources.natures">
       <runtime>
-         <run class="org.apache.uima.textmarker.ide.core.TextMarkerNature"/>
+         <run class="org.apache.uima.textmarker.ide.core.RutaNature"/>
       </runtime>
    </extension>
    <extension
          point="org.eclipse.dltk.validators.core.validator">
       <validatorType
-            class="org.apache.uima.textmarker.ide.core.packages.TextMarkerPackageCheckerType"
+            class="org.apache.uima.textmarker.ide.core.packages.RutaPackageCheckerType"
             id="org.apache.uima.textmarker.ide.packageChecker"
             nature="org.apache.uima.textmarker.ide.nature">
       </validatorType>
@@ -53,13 +53,13 @@ under the License.
    <extension
          point="org.eclipse.dltk.core.language">
       <language
-            class="org.apache.uima.textmarker.ide.core.TextMarkerLanguageToolkit"
+            class="org.apache.uima.textmarker.ide.core.RutaLanguageToolkit"
             nature="org.apache.uima.textmarker.ide.nature"/>
    </extension>
    <extension
          point="org.eclipse.dltk.core.sourceElementParsers">
       <parser
-            class="org.apache.uima.textmarker.ide.core.parser.TextMarkerSourceElementParser"
+            class="org.apache.uima.textmarker.ide.core.parser.RutaSourceElementParser"
             nature="org.apache.uima.textmarker.ide.nature"
             priority="0">
       </parser>
@@ -67,7 +67,7 @@ under the License.
    <extension
          point="org.eclipse.dltk.core.selectionEngine">
       <selectionEngine
-            class="org.apache.uima.textmarker.ide.core.codeassist.TextMarkerSelectionEngine"
+            class="org.apache.uima.textmarker.ide.core.codeassist.RutaSelectionEngine"
             nature="org.apache.uima.textmarker.ide.nature"
             priority="0">
       </selectionEngine>
@@ -75,7 +75,7 @@ under the License.
    <extension
          point="org.eclipse.dltk.core.completionEngine">
       <completionEngine
-            class="org.apache.uima.textmarker.ide.core.codeassist.TextMarkerCompletionEngine"
+            class="org.apache.uima.textmarker.ide.core.codeassist.RutaCompletionEngine"
             nature="org.apache.uima.textmarker.ide.nature"
             priority="0">
       </completionEngine>
@@ -83,7 +83,7 @@ under the License.
    <extension
          point="org.eclipse.dltk.core.search">
       <seachFactory
-            class="org.apache.uima.textmarker.ide.core.TextMarkerSearchFactory"
+            class="org.apache.uima.textmarker.ide.core.RutaSearchFactory"
             nature="org.apache.uima.textmarker.ide.nature"
             priority="0">
       </seachFactory>
@@ -91,7 +91,7 @@ under the License.
    <extension
          point="org.eclipse.dltk.core.callHierarchy">
       <callHerarchiesFactory
-            class="org.apache.uima.textmarker.ide.core.TextMarkerCallHierarchyFactory"
+            class="org.apache.uima.textmarker.ide.core.RutaCallHierarchyFactory"
             nature="org.apache.uima.textmarker.ide.nature"
             priority="0">
       </callHerarchiesFactory>
@@ -105,7 +105,7 @@ under the License.
            name="%tmContentType"
            priority="high">
         <describer
-              class="org.apache.uima.textmarker.ide.core.TextMarkerContentDescriber"
+              class="org.apache.uima.textmarker.ide.core.RutaContentDescriber"
               plugin="org.apache.uima.textmarker.ide.core">
         </describer>       
      </content-type>
@@ -115,7 +115,7 @@ under the License.
       <parserContribution
             natureId="org.apache.uima.textmarker.ide.nature">
          <parser
-               class="org.apache.uima.textmarker.ide.core.parser.TextMarkerSourceParserFactory"
+               class="org.apache.uima.textmarker.ide.core.parser.RutaSourceParserFactory"
                description="%sourceParser.description"
                id="org.apache.uima.textmarker.ide.sourceParser"
                name="%sourceParser.name"
@@ -125,68 +125,68 @@ under the License.
    <extension
          point="org.apache.uima.textmarker.ide.tmkeywords">
       <keywords
-            class="org.apache.uima.textmarker.ide.core.TextMarkerKeywords">
+            class="org.apache.uima.textmarker.ide.core.RutaKeywords">
       </keywords>
    </extension>
  <extension
          name="tm commands"
          point="org.apache.uima.textmarker.ide.tmCommandProcessor">
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerNamespaceProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaNamespaceProcessor"
             id="namespace"></processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerProcProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaProcProcessor"
             id="proc">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerVariableProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaVariableProcessor"
             id="set">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerUpvarProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaUpvarProcessor"
             id="upvar">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerGlobalVariableProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaGlobalVariableProcessor"
             id="global">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerPackageProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaPackageProcessor"
             id="package">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerCatchProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaCatchProcessor"
             id="catch">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerIfProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaIfProcessor"
             id="if">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerNamespaceVariableProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaNamespaceVariableProcessor"
             id="variable">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerSwitchCommandProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaSwitchCommandProcessor"
             id="switch">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerForCommandProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaForCommandProcessor"
             id="for">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerForeachCommandProcessor"
+            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.RutaForeachCommandProcessor"
             id="foreach">
       </processor>
       <processor
-            class="org.apache.uima.textmarker.ide.core.parser.processors.tm.TextMarkerWhileCommandProcessor"
+            class="org.apache.uima.textmarker.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.TextMarkerMixinParser"
+            class="org.apache.uima.textmarker.ide.core.mixin.RutaMixinParser"
             nature="org.apache.uima.textmarker.ide.nature"
             priority="0">
       </mixin>
@@ -194,22 +194,22 @@ under the License.
    <extension
          point="org.eclipse.core.runtime.preferences">
       <initializer
-            class="org.apache.uima.textmarker.ide.core.TextMarkerPreferenceInitializer">
+            class="org.apache.uima.textmarker.ide.core.RutaPreferenceInitializer">
       </initializer>
       <initializer
-            class="org.apache.uima.textmarker.ide.debug.TextMarkerDebugPreferenceInitializer">
+            class="org.apache.uima.textmarker.ide.debug.RutaDebugPreferenceInitializer">
       </initializer>
       <initializer
-            class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerConsolePreferenceInitializer">
+            class="org.apache.uima.textmarker.ide.ui.preferences.RutaConsolePreferenceInitializer">
       </initializer>
       <initializer
-            class="org.apache.uima.textmarker.ide.ui.TextMarkerUIPreferenceInitializer">
+            class="org.apache.uima.textmarker.ide.ui.RutaUIPreferenceInitializer">
       </initializer>
    </extension>
    <extension
          point="org.eclipse.dltk.core.buildpathContainerInitializer">
       <buildpathContainerInitializer
-            class="org.apache.uima.textmarker.ide.core.packages.TextMarkerPackagesBuildpathContainerInitializer"
+            class="org.apache.uima.textmarker.ide.core.packages.RutaPackagesBuildpathContainerInitializer"
             id="org.apache.uima.textmarker.ide.core.PACKAGES">
       </buildpathContainerInitializer>
    </extension>
@@ -222,7 +222,7 @@ under the License.
             nature="org.apache.uima.textmarker.ide.nature">
       </buildParticipant>
     <buildParticipant
-      class="org.apache.uima.textmarker.ide.core.parser.TextMarkerTodoParserType"
+      class="org.apache.uima.textmarker.ide.core.parser.RutaTodoParserType"
       id="org.apache.uima.textmarker.ide.todo"
       name="%taskTagsBuildParticipant.name"
       nature="org.apache.uima.textmarker.ide.nature">
@@ -231,15 +231,15 @@ under the License.
       </requires>
     </buildParticipant>
     <buildParticipant
-          class="org.apache.uima.textmarker.ide.core.builder.TextMarkerBuilder"
+          class="org.apache.uima.textmarker.ide.core.builder.RutaBuilder"
           id="org.apache.uima.textmarker.ide.core.builder"
-          name="TextMarker Descriptor Bulider"
+          name="Ruta Descriptor Bulider"
           nature="org.apache.uima.textmarker.ide.nature">
     </buildParticipant>
     <buildParticipant
           class="org.apache.uima.textmarker.ide.validator.CheckValidator"
           id="org.apache.uima.textmarker.ide.validator.Checker"
-          name="TextMarker Validator"
+          name="Ruta Validator"
           nature="org.apache.uima.textmarker.ide.nature">
     </buildParticipant>
   </extension>
@@ -247,8 +247,8 @@ under the License.
          point="org.eclipse.dltk.debug.scriptDebugModel">
       <debugModel
             debugModelId="org.eclipse.dltk.debug.textmarkerModel"
-            natureId="org.apache.uima.textmarker.ide.core.TextMarkerNature"
-            typeFactory="org.apache.uima.textmarker.ide.debug.TextMarkerTypeFactory">
+            natureId="org.apache.uima.textmarker.ide.core.RutaNature"
+            typeFactory="org.apache.uima.textmarker.ide.debug.RutaTypeFactory">
       </debugModel>
    </extension>
   
@@ -271,26 +271,26 @@ under the License.
   
   <extension point="org.eclipse.dltk.ui.editorTextHovers">
     <hover
-      label="%TextMarkerVariableHoverLabel"
-      description="%TextMarkerVariableHoverDescription"
-      class="org.apache.uima.textmarker.ide.debug.ui.TextMarkerDebugHover"
-      id="org.apache.uima.textmarker.ide.debug.ui.TextMarkerDebugHover">
+      label="%RutaVariableHoverLabel"
+      description="%RutaVariableHoverDescription"
+      class="org.apache.uima.textmarker.ide.debug.ui.RutaDebugHover"
+      id="org.apache.uima.textmarker.ide.debug.ui.RutaDebugHover">
     </hover>
   </extension>
 
   <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups">
     <launchConfigurationTabGroup
-      type="org.apache.uima.textmarker.ide.launching.TextMarkerLaunchConfigurationType"
-      class="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.TextMarkerTabGroup"
-      id="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.TextMarkerTabGroup">
+      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">
       <launchMode
         mode="debug"
         perspective="org.eclipse.debug.ui.DebugPerspective"
-        description="Debug TextMarker">
+        description="Debug Ruta">
       </launchMode>
       <launchMode
         mode="run"
-        description="Run TextMarker">
+        description="Run Ruta">
       </launchMode>
     </launchConfigurationTabGroup>
   </extension>
@@ -311,10 +311,10 @@ under the License.
 
   <extension point="org.eclipse.debug.ui.launchShortcuts">
     <shortcut
-      class="org.apache.uima.textmarker.ide.debug.ui.launcher.TextMarkerLaunchShortcut"
+      class="org.apache.uima.textmarker.ide.debug.ui.launcher.RutaLaunchShortcut"
       icon="icons/textmarker.png"
       id="org.apache.uima.textmarker.ide.debug.ui.launchShortcut"
-      label="TextMarker"
+      label="Ruta"
       modes="run, debug">
       <contextualLaunch>
         <enablement>
@@ -330,7 +330,7 @@ under the License.
           </with>
         </enablement>
       </contextualLaunch>
-      <perspective id="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+      <perspective id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
       </perspective>
       <perspective id="org.eclipse.debug.ui.DebugPerspective"></perspective>
     </shortcut>
@@ -343,29 +343,29 @@ under the License.
       nameFilter="*"
       objectClass="org.eclipse.dltk.core.ISourceModule">
       <action
-        class="org.apache.uima.textmarker.ide.ui.console.PasteTextMarkerToConsole"
-        id="org.apache.uima.textmarker.ide.ui.console.PasteTextMarkerTextToConsoleAction"
-        label="%TextMarkerConsole.Actions.PasteToTextMarkerConsole" />
+        class="org.apache.uima.textmarker.ide.ui.console.PasteRutaToConsole"
+        id="org.apache.uima.textmarker.ide.ui.console.PasteRutaTextToConsoleAction"
+        label="%RutaConsole.Actions.PasteToRutaConsole" />
     </objectContribution>
 
     <viewerContribution
       id="org.apache.uima.textmarker.ide.debug.ui.viewerContribution1"
-      targetID="#TextMarkerEditorContext">
+      targetID="#RutaEditorContext">
       <!--action
         class="org.eclipse.dltk.debug.ui.actions.WatchExpressionAction"
         id="org.apache.uima.textmarker.ide.debug.ui.WatchExpressionAction"
         label="%WatchVariable"
         menubarPath="additions"/-->
       <action
-        id="org.apache.uima.textmarker.ide.ui.console.PasteToTextMarkerConsoleAction"
-        label="%TextMarkerConsole.Actions.PasteToTextMarkerConsole"
+        id="org.apache.uima.textmarker.ide.ui.console.PasteToRutaConsoleAction"
+        label="%RutaConsole.Actions.PasteToRutaConsole"
         menubarPath="additions"
-        class="org.apache.uima.textmarker.ide.ui.console.PasteTextMarkerTextToConsoleAction">
+        class="org.apache.uima.textmarker.ide.ui.console.PasteRutaTextToConsoleAction">
       </action>
     </viewerContribution>
     <viewerContribution
       id="org.apache.uima.textmarker.ide.debug.ui.rulerContribution"
-      targetID="#TextMarkerRulerContext">
+      targetID="#RutaRulerContext">
       <action
         class="org.eclipse.dltk.debug.ui.actions.RulerToggleWatchPointActionDelegate"
         icon="icons/jwatch_obj.gif"
@@ -396,7 +396,7 @@ under the License.
     </viewerContribution>
     
     <viewerContribution
-      targetID="#TextMarkerEditorContext"
+      targetID="#RutaEditorContext"
       id="org.eclipse.dltk.debug.ui.DebugPopupActions">
       <visibility>
         <and>
@@ -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.TextMarkerEditor"></part>
+      <part id="org.apache.uima.textmarker.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.TextMarkerEditor"></part>
+      <part id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"></part>
     </actionSetPartAssociation>
   </extension>
   <extension point="org.eclipse.ui.console.consolePatternMatchListeners">
     <consolePatternMatchListener
-      class="org.apache.uima.textmarker.ide.ui.console.TextMarkerConsoleTracker"
+      class="org.apache.uima.textmarker.ide.ui.console.RutaConsoleTracker"
       regex="\(file &quot;.*&quot; line .*\)"
-      id="org.apache.uima.textmarker.ide.debug.ui.TextMarkerConsoleTracker">
+      id="org.apache.uima.textmarker.ide.debug.ui.RutaConsoleTracker">
       <enablement>
         <or>
           <test
@@ -466,7 +466,7 @@ under the License.
     point="org.eclipse.debug.ui.launchConfigurationTabGroups">
     <launchConfigurationTabGroup
     type="org.apache.uima.textmarker.ide.launching.localTMApplication"
-    class="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.TextMarkerTabGroup"
+    class="org.apache.uima.textmarker.ide.debug.ui.launchConfiguration.RutaTabGroup"
     id="org.apache.uima.textmarker.ide.debug.ui.TMTabGroup">
     <launchMode 
     mode="debug"
@@ -478,8 +478,8 @@ under the License.
 
   <extension point="org.eclipse.ui.editorActions">
     <editorContribution
-      targetID="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor"
-      id="org.apache.uima.textmarker.ide.debug.TextMarkerEditor.BreakpointRulerActions">
+      targetID="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
+      id="org.apache.uima.textmarker.ide.debug.RutaEditor.BreakpointRulerActions">
 
       <action
         label="Toggle Breakpoint"
@@ -493,32 +493,32 @@ under the License.
   </extension>
   <extension point="org.eclipse.ui.console.consoleFactories">
     <consoleFactory
-      class="org.apache.uima.textmarker.ide.ui.console.TextMarkerConsoleFactory"
-      label="%TextMarkerConsole.Console" />
+      class="org.apache.uima.textmarker.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.TextMarkerConsoleFactory"
+      class="org.apache.uima.textmarker.ide.ui.console.RutaConsoleFactory"
       natureID="org.apache.uima.textmarker.ide.nature" />
   </extension>
   <extension point="org.eclipse.dltk.ui.buildpathContainerPage">
     <buildpathContainerPath
-      class="org.apache.uima.textmarker.ide.debug.ui.interpreters.TextMarkerInterpreterContainerWizardPage"
+      class="org.apache.uima.textmarker.ide.debug.ui.interpreters.RutaInterpreterContainerWizardPage"
       id="org.apache.uima.textmarker.ide.launching.INTERPRETER_CONTAINER"
-      name="TextMarker Interpreter Libraries"
+      name="Ruta Interpreter Libraries"
       nature="org.apache.uima.textmarker.ide.nature" />
   </extension>
   <extension point="org.eclipse.ui.perspectiveExtensions">
     <perspectiveExtension
-      targetID="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+      targetID="org.apache.uima.textmarker.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.TextMarkerDebugModelPresentation"
+      class="org.apache.uima.textmarker.ide.debug.ui.RutaDebugModelPresentation"
       id="org.eclipse.dltk.debug.textmarkerModel" />
   </extension>
 
@@ -537,8 +537,8 @@ under the License.
 
   <extension point="org.eclipse.core.runtime.adapters">
     <factory
-      adaptableType="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor"
-      class="org.apache.uima.textmarker.ide.debug.ui.TextMarkerEditorDebugAdapterFactory">
+      adaptableType="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
+      class="org.apache.uima.textmarker.ide.debug.ui.RutaEditorDebugAdapterFactory">
       <adapter type="org.eclipse.debug.ui.actions.IToggleBreakpointsTarget" />
       <adapter type="org.eclipse.debug.ui.actions.IRunToLineTarget" />
     </factory>
@@ -595,7 +595,7 @@ under the License.
   <extension point="org.eclipse.dltk.launching.debuggingEngine">
     <engineContribution natureId="org.apache.uima.textmarker.ide.nature">
       <engine
-        class="org.apache.uima.textmarker.ide.debugger.TextMarkerDebuggerRunnerFactory"
+        class="org.apache.uima.textmarker.ide.debugger.RutaDebuggerRunnerFactory"
         description="%DebuggingEngine.description"
         id="org.apache.uima.textmarker.ide.debugger"
         name="%DebuggingEngine.name"
@@ -608,8 +608,8 @@ under the License.
   <extension
         point="org.eclipse.dltk.launching.interpreterInstallTypes">
      <interpreterInstallType
-           class="org.apache.uima.textmarker.ide.launching.GenericTextMarkerInstallType"
-           id="org.apache.uima.textmarker.ide.debug.ui.launcher.GenericTextMarkerInstallType">
+           class="org.apache.uima.textmarker.ide.launching.GenericRutaInstallType"
+           id="org.apache.uima.textmarker.ide.debug.ui.launcher.GenericRutaInstallType">
      </interpreterInstallType>
   </extension>
   <extension
@@ -618,32 +618,32 @@ under the License.
            delegate="org.apache.uima.textmarker.ide.launching.JavaLocalApplicationLaunchConfigurationDelegate"
            id="com.Instantiations.profiler.localJavaApplicationDelegate"
            modes="debug"
-           name="Debugging with TextMarker debug support"
+           name="Debugging with Ruta debug support"
            type="org.eclipse.jdt.launching.localJavaApplication">
      </launchDelegate>
   </extension>
   <extension
         point="org.eclipse.dltk.console.scriptInterpreter">
      <scriptInterpreter
-           class="org.apache.uima.textmarker.ide.ui.console.TextMarkerInterpreter"
+           class="org.apache.uima.textmarker.ide.ui.console.RutaInterpreter"
            natureID="org.apache.uima.textmarker.ide.nature">
      </scriptInterpreter>
   </extension>
   <extension
         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
      <launchConfigurationTypeImage
-           configTypeID="org.apache.uima.textmarker.ide.launching.TextMarkerLaunchConfigurationType"
+           configTypeID="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationType"
            icon="$nl$/icons/textmarker.png"
-           id="org.apache.uima.textmarker.ide.launching.TextMarkerLaunchConfigurationTypeImage">
+           id="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationTypeImage">
      </launchConfigurationTypeImage>
   </extension>
   <extension
         point="org.eclipse.debug.core.launchConfigurationTypes">
      <launchConfigurationType
-           delegate="org.apache.uima.textmarker.ide.launching.TextMarkerLaunchConfigurationDelegate"
-           id="org.apache.uima.textmarker.ide.launching.TextMarkerLaunchConfigurationType"
+           delegate="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationDelegate"
+           id="org.apache.uima.textmarker.ide.launching.RutaLaunchConfigurationType"
            modes="run,debug"
-           name="TextMarker"
+           name="Ruta"
            public="true"
            sourceLocatorId="tmSourceLocator"
            sourcePathComputerId="tmSourcePathComputer">
@@ -652,14 +652,14 @@ under the License.
   <extension
         point="org.eclipse.debug.core.sourcePathComputers">
      <sourcePathComputer
-           class="org.apache.uima.textmarker.ide.launching.TextMarkerSourcePathComputer"
+           class="org.apache.uima.textmarker.ide.launching.RutaSourcePathComputer"
            id="tmSourcePathComputer">
      </sourcePathComputer>
   </extension>
   <extension
         point="org.eclipse.debug.core.sourceLocators">
      <sourceLocator
-           class="org.apache.uima.textmarker.ide.launching.TextMarkerSourceLookupDirector"
+           class="org.apache.uima.textmarker.ide.launching.RutaSourceLookupDirector"
            id="tmSourceLocator"
            name="org.apache.uima.textmarker.ide.launching.tmSourceLocator">
      </sourceLocator>
@@ -669,7 +669,7 @@ under the License.
      <engineContribution
            natureId="org.apache.uima.textmarker.ide.nature">
         <selector
-              class="org.apache.uima.textmarker.ide.launching.TextMarkerDebuggingEngineSelector">
+              class="org.apache.uima.textmarker.ide.launching.RutaDebuggingEngineSelector">
         </selector>
      </engineContribution>
   </extension>
@@ -677,15 +677,15 @@ under the License.
         point="org.eclipse.dltk.launching.interpreterInstalls">
      <interpreterInstall
            home="${eclipse_home}"
-           id="org.apache.uima.textmarker.ide.launching.embeddedTextMarker"
-           interpreterInstallType="org.apache.uima.textmarker.ide.debug.ui.launcher.GenericTextMarkerInstallType"
-           name="TextMarker Interpreter">
+           id="org.apache.uima.textmarker.ide.launching.embeddedRuta"
+           interpreterInstallType="org.apache.uima.textmarker.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.TextMarkerFormatterPreferenceInitializer">
+           class="org.apache.uima.textmarker.ide.formatter.RutaFormatterPreferenceInitializer">
      </initializer>
   </extension>
   <extension
@@ -693,10 +693,10 @@ under the License.
      <engineContribution
            natureId="org.apache.uima.textmarker.ide.nature">
         <formatterFactory
-              class="org.apache.uima.textmarker.ide.formatter.TextMarkerFormatterFactory"
-              description="Default TextMarker formatter providing whitespace control and line wrapping"
+              class="org.apache.uima.textmarker.ide.formatter.RutaFormatterFactory"
+              description="Default Ruta formatter providing whitespace control and line wrapping"
               id="org.apache.uima.textmarker.ide.formatter.formatterFactory"
-              name="Default TextMarker Formatter"
+              name="Default Ruta Formatter"
               priority="10">
         </formatterFactory>
      </engineContribution>
@@ -706,7 +706,7 @@ under the License.
         name="%documentSetupParticipantName"
         point="org.eclipse.core.filebuffers.documentSetup">
      <participant
-           class="org.apache.uima.textmarker.ide.ui.editor.TextMarkerDocumentSetupParticipant">
+           class="org.apache.uima.textmarker.ide.ui.editor.RutaDocumentSetupParticipant">
      </participant>
   </extension>
   <extension
@@ -723,12 +723,12 @@ under the License.
         point="org.eclipse.search.searchPages">
      <page
            canSearchEnclosingProjects="true"
-           class="org.apache.uima.textmarker.ide.ui.search.TextMarkerSearchPage"
+           class="org.apache.uima.textmarker.ide.ui.search.RutaSearchPage"
            enabled="true"
            extensions="tm:90, exp:30"
            icon="$nl$/icons/search_obj.png"
-           id="org.eclipse.dltk.ui.TextMarkerSearchPage"
-           label="%TextMarkerSearchPage.label"
+           id="org.eclipse.dltk.ui.RutaSearchPage"
+           label="%RutaSearchPage.label"
            showScopeSection="true"
            sizeHint="460,160">
      </page>
@@ -736,25 +736,25 @@ under the License.
   <extension
         point="org.eclipse.ui.contexts">
      <context
-           description="%TextMarkerEditContext.description"
+           description="%RutaEditContext.description"
            id="org.apache.uima.textmarker.ide.ui.textMarkerEditorScope"
-           name="%TextMarkerEditContext.name"
+           name="%RutaEditContext.name"
            parentId="org.eclipse.dltk.ui.scriptEditorScope">
      </context>
   </extension>
   <extension
         point="org.eclipse.ui.perspectives">
      <perspective
-           class="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective"
+           class="org.apache.uima.textmarker.ide.ui.RutaPerspective"
            icon="$nl$/icons/tm_persp.png"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective"
-           name="%TextMarkerPerspective.name">
+           id="org.apache.uima.textmarker.ide.ui.RutaPerspective"
+           name="%RutaPerspective.name">
      </perspective>
      <perspective
            class="org.apache.uima.textmarker.ide.ui.ExplainPerspective"
            icon="icons/explain.png"
            id="org.apache.uima.textmarker.ide.ui.explainPerspective"
-           name="TextMarker Explain">
+           name="Ruta Explain">
      </perspective>
   </extension>
   <extension
@@ -762,17 +762,17 @@ under the License.
      <perspectiveExtension
            targetID="org.eclipse.ui.resourcePerspective">
         <perspectiveShortcut
-              id="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+              id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
         </perspectiveShortcut>
      </perspectiveExtension>
      <perspectiveExtension
-           targetID="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+           targetID="org.apache.uima.textmarker.ide.ui.RutaPerspective">
         <perspectiveShortcut
-              id="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+              id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
         </perspectiveShortcut>
      </perspectiveExtension>
      <perspectiveExtension
-           targetID="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+           targetID="org.apache.uima.textmarker.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.TextMarkerPerspective">
+              id="org.apache.uima.textmarker.ide.ui.RutaPerspective">
         </perspectiveShortcut>
      </perspectiveExtension>
      <perspectiveExtension
@@ -790,7 +790,7 @@ under the License.
         </actionSet>
      </perspectiveExtension>
      <perspectiveExtension
-           targetID="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective">
+           targetID="org.apache.uima.textmarker.ide.ui.RutaPerspective">
         <showInPart
               id="org.eclipse.dltk.ui.ScriptExplorer">
         </showInPart>
@@ -806,24 +806,24 @@ under the License.
         point="org.eclipse.ui.newWizards">
      <category
            id="org.apache.uima.textmarker.ide.ui"
-           name="%TextMarkerWizardsCategory.name">
+           name="%RutaWizardsCategory.name">
      </category>
      <wizard
            category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.wizards.TextMarkerProjectCreationWizard"
-           finalPerspective="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective"
+           class="org.apache.uima.textmarker.ide.ui.wizards.RutaProjectCreationWizard"
+           finalPerspective="org.apache.uima.textmarker.ide.ui.RutaPerspective"
            icon="$nl$/icons/newprj_wiz.png"
-           id="org.apache.uima.textmarker.ide.ui.wizards.TextMarkerProjectWizard"
-           name="TextMarker Project"
-           preferredPerspectives="org.apache.uima.textmarker.ide.ui.TextMarkerPerspective"
+           id="org.apache.uima.textmarker.ide.ui.wizards.RutaProjectWizard"
+           name="Ruta Project"
+           preferredPerspectives="org.apache.uima.textmarker.ide.ui.RutaPerspective"
            project="true">
         <description>
-           Creates new TextMarker project.
+           Creates new Ruta project.
         </description>
      </wizard>
      <wizard
            category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.wizards.TextMarkerPackageCreationWizard"
+           class="org.apache.uima.textmarker.ide.ui.wizards.RutaPackageCreationWizard"
            icon="icons/newpack_wiz.gif"
            id="org.apache.uima.textmarker.ide.ui.wizards.NewPackageCreationWizard"
            name="%NewTMPackage.label">
@@ -833,23 +833,23 @@ under the License.
      </wizard>
      <wizard
            category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.wizards.TextMarkerFileCreationWizard"
+           class="org.apache.uima.textmarker.ide.ui.wizards.RutaFileCreationWizard"
            icon="$nl$/icons/newfile_wiz.png"
-           id="org.apache.uima.textmarker.ide.ui.wizards.TextMarkerFileCreationWizard"
-           name="%NewTextMarkerFile.label">
+           id="org.apache.uima.textmarker.ide.ui.wizards.RutaFileCreationWizard"
+           name="%NewRutaFile.label">
         <description></description>
      </wizard>
   </extension>
   <extension
         point="org.eclipse.ui.editors">
      <editor
-           class="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor"
+           class="org.apache.uima.textmarker.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.TextMarkerEditor"
-           name="%TextMarkerEditor.name">
+           id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor"
+           name="%RutaEditor.name">
         <contentTypeBinding
               contentTypeId="org.apache.uima.textmarker.ide.tmContentType">
         </contentTypeBinding>
@@ -858,9 +858,9 @@ under the License.
   <extension
         point="org.eclipse.ui.editors.templates">
      <contextType
-           class="org.apache.uima.textmarker.ide.ui.templates.TextMarkerUniversalTemplateContextType"
+           class="org.apache.uima.textmarker.ide.ui.templates.RutaUniversalTemplateContextType"
            id="tmUniversalTemplateContextType"
-           name="%TextMarkerTemplateContext.name">
+           name="%RutaTemplateContext.name">
      </contextType>
      <include
            file="templates/templates.xml">
@@ -870,25 +870,25 @@ under the License.
         point="org.eclipse.ui.views">
      <category
            id="org.apache.uima.textmarker.ide.ui"
-           name="%TextMarkerViewsCategory.name">
+           name="%RutaViewsCategory.name">
      </category>
      <view
            category="org.apache.uima.textmarker.ide.ui"
-           class="org.apache.uima.textmarker.ide.ui.infoviews.TextMarkerDocumentationView"
+           class="org.apache.uima.textmarker.ide.ui.infoviews.RutaDocumentationView"
            icon="$nl$/icons/tmdoc.png"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerDocumentationView"
-           name="%TextMarkerDocumentationView.name">
+           id="org.apache.uima.textmarker.ide.ui.RutaDocumentationView"
+           name="%RutaDocumentationView.name">
      </view>
   </extension>
   <extension
         point="org.eclipse.ui.actionSets">
      <actionSet
-           description="%TextMarkerActionSet.description"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerActionSet"
-           label="%TextMarkerActionSet.label"
+           description="%RutaActionSet.description"
+           id="org.apache.uima.textmarker.ide.ui.RutaActionSet"
+           label="%RutaActionSet.label"
            visible="false">
         <action
-              class="org.apache.uima.textmarker.ide.ui.actions.TextMarkerOpenTypeAction"
+              class="org.apache.uima.textmarker.ide.ui.actions.RutaOpenTypeAction"
               definitionId="org.apache.uima.textmarker.ide.ui.navigate.open.type"
               icon="icons/opentype.gif"
               id="openType"
@@ -898,7 +898,7 @@ under the License.
               tooltip="%OpenTypeAction.tooltip">
         </action>
         <action
-              class="org.apache.uima.textmarker.ide.ui.actions.TextMarkerOpenTypeInHierarchyAction"
+              class="org.apache.uima.textmarker.ide.ui.actions.RutaOpenTypeInHierarchyAction"
               definitionId="org.apache.uima.textmarker.ide.ui.navigate.open.type.in.hierarchy"
               id="openTypeInHierarchy"
               label="%OpenTypeInHierarchyAction.label"
@@ -910,24 +910,24 @@ under the License.
   <extension
         point="org.eclipse.ui.actionSets">
      <actionSet
-           description="%TextMarkerSearchActionSet.description"
+           description="%RutaSearchActionSet.description"
            id="org.apache.uima.textmarker.ide.ui.SearchActionSet"
-           label="%TextMarkerSearchActionSet.label"
+           label="%RutaSearchActionSet.label"
            visible="false">
         <menu
               id="org.eclipse.search.menu"
               label="%SearchMenu.label"
               path="navigate">
            <groupMarker
-                 name="dialogTextMarkerGroup">
+                 name="dialogRutaGroup">
            </groupMarker>
         </menu>
         <action
-              class="org.apache.uima.textmarker.ide.ui.actions.OpenTextMarkerSearchPageAction"
+              class="org.apache.uima.textmarker.ide.ui.actions.OpenRutaSearchPageAction"
               icon="$nl$/icons/search_obj.png"
-              id="org.apache.uima.textmarker.ide.ui.actions.OpenTextMarkerSearchPage"
-              label="%OpenTextMarkerSearchPageAction.label"
-              menubarPath="org.eclipse.search.menu/dialogTextMarkerGroup">
+              id="org.apache.uima.textmarker.ide.ui.actions.OpenRutaSearchPage"
+              label="%OpenRutaSearchPageAction.label"
+              menubarPath="org.eclipse.search.menu/dialogRutaGroup">
         </action>
      </actionSet>
   </extension>
@@ -957,9 +957,9 @@ under the License.
         point="org.eclipse.ui.decorators">
      <decorator
            adaptable="false"
-           class="org.apache.uima.textmarker.ide.ui.TextMarkerProjectDecorator"
+           class="org.apache.uima.textmarker.ide.ui.RutaProjectDecorator"
            id="org.apache.uima.textmarker.ide.decorators.projectdecorator"
-           label="%TextMarkerProjectDecorator.name"
+           label="%RutaProjectDecorator.name"
            lightweight="true"
            location="TOP_LEFT"
            state="true">
@@ -1009,28 +1009,28 @@ under the License.
      <actionSetPartAssociation
            targetID="org.eclipse.ui.edit.text.actionSet.presentation">
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor">
+              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
         </part>
      </actionSetPartAssociation>
      <actionSetPartAssociation
            targetID="org.eclipse.dltk.ui.A_OpenActionSet">
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor">
+              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
         </part>
      </actionSetPartAssociation>
      <actionSetPartAssociation
            targetID="org.eclipse.dltk.ui.ScriptCodingActionSet">
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor">
+              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
         </part>
      </actionSetPartAssociation>
   </extension>
   <extension
-        id="TextMarkerScriptNoTypeCompletionProposalComputer"
+        id="RutaScriptNoTypeCompletionProposalComputer"
         point="org.eclipse.dltk.ui.scriptCompletionProposalComputer">
      <scriptCompletionProposalComputer
            categoryId="org.eclipse.dltk.ui.scriptNoTypeProposalCategory"
-           class="org.apache.uima.textmarker.ide.ui.text.completion.TextMarkerNoTypeCompletionProposalComputer"
+           class="org.apache.uima.textmarker.ide.ui.text.completion.RutaNoTypeCompletionProposalComputer"
            toolkitId="org.apache.uima.textmarker.ide.nature">
         <partition
               type="__dftl_partition_content_type">
@@ -1043,35 +1043,35 @@ under the License.
   <extension
         point="org.eclipse.dltk.ui.scriptDocumentationProviders">
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.TextMarkerCommentDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerCommentDocumentationProvider"
+           class="org.apache.uima.textmarker.ide.ui.documentation.RutaCommentDocumentationProvider"
+           id="org.apache.uima.textmarker.ide.ui.RutaCommentDocumentationProvider"
            nature="org.apache.uima.textmarker.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.TextMarkerPagesDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.textmarke.ui.TextMarkerPagesDocumentationProvider"
+           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">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.TextMarkerActionDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerActionDocumentationProvider"
+           class="org.apache.uima.textmarker.ide.ui.documentation.RutaActionDocumentationProvider"
+           id="org.apache.uima.textmarker.ide.ui.RutaActionDocumentationProvider"
            nature="org.apache.uima.textmarker.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.TextMarkerConditionDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerConditionDocumentationProvider"
+           class="org.apache.uima.textmarker.ide.ui.documentation.RutaConditionDocumentationProvider"
+           id="org.apache.uima.textmarker.ide.ui.RutaConditionDocumentationProvider"
            nature="org.apache.uima.textmarker.ide.nature">
      </provider>
      <provider
-           class="org.apache.uima.textmarker.ide.ui.documentation.TextMarkerFunctionDocumentationProvider"
-           id="org.apache.uima.textmarker.ide.ui.TextMarkerFunctionDocumentationProvider"
+           class="org.apache.uima.textmarker.ide.ui.documentation.RutaFunctionDocumentationProvider"
+           id="org.apache.uima.textmarker.ide.ui.RutaFunctionDocumentationProvider"
            nature="org.apache.uima.textmarker.ide.nature">
      </provider>
   </extension>
   <extension
         point="org.eclipse.dltk.ui.language">
      <language
-           class="org.apache.uima.textmarker.ide.ui.TextMarkerUILanguageToolkit"
+           class="org.apache.uima.textmarker.ide.ui.RutaUILanguageToolkit"
            nature="org.apache.uima.textmarker.ide.nature">
      </language>
   </extension>
@@ -1083,7 +1083,7 @@ under the License.
               id="org.eclipse.dltk.ui.ScriptExplorer">
         </part>
         <part
-              id="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor">
+              id="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
         </part>
         <part
               id="org.eclipse.search.SearchResultView">
@@ -1093,20 +1093,20 @@ under the License.
   <extension
         point="org.eclipse.ui.ide.markerResolution">
      <markerResolutionGenerator
-           class="org.apache.uima.textmarker.ide.ui.text.TextMarkerRequireMarkerResolutionGenerator"
+           class="org.apache.uima.textmarker.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.TextMarkerEditor.ruler.actions"
-           targetID="org.apache.uima.textmarker.ide.ui.editor.TextMarkerEditor">
+           id="org.apache.uima.textmarker.ide.ui.RutaEditor.ruler.actions"
+           targetID="org.apache.uima.textmarker.ide.ui.editor.RutaEditor">
         <action
               actionID="RulerClick"
-              class="org.apache.uima.textmarker.ide.ui.actions.TextMarkerSelectRulerAction"
-              id="org.apache.uima.textmarker.ide.ui.tmeditor.TextMarkerSelectRulerAction"
-              label="TextMarker Selection Ruler action">
+              class="org.apache.uima.textmarker.ide.ui.actions.RutaSelectRulerAction"
+              id="org.apache.uima.textmarker.ide.ui.tmeditor.RutaSelectRulerAction"
+              label="Ruta Selection Ruler action">
         </action>
      </editorContribution>
   </extension>
@@ -1164,9 +1164,9 @@ under the License.
         point="org.eclipse.ui.propertyPages">
      <page
            category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerBuildpathPropertyPage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaBuildpathPropertyPage"
            id="org.apache.uima.textmarker.ide.ui.BuildpathProperties"
-           name="%TextMarkerBuildPathPropertyPage.name">
+           name="%RutaBuildPathPropertyPage.name">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
@@ -1181,9 +1181,9 @@ under the License.
         </keywordReference>
      </page>
      <page
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerPropertyPage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaPropertyPage"
            id="org.apache.uima.textmarker.ide.propertyPage"
-           name="%TextMarkerPropertyPage.name">
+           name="%RutaPropertyPage.name">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
@@ -1197,9 +1197,9 @@ under the License.
      <!--
      <page
            category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerTodoTaskPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaTodoTaskPreferencePage"
            id="org.apache.uima.textmarker.ide.propertyPage.todo"
-           name="%TextMarkerTodoPropertyPage.name">
+           name="%RutaTodoPropertyPage.name">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
@@ -1216,9 +1216,9 @@ under the License.
         point="org.eclipse.ui.propertyPages">
      <page
            category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerFormatterPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaFormatterPreferencePage"
            id="org.apache.uima.textmarker.ide.propertyPage.formatter"
-           name="TextMarker Formatter">
+           name="Ruta Formatter">
         <enabledWhen>
            <adapt
                  type="org.eclipse.core.resources.IProject">
@@ -1233,75 +1233,75 @@ under the License.
   <extension
         point="org.eclipse.ui.preferencePages">
      <page
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerGlobalPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaGlobalPreferencePage"
            id="org.apache.uima.textmarker.ide.preferences"
-           name="%TextMarkerPreferencePage.name">
+           name="%RutaPreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerEditorPreferencesPage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorPreferencesPage"
            id="org.apache.uima.textmarker.ide.preferences.editor"
-           name="%TextMarkerEditorPreferencePage.name">
+           name="%RutaEditorPreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerEditorHoverPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorHoverPreferencePage"
            id="org.apache.uima.textmarker.ide.preferences.editor.hovers"
-           name="%TextMarkerEditorHoversPreferencePage.name">
+           name="%RutaEditorHoversPreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.templates.TextMarkerCodeTemplatesPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.templates.RutaCodeTemplatesPreferencePage"
            id="org.apache.uima.textmarker.ide.preferences.templates"
-           name="%TextMarkerCodeTemplatesPreferencePage.name">
+           name="%RutaCodeTemplatesPreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerEditorSyntaxColoringPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorSyntaxColoringPreferencePage"
            id="org.apache.uima.textmarker.ide.ui.editor.SyntaxColoring"
-           name="%TextMarkerEditorSyntaxColoringPreferencePage.name">
+           name="%RutaEditorSyntaxColoringPreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerSmartTypingPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaSmartTypingPreferencePage"
            id="org.apache.uima.textmarker.ide.ui.editor.SmartTyping"
-           name="%TextMarkerEditorSmartTypingPreferencePage.name">
+           name="%RutaEditorSmartTypingPreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerFoldingPreferencePage"
-           id="org.apache.uima.textmarker.ide.ui.editor.TextMarkerFolding"
-           name="%TextMarkerEditorFoldingPreferencePage.name">
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaFoldingPreferencePage"
+           id="org.apache.uima.textmarker.ide.ui.editor.RutaFolding"
+           name="%RutaEditorFoldingPreferencePage.name">
      </page>
      <!--
      <page
            category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerTodoTaskPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaTodoTaskPreferencePage"
            id="org.apache.uima.textmarker.ide.ui.editor.TodoTasks"
-           name="%TextMarkerTaskTags.name">
+           name="%RutaTaskTags.name">
      </page>
      -->
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerEditorAssistancePreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaEditorAssistancePreferencePage"
            id="org.apache.uima.textmarker.ide.ui.editor.Assistence"
-           name="%TextMarkerEditorAssistancePreferencePage.name">
+           name="%RutaEditorAssistancePreferencePage.name">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerBuilderPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaBuilderPreferencePage"
            id="org.apache.uima.textmarker.ide.preferences.builder"
            name="Builder">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences.editor"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerFormatterPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaFormatterPreferencePage"
            id="org.apache.uima.textmarker.ide.preferences.formatter"
            name="Formatter">
      </page>
      <page
            category="org.apache.uima.textmarker.ide.preferences"
-           class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerProjectPreferencePage"
+           class="org.apache.uima.textmarker.ide.ui.preferences.RutaProjectPreferencePage"
            id="org.apache.uima.textmarker.ide.preferences.project"
            name="Project Management">
      </page>
@@ -1310,28 +1310,28 @@ under the License.
   <extension point="org.eclipse.ui.preferencePages">
     <page
       category="org.apache.uima.textmarker.ide.preferences"
-      class="org.apache.uima.textmarker.ide.debug.ui.interpreters.TextMarkerInterpreterPreferencePage"
-      id="org.eclipse.dltk.debug.ui.TextMarkerInterpreters"
+      class="org.apache.uima.textmarker.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.TextMarkerDebugPreferencePage"
+      class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebugPreferencePage"
       id="org.apache.uima.textmarker.ide.preferences.debug"
       name="%Debug.PreferencePage" />
     <page
       category="org.apache.uima.textmarker.ide.preferences.debug"
-      class="org.apache.uima.textmarker.ide.debug.ui.preferences.TextMarkerDebuggingEnginePreferencePage"
+      class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebuggingEnginePreferencePage"
       id="org.apache.uima.textmarker.ide.preferences.debug.engines"
       name="%Engines.PreferencePage" />
     <page
       category="org.apache.uima.textmarker.ide.preferences"
-      class="org.apache.uima.textmarker.ide.ui.preferences.TextMarkerConsolePreferences"
-      id="org.apache.uima.textmarker.ide.ui.console.preferences.TextMarkerConsolePreferences"
+      class="org.apache.uima.textmarker.ide.ui.preferences.RutaConsolePreferences"
+      id="org.apache.uima.textmarker.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.TextMarkerDebuggerPreferencePage"
+          class="org.apache.uima.textmarker.ide.debugger.preferences.RutaDebuggerPreferencePage"
           id="org.apache.uima.textmarker.ide.preferences.debug.engines.debugger"
           name="%PreferencePage.name">
     </page>
@@ -1341,7 +1341,7 @@ under the License.
 <!--
   <extension point="org.eclipse.ui.propertyPages">
     <page
-      class="org.apache.uima.textmarker.ide.debugger.preferences.TextMarkerDebuggerPreferencePage"
+      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"
       name="%PropertyPage.name">
@@ -1360,7 +1360,7 @@ under the License.
         point="org.eclipse.ui.propertyPages">
      <page
            category="org.apache.uima.textmarker.ide.propertyPage"
-           class="org.apache.uima.textmarker.ide.debug.ui.preferences.TextMarkerDebugPreferencePage"
+           class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebugPreferencePage"
            id="org.apache.uima.textmarker.ide.propertyPage.debug"
            name="%Debug.PropertyPage">
         <enabledWhen>
@@ -1375,7 +1375,7 @@ under the License.
      </page>
      <page
            category="org.apache.uima.textmarker.ide.propertyPage.debug"
-           class="org.apache.uima.textmarker.ide.debug.ui.preferences.TextMarkerDebuggingEnginePreferencePage"
+           class="org.apache.uima.textmarker.ide.debug.ui.preferences.RutaDebuggingEnginePreferencePage"
            id="org.apache.uima.textmarker.ide.propertyPage.debug.engines"
            name="%Engines.PropertyPage">
         <enabledWhen>
@@ -1393,7 +1393,7 @@ under the License.
   <extension
         point="org.apache.uima.textmarker.ide.tmSemanticHighlighting">
      <highlightingExtension
-           class="org.apache.uima.textmarker.ide.ui.DefaultTextMarkerSemanticHighlightingExtension">
+           class="org.apache.uima.textmarker.ide.ui.DefaultRutaSemanticHighlightingExtension">
      </highlightingExtension>
   </extension>
      <extension
@@ -1408,7 +1408,7 @@ under the License.
      <extension
            point="org.eclipse.dltk.ui.buildpathContainerPage">
         <buildpathContainerPage
-              class="org.apache.uima.textmarker.ide.ui.wizards.TextMarkerJavaContainerPage"
+              class="org.apache.uima.textmarker.ide.ui.wizards.RutaJavaContainerPage"
               id="org.apache.uima.textmarker.ide.java.page"
               name="Java Library"
               nature="org.apache.uima.textmarker.ide.nature">

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml Mon Apr 29 15:49:20 2013
@@ -31,9 +31,9 @@
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
-  <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
+  <name>Apache UIMA Ruta Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
-  <description>Provides the UIMA TextMarker development environment for Eclipse</description>
+  <description>Provides the UIMA Ruta development environment for Eclipse</description>
   <dependencies>
     <!-- <dependency> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>3.4</version> 
       <scope>compile</scope> </dependency> -->
@@ -265,8 +265,8 @@
                 <excludes>
                   <exclude>release.properties</exclude> <!-- release generated artifact -->
                   <exclude>marker-file-identifying-*</exclude>
-                  <exclude>src/main/antlr3/org/apache/uima/ruta/ide/core/parser/TextMarkerLexer.tokens</exclude> <!-- grammar tokens -->
-                  <exclude>src/main/antlr3/org/apache/uima/ruta/ide/core/parser/TextMarkerParser.tokens</exclude> <!-- grammar tokens -->
+                  <exclude>src/main/antlr3/org/apache/uima/ruta/ide/core/parser/RutaLexer.tokens</exclude> <!-- grammar tokens -->
+                  <exclude>src/main/antlr3/org/apache/uima/ruta/ide/core/parser/RutaParser.tokens</exclude> <!-- grammar tokens -->
                   <exclude>src/main/resources/org/apache/uima/ruta/ide/formatter/*.tm</exclude> <!-- preview file -->
                   <exclude>src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/*.tm</exclude> <!-- preview file -->
                   <exclude>src/main/resources/org/apache/uima/ruta/ide/launching/*.tm</exclude> <!-- preview file -->
@@ -325,7 +325,7 @@
             <configuration>
               <instructions>
                 <Bundle-SymbolicName>org.apache.uima.ruta.ide;singleton:=true</Bundle-SymbolicName>
-                <Bundle-Activator>org.apache.uima.ruta.ide.TextMarkerIdePlugin</Bundle-Activator>
+                <Bundle-Activator>org.apache.uima.ruta.ide.RutaIdePlugin</Bundle-Activator>
                 <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
                 <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
                 <_nouses>true</_nouses>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/actionExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/actionExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/actionExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/actionExtension.exsd Mon Apr 29 15:49:20 2013
@@ -83,7 +83,7 @@ under the License.
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.ITextMarkerActionExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.IRutaActionExtension"/>
                </appinfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/booleanFunctionExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/booleanFunctionExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/booleanFunctionExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/booleanFunctionExtension.exsd Mon Apr 29 15:49:20 2013
@@ -83,7 +83,7 @@ under the License.
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.ITextMarkerActionExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.IRutaActionExtension"/>
                </appinfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/conditionExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/conditionExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/conditionExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/conditionExtension.exsd Mon Apr 29 15:49:20 2013
@@ -83,7 +83,7 @@ under the License.
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.ITextMarkerConditionExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.IRutaConditionExtension"/>
                </appinfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/numberFunctionExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/numberFunctionExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/numberFunctionExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/numberFunctionExtension.exsd Mon Apr 29 15:49:20 2013
@@ -83,7 +83,7 @@ under the License.
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.ITextMarkerActionExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.IRutaActionExtension"/>
                </appinfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/stringFunctionExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/stringFunctionExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/stringFunctionExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/stringFunctionExtension.exsd Mon Apr 29 15:49:20 2013
@@ -83,7 +83,7 @@ under the License.
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.ITextMarkerActionExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.IRutaActionExtension"/>
                </appinfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandDetector.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandDetector.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandDetector.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandDetector.exsd Mon Apr 29 15:49:20 2013
@@ -68,7 +68,7 @@ under the License.
                   
                </documentation>
                <appInfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.core.ITextMarkerCommandDetector"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.core.IRutaCommandDetector"/>
                </appInfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandProcessor.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandProcessor.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandProcessor.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmCommandProcessor.exsd Mon Apr 29 15:49:20 2013
@@ -75,7 +75,7 @@ under the License.
                   
                </documentation>
                <appInfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.core.ITextMarkerCommandProcessor"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.core.IRutaCommandProcessor"/>
                </appInfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmExtension.exsd Mon Apr 29 15:49:20 2013
@@ -75,7 +75,7 @@ under the License.
                   
                </documentation>
                <appInfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.core.extensions.ITextMarkerLanguageExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.core.extensions.IRutaLanguageExtension"/>
                </appInfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmkeywords.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmkeywords.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmkeywords.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/tmkeywords.exsd Mon Apr 29 15:49:20 2013
@@ -68,7 +68,7 @@ under the License.
                   
                </documentation>
                <appInfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.ITextMarkerKeywords"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.ide.IRutaKeywords"/>
                </appInfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/schema/typeFunctionExtension.exsd
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/schema/typeFunctionExtension.exsd?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/schema/typeFunctionExtension.exsd (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/schema/typeFunctionExtension.exsd Mon Apr 29 15:49:20 2013
@@ -83,7 +83,7 @@ under the License.
                   
                </documentation>
                <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.ITextMarkerActionExtension"/>
+                  <meta.attribute kind="java" basedOn=":org.apache.uima.textmarker.extensions.IRutaActionExtension"/>
                </appinfo>
             </annotation>
          </attribute>

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/core/packages/messages.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/core/packages/messages.properties?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/core/packages/messages.properties (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/core/packages/messages.properties Mon Apr 29 15:49:20 2013
@@ -17,8 +17,8 @@
 #  * under the License.
 # ***************************************************************
 
-TextMarkerCheckBuilder_interpreterNotFound=Interpreter associated with the {0} project is not found
-TextMarkerCheckBuilder_processing=processing {1}: {0}
-TextMarkerCheckBuilder_retrievePackages=retrieve package paths...
-TextMarkerCheckBuilder_unknownPackage=Unknown package: {0}
-TextMarkerCheckBuilder_unresolvedDependencies=Package {0} has unresolved dependencies.
+RutaCheckBuilder_interpreterNotFound=Interpreter associated with the {0} project is not found
+RutaCheckBuilder_processing=processing {1}: {0}
+RutaCheckBuilder_retrievePackages=retrieve package paths...
+RutaCheckBuilder_unknownPackage=Unknown package: {0}
+RutaCheckBuilder_unresolvedDependencies=Package {0} has unresolved dependencies.

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debug/ui/preferences/TextMarkerDebugPreferenceMessages.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debug/ui/preferences/TextMarkerDebugPreferenceMessages.properties?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debug/ui/preferences/TextMarkerDebugPreferenceMessages.properties (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debug/ui/preferences/TextMarkerDebugPreferenceMessages.properties Mon Apr 29 15:49:20 2013
@@ -17,5 +17,5 @@
 #  * under the License.
 # ***************************************************************
 
-TextMarkerDebugPreferencePage_description = General settings for TextMarker debugging
-TextMarkerDebugEnginePreferencePage_description = TextMarker Debugging Engine Selection
+RutaDebugPreferencePage_description = General settings for Ruta debugging
+RutaDebugEnginePreferencePage_description = Ruta Debugging Engine Selection

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debugger/preferences/PreferenceMessages.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debugger/preferences/PreferenceMessages.properties?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debugger/preferences/PreferenceMessages.properties (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/debugger/preferences/PreferenceMessages.properties Mon Apr 29 15:49:20 2013
@@ -17,5 +17,5 @@
 #  * under the License.
 # ***************************************************************
 
-PreferencesDescription = TextMarker debugging engine settings.
+PreferencesDescription = Ruta debugging engine settings.
 NoSettingsAvailable = There are no settings now.

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/messages.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/messages.properties?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/messages.properties (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/messages.properties Mon Apr 29 15:49:20 2013
@@ -17,4 +17,4 @@
 #  * under the License.
 # ***************************************************************
 
-TextMarkerFormatter_contentCorrupted=Content corrupted in formatter
+RutaFormatter_contentCorrupted=Content corrupted in formatter

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/messages.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/messages.properties?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/messages.properties (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/messages.properties Mon Apr 29 15:49:20 2013
@@ -17,23 +17,23 @@
 #  * under the License.
 # ***************************************************************
 
-TextMarkerFormatterModifyDialog_TextMarkerFormatter=TextMarker Formatter
+RutaFormatterModifyDialog_RutaFormatter=Ruta Formatter
 
-TextMarkerFormatterModifyDialog_indentation=Indentation
-TextMarkerFormatterIndentationTabPage_statementsWithinBlockBody=Statements within Blocks
-TextMarkerFormatterIndentationTabPage_assignmentsWithinCreateAction=Feature assignments within CREATE actions
-TextMarkerFormatterIndentationTabPage_generalSettings=General Settings
-TextMarkerFormatterIndentationTabPage_indentationCharacter=Indentation character
-TextMarkerFormatterIndentationTabPage_indentationSize=Indentation size
-TextMarkerFormatterIndentationTabPage_indentWithinBlocks=Indent within Blocks
-TextMarkerFormatterIndentationTabPage_indentWithinCreateActions=Indent within CREATE actions
-TextMarkerFormatterIndentationTabPage_tabSize=Tab size
+RutaFormatterModifyDialog_indentation=Indentation
+RutaFormatterIndentationTabPage_statementsWithinBlockBody=Statements within Blocks
+RutaFormatterIndentationTabPage_assignmentsWithinCreateAction=Feature assignments within CREATE actions
+RutaFormatterIndentationTabPage_generalSettings=General Settings
+RutaFormatterIndentationTabPage_indentationCharacter=Indentation character
+RutaFormatterIndentationTabPage_indentationSize=Indentation size
+RutaFormatterIndentationTabPage_indentWithinBlocks=Indent within Blocks
+RutaFormatterIndentationTabPage_indentWithinCreateActions=Indent within CREATE actions
+RutaFormatterIndentationTabPage_tabSize=Tab size
 
-TextMarkerFormatterModifyDialog_blankLines=Blank Lines
-TextMarkerFormatterBlankLinesPage_blankLinesBeforeDeclarations=Declarations
-TextMarkerFormatterBlankLinesPage_beforeDeclarations=Lines before long declarations
-TextMarkerFormatterBlankLinesPage_numberOfEmptyLinesToPreserve=Number of empty lines to preserve
+RutaFormatterModifyDialog_blankLines=Blank Lines
+RutaFormatterBlankLinesPage_blankLinesBeforeDeclarations=Declarations
+RutaFormatterBlankLinesPage_beforeDeclarations=Lines before long declarations
+RutaFormatterBlankLinesPage_numberOfEmptyLinesToPreserve=Number of empty lines to preserve
 
-TextMarkerFormatterModifyDialog_lineWrapping=Line Wrapping
-TextMarkerFormatterLineWrappingPage_generalWrapping=General
-TextMarkerFormatterLineWrappingPage_maximumLineLenght=Maximum line length
+RutaFormatterModifyDialog_lineWrapping=Line Wrapping
+RutaFormatterLineWrappingPage_generalWrapping=General
+RutaFormatterLineWrappingPage_maximumLineLenght=Maximum line length

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/console/ConsoleMessages.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/console/ConsoleMessages.properties?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/console/ConsoleMessages.properties (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/console/ConsoleMessages.properties Mon Apr 29 15:49:20 2013
@@ -17,15 +17,15 @@
 #  * under the License.
 # ***************************************************************
 
-TextMarkerFileHyperlink_Information_1=Information
-TextMarkerFileHyperlink_Error=Hyperlink Error
-TextMarkerFileHyperlink_0=Invalid Line Number
-TextMarkerFileHyperlink_1=\ is not a valid line number in 
+RutaFileHyperlink_Information_1=Information
+RutaFileHyperlink_Error=Hyperlink Error
+RutaFileHyperlink_0=Invalid Line Number
+RutaFileHyperlink_1=\ is not a valid line number in 
 ScriptStackTraceConsoleFactory_0=Script Stack Trace Console
 ScriptStackTraceConsole_0=Paste stack traces into this console and follow hyperlinks to source code.
-TextMarkerFileHyperlink_Source_not_found_for__0__2=Source not found for {0}
-TextMarkerFileHyperlink_An_exception_occurred_while_following_link__3=An exception occurred while following link.
-TextMarkerFileHyperlink_Unable_to_parse_type_name_from_hyperlink__5=Unable to parse file name from hyperlink.
-TextMarkerFileHyperlink_Unable_to_parse_line_number_from_hyperlink__6=Unable to parse line number from hyperlink.
-TextMarkerFileHyperlink_Unable_to_parse_line_number_from_hyperlink__7=Unable to parse line number from hyperlink.
-TextMarkerFileHyperlink_Unable_to_retrieve_hyperlink_text__8=Unable to retrieve hyperlink text.
+RutaFileHyperlink_Source_not_found_for__0__2=Source not found for {0}
+RutaFileHyperlink_An_exception_occurred_while_following_link__3=An exception occurred while following link.
+RutaFileHyperlink_Unable_to_parse_type_name_from_hyperlink__5=Unable to parse file name from hyperlink.
+RutaFileHyperlink_Unable_to_parse_line_number_from_hyperlink__6=Unable to parse line number from hyperlink.
+RutaFileHyperlink_Unable_to_parse_line_number_from_hyperlink__7=Unable to parse line number from hyperlink.
+RutaFileHyperlink_Unable_to_retrieve_hyperlink_text__8=Unable to retrieve hyperlink text.

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Actions.html
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Actions.html?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Actions.html (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Actions.html Mon Apr 29 15:49:20 2013
@@ -2,7 +2,7 @@
     
     <p>
       The ADD action adds all the elements of the passed
-      TextMarkerExpressions to a given list. For example, this expressions
+      RutaExpressions to a given list. For example, this expressions
       could be a string, an integer variable or a list. For a
       complete overview on Textmarker expressions see
       <a class="xref" href="#ugr.tools.tm.language.expressions" title="2.5.&nbsp;Expressions">Section&nbsp;2.5, &#8220;Expressions&#8221;</a>.
@@ -12,7 +12,7 @@
       </h4></div></div></div>
       
       <p>
-        </p><pre class="programlisting">ADD(ListVariable,(TextMarkerExpression)+)</pre><p>
+        </p><pre class="programlisting">ADD(ListVariable,(RutaExpression)+)</pre><p>
       </p>
     </div>
     <div class="section" title="2.7.1.2.&nbsp; Example:"><div class="titlepage"><div><div><h4 class="title" id="d5e1350">2.7.1.2.&nbsp;
@@ -347,7 +347,7 @@ Document{-&gt;CONFIGURE(HtmlAnnotator, "
       the matched text and the current filtering settings. If the argument
       refers to another script file, a new view on the document is created:
       the complete text of the original CAS with the default filtering
-      settings of the TextMarker analysis engine.
+      settings of the Ruta analysis engine.
     </p>
     <div class="section" title="2.7.12.1.&nbsp; Definition:"><div class="titlepage"><div><div><h4 class="title" id="d5e1508">2.7.12.1.&nbsp;
         <span class="bold"><strong>Definition:</strong></span>
@@ -616,7 +616,7 @@ A B{-&gt; GATHER(C, 1, 2, "a" = 1, "b" =
   <div class="section" title="2.7.20.&nbsp;MARK"><div class="titlepage"><div><div><h3 class="title" id="ugr.tools.tm.language.actions.mark">2.7.20.&nbsp;MARK</h3></div></div></div>
     
     <p>
-      The MARK action is the most important action in the TextMarker
+      The MARK action is the most important action in the Ruta
       system. It creates a new annotation of the given type. The optionally
       passed indexes (NumberExpressions after the TypeExpression) can be
       used to create an annotation that spanns the matched information of

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Conditions.html
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Conditions.html?rev=1477162&r1=1477161&r2=1477162&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Conditions.html (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/src/main/resources/org/apache/uima/ruta/ide/ui/documentation/Conditions.html Mon Apr 29 15:49:20 2013
@@ -703,7 +703,7 @@
       <p>
         A Keyword in a Paragraph is annotated with the type
         SecondKeyword, if it starts at the same offset as the second
-        (visible) TextMarkerBasic annotation, which normally corresponds to
+        (visible) RutaBasic annotation, which normally corresponds to
         the tokens.
       </p>
     </div>