[jboss-cvs] JBossAS SVN: r57328 - trunk/system

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 1 18:02:19 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-01 18:02:18 -0400 (Sun, 01 Oct 2006)
New Revision: 57328

Modified:
   trunk/system/build-test.xml
Log:
Include aop in the classpath

Modified: trunk/system/build-test.xml
===================================================================
--- trunk/system/build-test.xml	2006-10-01 15:33:24 UTC (rev 57327)
+++ trunk/system/build-test.xml	2006-10-01 22:02:18 UTC (rev 57328)
@@ -85,10 +85,10 @@
          <path refid="apache.log4j.classpath" />
          <path refid="oswego.concurrent.classpath" />
          <path refid="jboss.jbossxb.classpath" />
-      <path refid="jboss.common.core.classpath"/>
-      <path refid="jboss.common.logging.spi.classpath"/>
-      <path refid="jboss.common.logging.log4j.classpath"/>
-      <path refid="jboss.common.logging.jdk.classpath"/>
+	      <path refid="jboss.common.core.classpath"/>
+	      <path refid="jboss.common.logging.spi.classpath"/>
+	      <path refid="jboss.common.logging.log4j.classpath"/>
+	      <path refid="jboss.common.logging.jdk.classpath"/>
          <path refid="jboss.profiler.jvmti.classpath" />
       </path>
 
@@ -109,6 +109,7 @@
 
       <!-- The combined dependant module classpath -->
       <path id="dependentmodule.classpath">
+      	<path refid="jboss.aop.classpath" />
       	<path refid="jboss.microcontainer.classpath"/>
          <path refid="jboss.j2se.classpath" />
          <path refid="jboss.mbeans.classpath" />




More information about the jboss-cvs-commits mailing list