[jboss-cvs] JBossAS SVN: r102971 - projects/aop/branches/Branch_2_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 25 13:30:45 EDT 2010


Author: flavia.rainone at jboss.com
Date: 2010-03-25 13:30:45 -0400 (Thu, 25 Mar 2010)
New Revision: 102971

Modified:
   projects/aop/branches/Branch_2_2/build/build.xml
Log:
[JBAOP-773] Updated build/build.xml with the new jboss-test dependency.

Modified: projects/aop/branches/Branch_2_2/build/build.xml
===================================================================
--- projects/aop/branches/Branch_2_2/build/build.xml	2010-03-25 17:30:17 UTC (rev 102970)
+++ projects/aop/branches/Branch_2_2/build/build.xml	2010-03-25 17:30:45 UTC (rev 102971)
@@ -230,7 +230,7 @@
      </copy>
 
     <!-- needed to build the source/tests from the dist package -->
-    <copy file="${jboss:jboss-test:jar}"
+    <copy file="${org.jboss.test:jboss-test:jar}"
            tofile="${project.release}/lib-test/jboss-test.jar"/>
     <copy file="${junit:junit:jar}"
            tofile="${project.release}/lib-test/junit.jar"/>




More information about the jboss-cvs-commits mailing list