[Jboss-cvs] JBossAS SVN: r55075 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 21:37:44 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-02 21:37:42 -0400 (Wed, 02 Aug 2006)
New Revision: 55075

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

Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath	2006-08-03 01:35:54 UTC (rev 55074)
+++ trunk/ejb3/.classpath	2006-08-03 01:37:42 UTC (rev 55075)
@@ -65,7 +65,6 @@
 	<classpathentry kind="src" path="/cluster"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/server">
@@ -90,5 +89,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>
 	<classpathentry kind="lib" path="/thirdparty/jacorb/lib/jacorb.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