[UIMA-2476] Revert to capitalized Path which might work with older UIMA-AS

git-svn-id: https://svn.apache.org/repos/asf/uima/uimacpp/trunk@1394828 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml b/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml
index b278f8d..e07ab28 100644
--- a/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml
+++ b/examples/tutorial/descriptors/Deploy_MeetingAnnotator.xml
@@ -37,7 +37,7 @@
       <environmentVariables>

        <!-- Add the location of the MeetingAnnotator to the library search path -->

        <!-- Note that PATH must be uppercase for Windows -->

-       <environmentVariable name="PATH">src</environmentVariable>

+       <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>