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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 09:26:14 EDT 2008


Author: akostadinov
Date: 2008-10-23 09:26:13 -0400 (Thu, 23 Oct 2008)
New Revision: 79975

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-23 12:56:55 UTC (rev 79974)
+++ trunk/tools/etc/buildmagic/buildmagic.ent	2008-10-23 13:26:13 UTC (rev 79975)
@@ -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 79974, trunk/tools/lib/buildmagic-tasks.jar)
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list