You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/10/30 16:15:30 UTC

svn commit: r1813795 - /uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath

Author: schor
Date: Mon Oct 30 16:15:29 2017
New Revision: 1813795

URL: http://svn.apache.org/viewvc?rev=1813795&view=rev
Log:
[UIMA-5628] fix typo in path to javadocs

Modified:
    uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath

Modified: uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath?rev=1813795&r1=1813794&r2=1813795&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath (original)
+++ uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath Mon Oct 30 16:15:29 2017
@@ -24,24 +24,29 @@
 		<attributes>
 		  <!-- Strings file:/C:/Program Files/apache-uima are replaced
 		       by the adjustExamplePaths script with the UIMA install location -->
-			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/d/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>		
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-document-annotation.jar">
 		<attributes>
-			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/d/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>		
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-cpe.jar">
 		<attributes>
-			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/d/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>		
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-tools.jar">
 			<attributes>
-			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/d/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>			
+  <classpathentry kind="var" path="UIMA_HOME/lib/uimaj-json.jar">
+    <attributes>
+      <attribute value="file:/C:/Program Files/apache-uima/docs/d/api" name="javadoc_location"/>
+    </attributes>
+  </classpathentry>     
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-vinci.jar"/>
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-soap.jar"/>
 	<classpathentry kind="var" path="UIMA_HOME/lib/jVinci.jar"/>