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

svn commit: r530118 - in /incubator/uima/uimacpp/trunk: examples/descriptors/SimpleTextSegmenter.xml src/test/data/descriptors/SimpleTextSegmenter.xml

Author: eae
Date: Wed Apr 18 11:29:34 2007
New Revision: 530118

URL: http://svn.apache.org/viewvc?view=rev&rev=530118
Log:
Bad descriptors: one needs index definition and both have unused import by name

Modified:
    incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml
    incubator/uima/uimacpp/trunk/src/test/data/descriptors/SimpleTextSegmenter.xml

Modified: incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml?view=diff&rev=530118&r1=530117&r2=530118
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/descriptors/SimpleTextSegmenter.xml Wed Apr 18 11:29:34 2007
@@ -50,11 +50,18 @@
 		</nameValuePair>
 	</configurationParameterSettings>
 
-	<typeSystemDescription>
-	  <imports>
-		<import name="org.apache.uima.examples.SourceDocumentInformation"/>
-	  </imports>
-	</typeSystemDescription>
+	<typeSystemDescription/>
+
+	<fsIndexCollection>
+	 <fsIndexes>
+	   <fsIndexDescription>
+	      <label>TestIndex</label>
+	      <typeName>uima.cas.TOP</typeName>
+	      <kind>bag</kind>
+	      <keys/>
+	    </fsIndexDescription>
+          </fsIndexes>
+        </fsIndexCollection>
 		
 	<capabilities>
 		<capability>

Modified: incubator/uima/uimacpp/trunk/src/test/data/descriptors/SimpleTextSegmenter.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/data/descriptors/SimpleTextSegmenter.xml?view=diff&rev=530118&r1=530117&r2=530118
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/data/descriptors/SimpleTextSegmenter.xml (original)
+++ incubator/uima/uimacpp/trunk/src/test/data/descriptors/SimpleTextSegmenter.xml Wed Apr 18 11:29:34 2007
@@ -30,11 +30,7 @@
 		</nameValuePair>
 	</configurationParameterSettings>
 
-	<typeSystemDescription>
-	  <imports>
-		<import name="org.apache.uima.examples.SourceDocumentInformation"/>
-	  </imports>
-	</typeSystemDescription>
+	<typeSystemDescription/>
 
 	<fsIndexCollection>
 	 <fsIndexes>