[jboss-cvs] JBossAS SVN: r57993 - trunk/messaging

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 1 21:52:24 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-01 21:52:22 -0500 (Wed, 01 Nov 2006)
New Revision: 57993

Modified:
   trunk/messaging/.classpath
Log:
Remove the generated source path

Modified: trunk/messaging/.classpath
===================================================================
--- trunk/messaging/.classpath	2006-11-02 02:50:10 UTC (rev 57992)
+++ trunk/messaging/.classpath	2006-11-02 02:52:22 UTC (rev 57993)
@@ -1,13 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="output/gen-parsers"/>
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="src" path="/j2ee"/>
 	<classpathentry kind="src" path="/system"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
 	<classpathentry kind="src" path="/server"/>
 	<classpathentry kind="src" path="/transaction"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>




More information about the jboss-cvs-commits mailing list