[jboss-cvs] JBossAS SVN: r64931 - branches/Branch_4_2/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 28 17:54:59 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-08-28 17:54:59 -0400 (Tue, 28 Aug 2007)
New Revision: 64931

Modified:
   branches/Branch_4_2/tools/etc/buildmagic/aliases.ent
Log:
[JBAS-4641] Make ant-junit.jar available to build elements

Modified: branches/Branch_4_2/tools/etc/buildmagic/aliases.ent
===================================================================
--- branches/Branch_4_2/tools/etc/buildmagic/aliases.ent	2007-08-28 21:53:40 UTC (rev 64930)
+++ branches/Branch_4_2/tools/etc/buildmagic/aliases.ent	2007-08-28 21:54:59 UTC (rev 64931)
@@ -91,4 +91,7 @@
 <path id="apache.ant.classpath">
   <pathelement path="${apache.ant.lib}/ant.jar"/>
 </path>
+<path id="apache.ant.junit.classpath">
+  <pathelement path="${apache.ant.lib}/ant-junit.jar"/>
+</path>
   
\ No newline at end of file




More information about the jboss-cvs-commits mailing list