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 [2/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/example-projects/ExtensionsExample/descriptor/BasicEngine.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicEngine.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicEngine.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicEngine.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.TextMarkerEngine</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.RutaEngine</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>BasicEngine</name>
     <description/>
@@ -179,10 +179,10 @@
         <name>defaultFilteredTypes</name>
         <value>
           <array>
-            <string>org.apache.uima.textmarker.type.SPACE</string>
-            <string>org.apache.uima.textmarker.type.NBSP</string>
-            <string>org.apache.uima.textmarker.type.BREAK</string>
-            <string>org.apache.uima.textmarker.type.MARKUP</string>
+            <string>org.apache.uima.ruta.type.SPACE</string>
+            <string>org.apache.uima.ruta.type.NBSP</string>
+            <string>org.apache.uima.ruta.type.BREAK</string>
+            <string>org.apache.uima.ruta.type.MARKUP</string>
           </array>
         </value>
       </nameValuePair>
@@ -196,7 +196,7 @@
         <name>seeders</name>
         <value>
           <array>
-            <string>org.apache.uima.textmarker.seed.DefaultSeeder</string>
+            <string>org.apache.uima.ruta.seed.DefaultSeeder</string>
           </array>
         </value>
       </nameValuePair>
@@ -214,9 +214,9 @@
     </typeSystemDescription>
     <typePriorities>
       <priorityList>
-        <type>org.apache.uima.textmarker.type.TextMarkerFrame</type>
+        <type>org.apache.uima.ruta.type.RutaFrame</type>
         <type>uima.tcas.Annotation</type>
-        <type>org.apache.uima.textmarker.type.TextMarkerBasic</type>
+        <type>org.apache.uima.ruta.type.RutaBasic</type>
       </priorityList>
     </typePriorities>
     <fsIndexCollection/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/BasicTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -28,122 +28,122 @@
   </imports>
   <types>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.ALL</name>
+      <name>org.apache.uima.ruta.type.ALL</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.TokenSeed</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.TokenSeed</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.ANY</name>
+      <name>org.apache.uima.ruta.type.ANY</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ALL</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ALL</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.MARKUP</name>
+      <name>org.apache.uima.ruta.type.MARKUP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ALL</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ALL</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.CW</name>
+      <name>org.apache.uima.ruta.type.CW</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.W</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.W</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.W</name>
+      <name>org.apache.uima.ruta.type.W</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SW</name>
+      <name>org.apache.uima.ruta.type.SW</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.W</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.W</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.PM</name>
+      <name>org.apache.uima.ruta.type.PM</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.CAP</name>
+      <name>org.apache.uima.ruta.type.CAP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.W</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.W</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.COLON</name>
+      <name>org.apache.uima.ruta.type.COLON</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.PERIOD</name>
+      <name>org.apache.uima.ruta.type.PERIOD</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.SENTENCEEND</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.SENTENCEEND</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SENTENCEEND</name>
+      <name>org.apache.uima.ruta.type.SENTENCEEND</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.QUESTION</name>
+      <name>org.apache.uima.ruta.type.QUESTION</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.SENTENCEEND</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.SENTENCEEND</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.COMMA</name>
+      <name>org.apache.uima.ruta.type.COMMA</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.EXCLAMATION</name>
+      <name>org.apache.uima.ruta.type.EXCLAMATION</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.SENTENCEEND</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.SENTENCEEND</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SEMICOLON</name>
+      <name>org.apache.uima.ruta.type.SEMICOLON</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.WS</name>
+      <name>org.apache.uima.ruta.type.WS</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.NUM</name>
+      <name>org.apache.uima.ruta.type.NUM</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SPECIAL</name>
+      <name>org.apache.uima.ruta.type.SPECIAL</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.NBSP</name>
+      <name>org.apache.uima.ruta.type.NBSP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.AMP</name>
+      <name>org.apache.uima.ruta.type.AMP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SPACE</name>
+      <name>org.apache.uima.ruta.type.SPACE</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.WS</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.WS</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.BREAK</name>
+      <name>org.apache.uima.ruta.type.BREAK</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.WS</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.WS</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.Document</name>
+      <name>org.apache.uima.ruta.type.Document</name>
       <description/>
       <supertypeName>uima.tcas.DocumentAnnotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TokenSeed</name>
+      <name>org.apache.uima.ruta.type.TokenSeed</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
     </typeDescription>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/InternalTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/InternalTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/InternalTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/InternalTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -25,7 +25,7 @@
   <vendor/>
   <types>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TextMarkerBasic</name>
+      <name>org.apache.uima.ruta.type.RutaBasic</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
       <features>
@@ -37,7 +37,7 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TextMarkerAnnotation</name>
+      <name>org.apache.uima.ruta.type.RutaAnnotation</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
       <features>
@@ -54,9 +54,9 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugRuleApply</name>
+      <name>org.apache.uima.ruta.type.DebugRuleApply</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.DebugScriptApply</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.DebugScriptApply</supertypeName>
       <features>
         <featureDescription>
           <name>applied</name>
@@ -72,7 +72,7 @@
           <name>rules</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugRuleMatch</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugRuleMatch</elementType>
         </featureDescription>
         <featureDescription>
           <name>id</name>
@@ -87,15 +87,15 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugRuleMatch</name>
+      <name>org.apache.uima.ruta.type.DebugRuleMatch</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ProfiledAnnotation</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ProfiledAnnotation</supertypeName>
       <features>
         <featureDescription>
           <name>elements</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugRuleElementMatches</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugRuleElementMatches</elementType>
         </featureDescription>
         <featureDescription>
           <name>matched</name>
@@ -106,14 +106,14 @@
           <name>delegates</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugScriptApply</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugScriptApply</elementType>
         </featureDescription>
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugScriptApply</name>
+      <name>org.apache.uima.ruta.type.DebugScriptApply</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ProfiledAnnotation</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ProfiledAnnotation</supertypeName>
       <features>
         <featureDescription>
           <name>element</name>
@@ -123,45 +123,45 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugBlockApply</name>
+      <name>org.apache.uima.ruta.type.DebugBlockApply</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.DebugRuleApply</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.DebugRuleApply</supertypeName>
       <features>
         <featureDescription>
           <name>innerApply</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugScriptApply</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugScriptApply</elementType>
         </featureDescription>
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugRuleElementMatch</name>
+      <name>org.apache.uima.ruta.type.DebugRuleElementMatch</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ProfiledAnnotation</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ProfiledAnnotation</supertypeName>
       <features>
         <featureDescription>
           <name>baseCondition</name>
           <description/>
-          <rangeTypeName>org.apache.uima.textmarker.type.DebugEvaluatedCondition</rangeTypeName>
+          <rangeTypeName>org.apache.uima.ruta.type.DebugEvaluatedCondition</rangeTypeName>
         </featureDescription>
         <featureDescription>
           <name>conditions</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugEvaluatedCondition</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugEvaluatedCondition</elementType>
         </featureDescription>
         <featureDescription>
           <name>elements</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugRuleElementMatches</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugRuleElementMatches</elementType>
           <multipleReferencesAllowed>false</multipleReferencesAllowed>
         </featureDescription>
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugRuleElementMatches</name>
+      <name>org.apache.uima.ruta.type.DebugRuleElementMatches</name>
       <description/>
       <supertypeName>uima.cas.TOP</supertypeName>
       <features>
@@ -169,7 +169,7 @@
           <name>matches</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugRuleElementMatch</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugRuleElementMatch</elementType>
         </featureDescription>
         <featureDescription>
           <name>element</name>
@@ -184,7 +184,7 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TextMarkerColoring</name>
+      <name>org.apache.uima.ruta.type.RutaColoring</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
       <features>
@@ -211,7 +211,7 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugEvaluatedCondition</name>
+      <name>org.apache.uima.ruta.type.DebugEvaluatedCondition</name>
       <description/>
       <supertypeName>uima.cas.TOP</supertypeName>
       <features>
@@ -229,27 +229,27 @@
           <name>conditions</name>
           <description/>
           <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-          <elementType>org.apache.uima.textmarker.type.DebugEvaluatedCondition</elementType>
+          <elementType>org.apache.uima.ruta.type.DebugEvaluatedCondition</elementType>
         </featureDescription>
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugMatchedRuleMatch</name>
+      <name>org.apache.uima.ruta.type.DebugMatchedRuleMatch</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.DebugRuleMatch</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.DebugRuleMatch</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugFailedRuleMatch</name>
+      <name>org.apache.uima.ruta.type.DebugFailedRuleMatch</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.DebugRuleMatch</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.DebugRuleMatch</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.FalsePositive</name>
+      <name>org.apache.uima.ruta.type.FalsePositive</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.EvalAnnotation</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.EvalAnnotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.EvalAnnotation</name>
+      <name>org.apache.uima.ruta.type.EvalAnnotation</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
       <features>
@@ -261,12 +261,12 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.FalseNegative</name>
+      <name>org.apache.uima.ruta.type.FalseNegative</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.EvalAnnotation</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.EvalAnnotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.ProfiledAnnotation</name>
+      <name>org.apache.uima.ruta.type.ProfiledAnnotation</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
       <features>
@@ -278,12 +278,12 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TextMarkerFrame</name>
+      <name>org.apache.uima.ruta.type.RutaFrame</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.Statistics</name>
+      <name>org.apache.uima.ruta.type.Statistics</name>
       <description/>
       <supertypeName>uima.cas.TOP</supertypeName>
       <features>
@@ -310,12 +310,12 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TruePositive</name>
+      <name>org.apache.uima.ruta.type.TruePositive</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.EvalAnnotation</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.EvalAnnotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.DebugCreatedBy</name>
+      <name>org.apache.uima.ruta.type.DebugCreatedBy</name>
       <description/>
       <supertypeName>uima.cas.TOP</supertypeName>
       <features>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionEngine.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionEngine.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionEngine.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionEngine.xml Mon Apr 29 16:58:44 2013
@@ -2,7 +2,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
     <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
     <primitive>true</primitive>
-    <annotatorImplementationName>org.apache.uima.textmarker.engine.TextMarkerEngine</annotatorImplementationName>
+    <annotatorImplementationName>org.apache.uima.ruta.engine.RutaEngine</annotatorImplementationName>
     <analysisEngineMetaData>
         <name>BasicEngine</name>
         <description/>
@@ -160,10 +160,10 @@
                 <name>defaultFilteredTypes</name>
                 <value>
                     <array>
-                        <string>org.apache.uima.textmarker.type.SPACE</string>
-                        <string>org.apache.uima.textmarker.type.NBSP</string>
-                        <string>org.apache.uima.textmarker.type.BREAK</string>
-                        <string>org.apache.uima.textmarker.type.MARKUP</string>
+                        <string>org.apache.uima.ruta.type.SPACE</string>
+                        <string>org.apache.uima.ruta.type.NBSP</string>
+                        <string>org.apache.uima.ruta.type.BREAK</string>
+                        <string>org.apache.uima.ruta.type.MARKUP</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -177,7 +177,7 @@
                 <name>seeders</name>
                 <value>
                     <array>
-                        <string>org.apache.uima.textmarker.seed.DefaultSeeder</string>
+                        <string>org.apache.uima.ruta.seed.DefaultSeeder</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -190,14 +190,14 @@
             <nameValuePair>
                 <name>mainScript</name>
                 <value>
-                    <string>uima.textmarker.ExampleAction</string>
+                    <string>uima.ruta.ExampleAction</string>
                 </value>
             </nameValuePair>
             <nameValuePair>
                 <name>scriptPaths</name>
                 <value>
                     <array>
-                        <string>D:/work/workspace-textmarker/ExtensionsExample/script</string>
+                        <string>D:/work/workspace-ruta/ExtensionsExample/script</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -205,7 +205,7 @@
                 <name>descriptorPaths</name>
                 <value>
                     <array>
-                        <string>D:/work/workspace-textmarker/ExtensionsExample/descriptor</string>
+                        <string>D:/work/workspace-ruta/ExtensionsExample/descriptor</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -213,7 +213,7 @@
                 <name>resourcePaths</name>
                 <value>
                     <array>
-                        <string>D:\work\workspace-textmarker\ExtensionsExample\resources</string>
+                        <string>D:\work\workspace-ruta\ExtensionsExample\resources</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -233,8 +233,8 @@
                 <name>additionalExtensions</name>
                 <value>
                     <array>
-                        <string>org.apache.uima.textmarker.example.extensions.ExampleConditionExtension</string>
-                        <string>org.apache.uima.textmarker.example.extensions.ExampleActionExtension</string>
+                        <string>org.apache.uima.ruta.example.extensions.ExampleConditionExtension</string>
+                        <string>org.apache.uima.ruta.example.extensions.ExampleActionExtension</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -246,16 +246,16 @@
             </nameValuePair>
         </configurationParameterSettings>
         <typeSystemDescription>
-            <name>uima.textmarker.ExampleActionTypeSystem</name>
+            <name>uima.ruta.ExampleActionTypeSystem</name>
             <imports>
                 <import location="../../BasicTypeSystem.xml"/>
             </imports>
         </typeSystemDescription>
         <typePriorities>
             <priorityList>
-                <type>org.apache.uima.textmarker.type.TextMarkerFrame</type>
+                <type>org.apache.uima.ruta.type.RutaFrame</type>
                 <type>uima.tcas.Annotation</type>
-                <type>org.apache.uima.textmarker.type.TextMarkerBasic</type>
+                <type>org.apache.uima.ruta.type.RutaBasic</type>
             </priorityList>
         </typePriorities>
         <fsIndexCollection/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleActionTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
-    <name>uima.textmarker.ExampleActionTypeSystem</name>
+    <name>uima.ruta.ExampleActionTypeSystem</name>
     <imports>
         <import location="../../BasicTypeSystem.xml"/>
     </imports>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionEngine.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionEngine.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionEngine.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionEngine.xml Mon Apr 29 16:58:44 2013
@@ -2,7 +2,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
     <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
     <primitive>true</primitive>
-    <annotatorImplementationName>org.apache.uima.textmarker.engine.TextMarkerEngine</annotatorImplementationName>
+    <annotatorImplementationName>org.apache.uima.ruta.engine.RutaEngine</annotatorImplementationName>
     <analysisEngineMetaData>
         <name>BasicEngine</name>
         <description/>
@@ -160,10 +160,10 @@
                 <name>defaultFilteredTypes</name>
                 <value>
                     <array>
-                        <string>org.apache.uima.textmarker.type.SPACE</string>
-                        <string>org.apache.uima.textmarker.type.NBSP</string>
-                        <string>org.apache.uima.textmarker.type.BREAK</string>
-                        <string>org.apache.uima.textmarker.type.MARKUP</string>
+                        <string>org.apache.uima.ruta.type.SPACE</string>
+                        <string>org.apache.uima.ruta.type.NBSP</string>
+                        <string>org.apache.uima.ruta.type.BREAK</string>
+                        <string>org.apache.uima.ruta.type.MARKUP</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -177,7 +177,7 @@
                 <name>seeders</name>
                 <value>
                     <array>
-                        <string>org.apache.uima.textmarker.seed.DefaultSeeder</string>
+                        <string>org.apache.uima.ruta.seed.DefaultSeeder</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -190,14 +190,14 @@
             <nameValuePair>
                 <name>mainScript</name>
                 <value>
-                    <string>uima.textmarker.ExampleCondition</string>
+                    <string>uima.ruta.ExampleCondition</string>
                 </value>
             </nameValuePair>
             <nameValuePair>
                 <name>scriptPaths</name>
                 <value>
                     <array>
-                        <string>D:/work/workspace-textmarker/ExtensionsExample/script</string>
+                        <string>D:/work/workspace-ruta/ExtensionsExample/script</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -205,7 +205,7 @@
                 <name>descriptorPaths</name>
                 <value>
                     <array>
-                        <string>D:/work/workspace-textmarker/ExtensionsExample/descriptor</string>
+                        <string>D:/work/workspace-ruta/ExtensionsExample/descriptor</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -213,7 +213,7 @@
                 <name>resourcePaths</name>
                 <value>
                     <array>
-                        <string>D:\work\workspace-textmarker\ExtensionsExample\resources</string>
+                        <string>D:\work\workspace-ruta\ExtensionsExample\resources</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -233,8 +233,8 @@
                 <name>additionalExtensions</name>
                 <value>
                     <array>
-                        <string>org.apache.uima.textmarker.example.extensions.ExampleConditionExtension</string>
-                        <string>org.apache.uima.textmarker.example.extensions.ExampleActionExtension</string>
+                        <string>org.apache.uima.ruta.example.extensions.ExampleConditionExtension</string>
+                        <string>org.apache.uima.ruta.example.extensions.ExampleActionExtension</string>
                     </array>
                 </value>
             </nameValuePair>
@@ -246,23 +246,23 @@
             </nameValuePair>
         </configurationParameterSettings>
         <typeSystemDescription>
-            <name>uima.textmarker.ExampleConditionTypeSystem</name>
+            <name>uima.ruta.ExampleConditionTypeSystem</name>
             <imports>
                 <import location="../../BasicTypeSystem.xml"/>
             </imports>
             <types>
                 <typeDescription>
-                    <name>uima.textmarker.ExampleCondition.BeforeMe</name>
-                    <description>Type defined in uima.textmarker.ExampleCondition</description>
+                    <name>uima.ruta.ExampleCondition.BeforeMe</name>
+                    <description>Type defined in uima.ruta.ExampleCondition</description>
                     <supertypeName>uima.tcas.Annotation</supertypeName>
                 </typeDescription>
             </types>
         </typeSystemDescription>
         <typePriorities>
             <priorityList>
-                <type>org.apache.uima.textmarker.type.TextMarkerFrame</type>
+                <type>org.apache.uima.ruta.type.RutaFrame</type>
                 <type>uima.tcas.Annotation</type>
-                <type>org.apache.uima.textmarker.type.TextMarkerBasic</type>
+                <type>org.apache.uima.ruta.type.RutaBasic</type>
             </priorityList>
         </typePriorities>
         <fsIndexCollection/>
@@ -274,10 +274,10 @@
             </capability>
             <capability>
                 <inputs>
-                    <type>uima.textmarker.ExampleCondition.BeforeMe</type>
+                    <type>uima.ruta.ExampleCondition.BeforeMe</type>
                 </inputs>
                 <outputs>
-                    <type>uima.textmarker.ExampleCondition.BeforeMe</type>
+                    <type>uima.ruta.ExampleCondition.BeforeMe</type>
                 </outputs>
                 <languagesSupported/>
             </capability>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/uima/textmarker/ExampleConditionTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
-    <name>uima.textmarker.ExampleConditionTypeSystem</name>
+    <name>uima.ruta.ExampleConditionTypeSystem</name>
     <imports>
         <import location="../../BasicTypeSystem.xml"/>
     </imports>
     <types>
         <typeDescription>
-            <name>uima.textmarker.ExampleCondition.BeforeMe</name>
-            <description>Type defined in uima.textmarker.ExampleCondition</description>
+            <name>uima.ruta.ExampleCondition.BeforeMe</name>
+            <description>Type defined in uima.ruta.ExampleCondition</description>
             <supertypeName>uima.tcas.Annotation</supertypeName>
         </typeDescription>
     </types>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/AnnotationWriter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/AnnotationWriter.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/AnnotationWriter.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/AnnotationWriter.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.AnnotationWriter</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.AnnotationWriter</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>ReferenceSectionWriterDescriptor</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlAnnotator.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlAnnotator.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlAnnotator.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.HtmlAnnotator</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.HtmlAnnotator</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>PlainTextAnnotator</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlConverter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlConverter.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlConverter.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlConverter.xml Mon Apr 29 16:58:44 2013
@@ -20,7 +20,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.HtmlConverter</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.HtmlConverter</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>XMLConverter</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/HtmlTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -25,7 +25,7 @@
   <vendor/>
   <types>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TAG</name>
+      <name>org.apache.uima.ruta.type.html.TAG</name>
       <description></description>
       <supertypeName>uima.tcas.Annotation</supertypeName>
       <features>
@@ -49,199 +49,199 @@
       </features>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.B</name>
+      <name>org.apache.uima.ruta.type.html.B</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.H1</name>
+      <name>org.apache.uima.ruta.type.html.H1</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.H2</name>
+      <name>org.apache.uima.ruta.type.html.H2</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.H3</name>
+      <name>org.apache.uima.ruta.type.html.H3</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.H4</name>
+      <name>org.apache.uima.ruta.type.html.H4</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.H5</name>
+      <name>org.apache.uima.ruta.type.html.H5</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.H6</name>
+      <name>org.apache.uima.ruta.type.html.H6</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.COMMENT</name>
+      <name>org.apache.uima.ruta.type.html.COMMENT</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TITLE</name>
+      <name>org.apache.uima.ruta.type.html.TITLE</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.I</name>
+      <name>org.apache.uima.ruta.type.html.I</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.U</name>
+      <name>org.apache.uima.ruta.type.html.U</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.BIG</name>
+      <name>org.apache.uima.ruta.type.html.BIG</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.SMALL</name>
+      <name>org.apache.uima.ruta.type.html.SMALL</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.FONT</name>
+      <name>org.apache.uima.ruta.type.html.FONT</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.A</name>
+      <name>org.apache.uima.ruta.type.html.A</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.HEAD</name>
+      <name>org.apache.uima.ruta.type.html.HEAD</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.HTML</name>
+      <name>org.apache.uima.ruta.type.html.HTML</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.BODY</name>
+      <name>org.apache.uima.ruta.type.html.BODY</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.EM</name>
+      <name>org.apache.uima.ruta.type.html.EM</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TABLE</name>
+      <name>org.apache.uima.ruta.type.html.TABLE</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.DIV</name>
+      <name>org.apache.uima.ruta.type.html.DIV</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.SPAN</name>
+      <name>org.apache.uima.ruta.type.html.SPAN</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.UL</name>
+      <name>org.apache.uima.ruta.type.html.UL</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.OL</name>
+      <name>org.apache.uima.ruta.type.html.OL</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.P</name>
+      <name>org.apache.uima.ruta.type.html.P</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.LI</name>
+      <name>org.apache.uima.ruta.type.html.LI</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TBODY</name>
+      <name>org.apache.uima.ruta.type.html.TBODY</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TD</name>
+      <name>org.apache.uima.ruta.type.html.TD</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TR</name>
+      <name>org.apache.uima.ruta.type.html.TR</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.TH</name>
+      <name>org.apache.uima.ruta.type.html.TH</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.IMG</name>
+      <name>org.apache.uima.ruta.type.html.IMG</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.STYLE</name>
+      <name>org.apache.uima.ruta.type.html.STYLE</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.SCRIPT</name>
+      <name>org.apache.uima.ruta.type.html.SCRIPT</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.LINK</name>
+      <name>org.apache.uima.ruta.type.html.LINK</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.INPUT</name>
+      <name>org.apache.uima.ruta.type.html.INPUT</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.FORM</name>
+      <name>org.apache.uima.ruta.type.html.FORM</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.META</name>
+      <name>org.apache.uima.ruta.type.html.META</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.BR</name>
+      <name>org.apache.uima.ruta.type.html.BR</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.html.REMARK</name>
+      <name>org.apache.uima.ruta.type.html.REMARK</name>
       <description></description>
-      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.html.TAG</supertypeName>
       <features>
         <featureDescription>
           <name>comment</name>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/Modifier.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/Modifier.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/Modifier.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/Modifier.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.TextMarkerModifier</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.RutaModifier</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>Modifier</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextAnnotator.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextAnnotator.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextAnnotator.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.PlainTextAnnotator</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.PlainTextAnnotator</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>PlainTextAnnotator</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/PlainTextTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -25,22 +25,22 @@
   <vendor/>
   <types>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.Line</name>
+      <name>org.apache.uima.ruta.type.Line</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.AnyLine</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.AnyLine</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.Paragraph</name>
+      <name>org.apache.uima.ruta.type.Paragraph</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.WSLine</name>
+      <name>org.apache.uima.ruta.type.WSLine</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.AnyLine</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.AnyLine</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.AnyLine</name>
+      <name>org.apache.uima.ruta.type.AnyLine</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
     </typeDescription>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/StyleMapCreator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/StyleMapCreator.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/StyleMapCreator.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/StyleMapCreator.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.StyleMapCreator</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.StyleMapCreator</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>ReferenceSectionWriterDescriptor</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/XMIWriter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/XMIWriter.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/XMIWriter.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ExtensionsExample/descriptor/utils/XMIWriter.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.XMIWriter</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.XMIWriter</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>ReferenceSectionWriterDescriptor</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/plugin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/plugin.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/plugin.xml (original)
+++ uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/plugin.xml Mon Apr 29 16:58:44 2013
@@ -20,17 +20,17 @@ under the License.
 
 <plugin>
    <extension
-         point="org.apache.uima.textmarker.ide.actionExtension">
+         point="org.apache.uima.ruta.ide.actionExtension">
       <action
-            class="org.apache.uima.textmarker.example.extensions.ExampleActionIDEExtension"
-            engine="org.apache.uima.textmarker.example.extensions.ExampleActionExtension">
+            class="org.apache.uima.ruta.example.extensions.ExampleActionIDEExtension"
+            engine="org.apache.uima.ruta.example.extensions.ExampleActionExtension">
       </action>
    </extension>
    <extension
-         point="org.apache.uima.textmarker.ide.conditionExtension">
+         point="org.apache.uima.ruta.ide.conditionExtension">
       <condition
-            class="org.apache.uima.textmarker.example.extensions.ExampleConditionIDEExtension"
-            engine="org.apache.uima.textmarker.example.extensions.ExampleConditionExtension">
+            class="org.apache.uima.ruta.example.extensions.ExampleConditionIDEExtension"
+            engine="org.apache.uima.ruta.example.extensions.ExampleConditionExtension">
       </condition>
    </extension>
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/AnnotationWriter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/AnnotationWriter.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/AnnotationWriter.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/AnnotationWriter.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.AnnotationWriter</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.AnnotationWriter</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>ReferenceSectionWriterDescriptor</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicEngine.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.RutaEngine</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.RutaEngine</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>BasicEngine</name>
     <description/>
@@ -179,10 +179,10 @@
         <name>defaultFilteredTypes</name>
         <value>
           <array>
-            <string>org.apache.uima.textmarker.type.SPACE</string>
-            <string>org.apache.uima.textmarker.type.NBSP</string>
-            <string>org.apache.uima.textmarker.type.BREAK</string>
-            <string>org.apache.uima.textmarker.type.MARKUP</string>
+            <string>org.apache.uima.ruta.type.SPACE</string>
+            <string>org.apache.uima.ruta.type.NBSP</string>
+            <string>org.apache.uima.ruta.type.BREAK</string>
+            <string>org.apache.uima.ruta.type.MARKUP</string>
           </array>
         </value>
       </nameValuePair>
@@ -196,7 +196,7 @@
         <name>seeders</name>
         <value>
           <array>
-            <string>org.apache.uima.textmarker.seed.DefaultSeeder</string>
+            <string>org.apache.uima.ruta.seed.DefaultSeeder</string>
           </array>
         </value>
       </nameValuePair>
@@ -214,9 +214,9 @@
     </typeSystemDescription>
     <typePriorities>
       <priorityList>
-        <type>org.apache.uima.textmarker.type.RutaFrame</type>
+        <type>org.apache.uima.ruta.type.RutaFrame</type>
         <type>uima.tcas.Annotation</type>
-        <type>org.apache.uima.textmarker.type.RutaBasic</type>
+        <type>org.apache.uima.ruta.type.RutaBasic</type>
       </priorityList>
     </typePriorities>
     <fsIndexCollection/>

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicTypeSystem.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicTypeSystem.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/BasicTypeSystem.xml Mon Apr 29 16:58:44 2013
@@ -28,122 +28,122 @@
   </imports>
   <types>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.ALL</name>
+      <name>org.apache.uima.ruta.type.ALL</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.TokenSeed</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.TokenSeed</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.ANY</name>
+      <name>org.apache.uima.ruta.type.ANY</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ALL</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ALL</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.MARKUP</name>
+      <name>org.apache.uima.ruta.type.MARKUP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ALL</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ALL</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.CW</name>
+      <name>org.apache.uima.ruta.type.CW</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.W</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.W</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.W</name>
+      <name>org.apache.uima.ruta.type.W</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SW</name>
+      <name>org.apache.uima.ruta.type.SW</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.W</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.W</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.PM</name>
+      <name>org.apache.uima.ruta.type.PM</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.CAP</name>
+      <name>org.apache.uima.ruta.type.CAP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.W</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.W</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.COLON</name>
+      <name>org.apache.uima.ruta.type.COLON</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.PERIOD</name>
+      <name>org.apache.uima.ruta.type.PERIOD</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.SENTENCEEND</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.SENTENCEEND</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SENTENCEEND</name>
+      <name>org.apache.uima.ruta.type.SENTENCEEND</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.QUESTION</name>
+      <name>org.apache.uima.ruta.type.QUESTION</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.SENTENCEEND</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.SENTENCEEND</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.COMMA</name>
+      <name>org.apache.uima.ruta.type.COMMA</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.EXCLAMATION</name>
+      <name>org.apache.uima.ruta.type.EXCLAMATION</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.SENTENCEEND</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.SENTENCEEND</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SEMICOLON</name>
+      <name>org.apache.uima.ruta.type.SEMICOLON</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.PM</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.PM</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.WS</name>
+      <name>org.apache.uima.ruta.type.WS</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.NUM</name>
+      <name>org.apache.uima.ruta.type.NUM</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SPECIAL</name>
+      <name>org.apache.uima.ruta.type.SPECIAL</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.NBSP</name>
+      <name>org.apache.uima.ruta.type.NBSP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.AMP</name>
+      <name>org.apache.uima.ruta.type.AMP</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.ANY</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.ANY</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.SPACE</name>
+      <name>org.apache.uima.ruta.type.SPACE</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.WS</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.WS</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.BREAK</name>
+      <name>org.apache.uima.ruta.type.BREAK</name>
       <description/>
-      <supertypeName>org.apache.uima.textmarker.type.WS</supertypeName>
+      <supertypeName>org.apache.uima.ruta.type.WS</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.Document</name>
+      <name>org.apache.uima.ruta.type.Document</name>
       <description/>
       <supertypeName>uima.tcas.DocumentAnnotation</supertypeName>
     </typeDescription>
     <typeDescription>
-      <name>org.apache.uima.textmarker.type.TokenSeed</name>
+      <name>org.apache.uima.ruta.type.TokenSeed</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>
     </typeDescription>

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlAnnotator.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlAnnotator.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlAnnotator.xml Mon Apr 29 16:58:44 2013
@@ -21,7 +21,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.HtmlAnnotator</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.HtmlAnnotator</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>PlainTextAnnotator</name>
     <description/>

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlConverter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlConverter.xml?rev=1477201&r1=1477200&r2=1477201&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlConverter.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/resources/org/apache/uima/ruta/engine/HtmlConverter.xml Mon Apr 29 16:58:44 2013
@@ -20,7 +20,7 @@
 <analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
   <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
   <primitive>true</primitive>
-  <annotatorImplementationName>org.apache.uima.textmarker.engine.HtmlConverter</annotatorImplementationName>
+  <annotatorImplementationName>org.apache.uima.ruta.engine.HtmlConverter</annotatorImplementationName>
   <analysisEngineMetaData>
     <name>XMLConverter</name>
     <description/>