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 2009/09/06 13:13:07 UTC

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

Author: schor
Date: Sun Sep  6 11:13:06 2009
New Revision: 811809

URL: http://svn.apache.org/viewvc?rev=811809&view=rev
Log:
no Jira - add comment about replacing special string with UIMA_HOME path by adjustExamplePaths script

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

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath?rev=811809&r1=811808&r2=811809&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath Sun Sep  6 11:13:06 2009
@@ -22,6 +22,8 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-core.jar">
 		<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"/>
 		</attributes>
 	</classpathentry>