[jboss-cvs] JBossAS SVN: r78522 - in tags/JBoss_AOP_1_5_5_GA_CP02: test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 15 03:57:35 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-09-15 03:57:35 -0400 (Mon, 15 Sep 2008)
New Revision: 78522

Modified:
   tags/JBoss_AOP_1_5_5_GA_CP02/aop/.classpath
   tags/JBoss_AOP_1_5_5_GA_CP02/test/.classpath
Log:
Fix eclipse build

Modified: tags/JBoss_AOP_1_5_5_GA_CP02/aop/.classpath
===================================================================
--- tags/JBoss_AOP_1_5_5_GA_CP02/aop/.classpath	2008-09-15 07:20:25 UTC (rev 78521)
+++ tags/JBoss_AOP_1_5_5_GA_CP02/aop/.classpath	2008-09-15 07:57:35 UTC (rev 78522)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/jdk15"/>
 	<classpathentry excluding="org/jboss/test/aop/jdk15/|org/jboss/test/aop/memoryleaks/" kind="src" path="src/test"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
-	<classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/javassist"/>
 	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
 	<classpathentry kind="lib" path="/tools/lib/ant.jar"/>
@@ -12,7 +12,6 @@
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="docs"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: tags/JBoss_AOP_1_5_5_GA_CP02/test/.classpath
===================================================================
--- tags/JBoss_AOP_1_5_5_GA_CP02/test/.classpath	2008-09-15 07:20:25 UTC (rev 78521)
+++ tags/JBoss_AOP_1_5_5_GA_CP02/test/.classpath	2008-09-15 07:57:35 UTC (rev 78522)
@@ -5,7 +5,6 @@
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="src" path="/common"/>
-	<classpathentry kind="src" path="/j2se"/>
 	<classpathentry kind="lib" path="/tools/lib/ant.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>




More information about the jboss-cvs-commits mailing list