[jboss-cvs] JBossAS SVN: r82200 - trunk/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 10 14:07:11 EST 2008


Author: pgier
Date: 2008-12-10 14:07:11 -0500 (Wed, 10 Dec 2008)
New Revision: 82200

Modified:
   trunk/tools/etc/buildmagic/buildmagic.ent
Log:
[JBBUILD-504] Simplify the buildmagic.task.classpath.

Modified: trunk/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- trunk/tools/etc/buildmagic/buildmagic.ent	2008-12-10 18:49:18 UTC (rev 82199)
+++ trunk/tools/etc/buildmagic/buildmagic.ent	2008-12-10 19:07:11 UTC (rev 82200)
@@ -52,16 +52,8 @@
   <property name="module.thirdparty" value="${module.root}/thirdparty"/>
 
   <!-- Load Buildmagic extention tasks. -->
-  <property name="buildmagic.local.classpath" value="."/>
   <path id="buildmagic.task.classpath">
-    <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}"/>
-    <pathelement path="${buildmagic.local.classpath}"/>
   </path>
   <taskdef file="${project.tools}/etc/buildmagic/autoload.properties"
     classpathref="buildmagic.task.classpath"/>




More information about the jboss-cvs-commits mailing list