[jboss-cvs] JBossAS SVN: r62737 - projects/aop/trunk/aop.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed May 2 11:10:25 EDT 2007
Author: kabir.khan at jboss.com
Date: 2007-05-02 11:10:25 -0400 (Wed, 02 May 2007)
New Revision: 62737
Modified:
projects/aop/trunk/aop/.classpath
Log:
[JBAOP-394] Remove dependencies on concurrent.jar
Modified: projects/aop/trunk/aop/.classpath
===================================================================
--- projects/aop/trunk/aop/.classpath 2007-05-02 15:07:17 UTC (rev 62736)
+++ projects/aop/trunk/aop/.classpath 2007-05-02 15:10:25 UTC (rev 62737)
@@ -2,7 +2,6 @@
<classpath>
<classpathentry excluding="org/jboss/aop/hook/JRockitClassPreProcessor.java|org/jboss/aop/hook/JRockitPluggableClassPreProcessor.java" kind="src" path="src/main"/>
<classpathentry kind="src" path="src/test"/>
- <classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
<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"/>
@@ -16,7 +15,7 @@
<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/javassist"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar" sourcepath="/thirdparty/jboss/common-core/lib/jboss-common-core-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
<classpathentry kind="lib" path="src/resources"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
More information about the jboss-cvs-commits
mailing list