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 2009/10/29 14:24:16 UTC

svn commit: r830934 - /incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml

Author: eae
Date: Thu Oct 29 13:24:16 2009
New Revision: 830934

URL: http://svn.apache.org/viewvc?rev=830934&view=rev
Log:
UIMA-1079 include point to local typesystem descriptor

Modified:
    incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml

Modified: incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml?rev=830934&r1=830933&r2=830934&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml (original)
+++ incubator/uima/uimacpp/trunk/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml Thu Oct 29 13:24:16 2009
@@ -61,7 +61,7 @@
 
 		<typeSystemDescription>
 		  <imports>
-		    <import location="../../../../examples/descriptors/tutorial/ex4/TutorialTypeSystem.xml"/>
+		    <import location="TutorialTypeSystem.xml"/>
 		  </imports>
 		</typeSystemDescription>