You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2012/10/08 19:22:25 UTC

svn commit: r1395680 - /uima/uimacpp/trunk/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml

Author: burn
Date: Mon Oct  8 17:22:25 2012
New Revision: 1395680

URL: http://svn.apache.org/viewvc?rev=1395680&view=rev
Log:
[UIMA-2476] Correct comment

Modified:
    uima/uimacpp/trunk/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml

Modified: uima/uimacpp/trunk/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml?rev=1395680&r1=1395679&r2=1395680&view=diff
==============================================================================
--- uima/uimacpp/trunk/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml (original)
+++ uima/uimacpp/trunk/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml Mon Oct  8 17:22:25 2012
@@ -35,12 +35,12 @@
        <import location="MeetingAnnotatorCPP.xml"/>
       </topDescriptor>
       <environmentVariables>
-       <!-- Add the location of the MeetingAnnotator to the library search path -->
-       <!-- Note that PATH must be uppercase for Windows -->
+       <!-- Add the location of the MeetingAnnotator to the library search path. -->
+       <!-- For ease of testing do so for all platforms and use relative paths.  -->
        <environmentVariable name="Path">src</environmentVariable>
        <environmentVariable name="LD_LIBRARY_PATH">src</environmentVariable>
        <environmentVariable name="DYLD_LIBRARY_PATH">src</environmentVariable>
-       <environmentVariable name="UIMACPP_DATAPATH">C:/mydata</environmentVariable>
+       <environmentVariable name="UIMACPP_DATAPATH">mydata</environmentVariable>
 	</environmentVariables>
     </service>
   </deployment>