You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by di...@apache.org on 2007/10/22 08:22:45 UTC

svn commit: r587007 - /commons/proper/jexl/branches/2.0/.classpath

Author: dion
Date: Sun Oct 21 23:22:44 2007
New Revision: 587007

URL: http://svn.apache.org/viewvc?rev=587007&view=rev
Log:
Add the generated classes to the eclipse classpath

Modified:
    commons/proper/jexl/branches/2.0/.classpath

Modified: commons/proper/jexl/branches/2.0/.classpath
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/.classpath?rev=587007&r1=587006&r2=587007&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/.classpath (original)
+++ commons/proper/jexl/branches/2.0/.classpath Sun Oct 21 23:22:44 2007
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/java"/>
-	<classpathentry output="target/test-classes" kind="src" path="src/test"/>
+	<classpathentry kind="src" path="target/generated-src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test"/>
 	<classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar"/>