[jboss-cvs] JBossAS SVN: r57887 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 27 02:36:38 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-27 02:36:36 -0400 (Fri, 27 Oct 2006)
New Revision: 57887

Modified:
   trunk/ejb3/build-test.xml
Log:
Fix the aop classpath ref

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2006-10-27 06:24:29 UTC (rev 57886)
+++ trunk/ejb3/build-test.xml	2006-10-27 06:36:36 UTC (rev 57887)
@@ -2768,7 +2768,7 @@
       <path refid="jboss.common.logging.spi.classpath"/>
       <path refid="jboss.common.logging.log4j.classpath"/>
       <path refid="jboss.common.logging.jdk.classpath"/>
-            <path refid="jboss.aop50.classpath"/>
+            <path refid="jboss.aop.classpath"/>
             <path refid="jboss.aspects.classpath"/>
             <path refid="jboss.jbossxb.classpath"/>
          	<!-- for Corba -->




More information about the jboss-cvs-commits mailing list