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 2016/07/22 12:24:47 UTC

svn commit: r1753776 - /uima/ruta/trunk/example-projects/ruta-ep-example-extensions/src/test/resources/org/apache/uima/ruta/example/extensions/InternalTypeSystem.xml

Author: pkluegl
Date: Fri Jul 22 12:24:47 2016
New Revision: 1753776

URL: http://svn.apache.org/viewvc?rev=1753776&view=rev
Log:
no jira - update test ruta type system

Modified:
    uima/ruta/trunk/example-projects/ruta-ep-example-extensions/src/test/resources/org/apache/uima/ruta/example/extensions/InternalTypeSystem.xml

Modified: uima/ruta/trunk/example-projects/ruta-ep-example-extensions/src/test/resources/org/apache/uima/ruta/example/extensions/InternalTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-ep-example-extensions/src/test/resources/org/apache/uima/ruta/example/extensions/InternalTypeSystem.xml?rev=1753776&r1=1753775&r2=1753776&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-ep-example-extensions/src/test/resources/org/apache/uima/ruta/example/extensions/InternalTypeSystem.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-ep-example-extensions/src/test/resources/org/apache/uima/ruta/example/extensions/InternalTypeSystem.xml Fri Jul 22 12:24:47 2016
@@ -19,7 +19,7 @@
 -->
 
 <typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
-  <name>InternalTypeSystem</name>
+  <name>org.apache.uima.ruta.engine.InternalTypeSystem</name>
   <description/>
   <version>1.0</version>
   <vendor/>
@@ -37,6 +37,11 @@
       </features>
     </typeDescription>
     <typeDescription>
+      <name>org.apache.uima.ruta.type.RutaOptional</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+    </typeDescription>
+    <typeDescription>
       <name>org.apache.uima.ruta.type.RutaAnnotation</name>
       <description/>
       <supertypeName>uima.tcas.Annotation</supertypeName>