You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/26 10:13:00 UTC

svn commit: rev 22125 - avalon/trunk/tools/magic

Author: mcconnell
Date: Sat Jun 26 01:13:00 2004
New Revision: 22125

Modified:
   avalon/trunk/tools/magic/setup.xml
Log:
Add missing line the actually copies magic into .ant/lib/

Modified: avalon/trunk/tools/magic/setup.xml
==============================================================================
--- avalon/trunk/tools/magic/setup.xml	(original)
+++ avalon/trunk/tools/magic/setup.xml	Sat Jun 26 01:13:00 2004
@@ -10,6 +10,7 @@
   <property name="magic.bar.dir" value="${magic.group}/bars"/>
   <property name="magic.bar.path" value="${magic.bar.dir}/${magic.bar}"/>
   <property name="magic.bar.url" value="${magic.install.host}/${magic.bar.path}"/>
+  <property name="magic.jar" value="avalon-tools-magic.jar"/>
 
   <property name="magic.junit.jar" value="junit-3.8.1.jar"/>
   <property name="magic.junit.jar.url" 
@@ -91,6 +92,11 @@
     <mkdir dir="${magic.home}/themes"/>
     <copy todir="${magic.home}/themes">
       <fileset dir="${magic.bar.destination}/themes"/>
+    </copy>
+
+    <!-- add magic antlib to ant -->
+    <copy todir="${ant.lib}">
+      <fileset file="${magic.cache}/${magic.group}/jars/${magic.jar}"/>
     </copy>
 
   </target>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org