[jboss-cvs] JBossAS SVN: r67367 - branches/JBPAPP_4_2/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 21 22:41:52 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-21 22:41:51 -0500 (Wed, 21 Nov 2007)
New Revision: 67367

Modified:
   branches/JBPAPP_4_2/tools/etc/buildmagic/aliases.ent
Log:
[JBPAPP-295] Add classpath entry for ant-junit.jar

Modified: branches/JBPAPP_4_2/tools/etc/buildmagic/aliases.ent
===================================================================
--- branches/JBPAPP_4_2/tools/etc/buildmagic/aliases.ent	2007-11-22 03:10:08 UTC (rev 67366)
+++ branches/JBPAPP_4_2/tools/etc/buildmagic/aliases.ent	2007-11-22 03:41:51 UTC (rev 67367)
@@ -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