[jboss-cvs] JBossAS SVN: r79633 - in trunk/tools: etc/buildmagic and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 17 08:03:14 EDT 2008


Author: akostadinov
Date: 2008-10-17 08:03:14 -0400 (Fri, 17 Oct 2008)
New Revision: 79633

Added:
   trunk/tools/lib-ext/
   trunk/tools/lib-ext/buildmagic-tasks.jar
Removed:
   trunk/tools/lib/buildmagic-tasks.jar
Modified:
   trunk/tools/etc/buildmagic/buildmagic.ent
Log:
JBASM-3 move buildmagic-tasks.jar out of ant's library directory because it contains old logging classes and cause interference

Modified: trunk/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- trunk/tools/etc/buildmagic/buildmagic.ent	2008-10-17 10:24:08 UTC (rev 79632)
+++ trunk/tools/etc/buildmagic/buildmagic.ent	2008-10-17 12:03:14 UTC (rev 79633)
@@ -57,6 +57,7 @@
     <fileset dir="${project.tools}/lib">
       <include name="*.jar"/>
     </fileset>
+    <pathelement location="${project.tools}/lib-ext/buildmagic-tasks.jar"/>
     <pathelement location="${project.tools}/lib"/>
     <pathelement location="${project.tools}/etc"/>
     <pathelement location="${project.tools}"/>

Deleted: trunk/tools/lib/buildmagic-tasks.jar
===================================================================
(Binary files differ)

Copied: trunk/tools/lib-ext/buildmagic-tasks.jar (from rev 79583, trunk/tools/lib/buildmagic-tasks.jar)
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list