[Jboss-cvs] JBossAS SVN: r55072 - trunk/system

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 21:35:00 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-02 21:34:59 -0400 (Wed, 02 Aug 2006)
New Revision: 55072

Modified:
   trunk/system/.classpath
Log:
Move the test module to a binary integration

Modified: trunk/system/.classpath
===================================================================
--- trunk/system/.classpath	2006-08-03 01:31:28 UTC (rev 55071)
+++ trunk/system/.classpath	2006-08-03 01:34:59 UTC (rev 55072)
@@ -15,7 +15,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list