[Jboss-cvs] JBossAS SVN: r55073 - trunk/aspects

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


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

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

Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2006-08-03 01:34:59 UTC (rev 55072)
+++ trunk/aspects/.classpath	2006-08-03 01:35:39 UTC (rev 55073)
@@ -12,13 +12,12 @@
 	<classpathentry kind="src" path="/cluster"/>
 	<classpathentry kind="src" path="/transaction"/>
 	<classpathentry kind="src" path="/j2ee"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java" kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh-1.3.0.jar"/>
 	<classpathentry kind="src" path="/j2se"/>
 	<classpathentry kind="src" path="/jmx"/>
-	<classpathentry kind="src" path="/test"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/naming"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/connector"/>
@@ -28,5 +27,6 @@
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
 	<classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.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