UIMA-1079 include point to local typesystem descriptor

git-svn-id: https://svn.apache.org/repos/asf/incubator/uima/uimacpp/trunk@830934 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml b/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml
index 0316470..c2ab3a2 100644
--- a/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml
+++ b/examples/tutorial/descriptors/MeetingAnnotatorCPP.xml
@@ -61,7 +61,7 @@
 

 		<typeSystemDescription>

 		  <imports>

-		    <import location="../../../../examples/descriptors/tutorial/ex4/TutorialTypeSystem.xml"/>

+		    <import location="TutorialTypeSystem.xml"/>

 		  </imports>

 		</typeSystemDescription>