[Jboss-cvs] JBossAS SVN: r55074 - trunk/aop

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


Author: scott.stark at jboss.org
Date: 2006-08-02 21:35:54 -0400 (Wed, 02 Aug 2006)
New Revision: 55074

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

Modified: trunk/aop/.classpath
===================================================================
--- trunk/aop/.classpath	2006-08-03 01:35:39 UTC (rev 55073)
+++ trunk/aop/.classpath	2006-08-03 01:35:54 UTC (rev 55074)
@@ -12,9 +12,9 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="docs"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
+	<classpathentry sourcepath="C:/svn/JBossCommon/workspace/common" kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
+	<classpathentry sourcepath="C:/cvs/JBossMC/workspace/container/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.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