[jboss-cvs] JBossAS SVN: r78566 - in branches/JBoss_AOP_1_5_5_GA_CP: test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 16 04:55:47 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-09-16 04:55:47 -0400 (Tue, 16 Sep 2008)
New Revision: 78566

Modified:
   branches/JBoss_AOP_1_5_5_GA_CP/aop/.classpath
   branches/JBoss_AOP_1_5_5_GA_CP/test/.classpath
Log:
Fix the eclipse .classpath files

Modified: branches/JBoss_AOP_1_5_5_GA_CP/aop/.classpath
===================================================================
--- branches/JBoss_AOP_1_5_5_GA_CP/aop/.classpath	2008-09-16 08:49:50 UTC (rev 78565)
+++ branches/JBoss_AOP_1_5_5_GA_CP/aop/.classpath	2008-09-16 08:55:47 UTC (rev 78566)
@@ -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: branches/JBoss_AOP_1_5_5_GA_CP/test/.classpath
===================================================================
--- branches/JBoss_AOP_1_5_5_GA_CP/test/.classpath	2008-09-16 08:49:50 UTC (rev 78565)
+++ branches/JBoss_AOP_1_5_5_GA_CP/test/.classpath	2008-09-16 08:55:47 UTC (rev 78566)
@@ -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