[jboss-cvs] JBossAS SVN: r66551 - in trunk: build and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 29 17:01:45 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-10-29 17:01:44 -0400 (Mon, 29 Oct 2007)
New Revision: 66551

Modified:
   trunk/aspects/.classpath
   trunk/build/build-thirdparty.xml
Log:
Update to aop 2.0.0.beta2 and fix aspects project classpath

Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2007-10-29 20:50:38 UTC (rev 66550)
+++ trunk/aspects/.classpath	2007-10-29 21:01:44 UTC (rev 66551)
@@ -36,5 +36,8 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/jboss-integration-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-security-spi/lib/jboss-security-spi.jar" sourcepath="/thirdparty/jboss/jboss-security-spi/lib/jboss-security-spi-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/jbosssx/lib/jbosssx-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-classloader.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-classloader-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-impl.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-impl-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-structure-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-structure-spi-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-10-29 20:50:38 UTC (rev 66550)
+++ trunk/build/build-thirdparty.xml	2007-10-29 21:01:44 UTC (rev 66551)
@@ -83,7 +83,7 @@
     <componentref name="jacorb" version="2.3.0jboss.patch5-brew"/>
     <componentref name="javassist" version="3.6.0.GA"/>
     <componentref name="jaxen" version="1.1-brew"/>
-    <componentref name="jboss/aop" version="2.0.0.beta1"/>
+    <componentref name="jboss/aop" version="2.0.0.beta2"/>
     <componentref name="jboss/cache" version="2.0.0.GA"/>
     <componentref name="jboss/common-core" version="2.2.2.GA"/>
     <componentref name="jboss/common-logging-jdk" version="2.0.2.GA"/>




More information about the jboss-cvs-commits mailing list