You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/01/25 23:53:57 UTC

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

Author: alally
Date: Thu Jan 25 14:53:56 2007
New Revision: 500036

URL: http://svn.apache.org/viewvc?view=rev&rev=500036
Log:
fixed default install dir, so it matches with adjustExamplePaths script expects

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?view=diff&rev=500036&r1=500035&r2=500036
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/eclipseProject/classpath Thu Jan 25 14:53:56 2007
@@ -22,22 +22,22 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-core.jar">
 		<attributes>
-			<attribute value="file:/C:/Program Files/uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>		
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-document-annotation.jar">
 		<attributes>
-			<attribute value="file:/C:/Program Files/uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>		
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-cpe.jar">
 		<attributes>
-			<attribute value="file:/C:/Program Files/uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>		
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-tools.jar">
 			<attributes>
-			<attribute value="file:/C:/Program Files/uima/docs/api" name="javadoc_location"/>
+			<attribute value="file:/C:/Program Files/apache-uima/docs/api" name="javadoc_location"/>
 		</attributes>
 	</classpathentry>			
 	<classpathentry kind="var" path="UIMA_HOME/lib/uima-adapter-vinci.jar"/>