[jboss-cvs] JBoss Messaging SVN: r6392 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 10 01:31:16 EDT 2009


Author: gaohoward
Date: 2009-04-10 01:31:16 -0400 (Fri, 10 Apr 2009)
New Revision: 6392

Modified:
   trunk/.classpath
Log:
correct the last commit. build/src cannot be removed. It has some generated source


Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-04-10 05:14:37 UTC (rev 6391)
+++ trunk/.classpath	2009-04-10 05:31:16 UTC (rev 6392)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/**/*" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="build/src"/>
 	<classpathentry kind="src" path="tests/jms-tests/config"/>
 	<classpathentry kind="src" path="tests/config"/>
 	<classpathentry kind="src" path="src/config"/>




More information about the jboss-cvs-commits mailing list