[jboss-cvs] JBossAS SVN: r83764 - trunk/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 2 03:35:52 EST 2009


Author: scott.stark at jboss.org
Date: 2009-02-02 03:35:52 -0500 (Mon, 02 Feb 2009)
New Revision: 83764

Modified:
   trunk/server/.classpath
Log:
Correct the javacc generated source path to correspond to the pom.xml configuration

Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath	2009-02-02 08:23:42 UTC (rev 83763)
+++ trunk/server/.classpath	2009-02-02 08:35:52 UTC (rev 83764)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
-	<classpathentry kind="src" path="output/parsers"/>
-	<classpathentry kind="src" path="output/gen-src"/>
+	<classpathentry kind="src" path="target/generated-sources/javacc"/>
 	<classpathentry exported="true" kind="src" path="/security"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/ibm-wsdl4j/lib/wsdl4j.jar"/>




More information about the jboss-cvs-commits mailing list