You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/22 19:05:44 UTC

svn commit: rev 10181 - xml/forrest/branches/copyless

Author: nicolaken
Date: Thu Apr 22 10:05:44 2004
New Revision: 10181

Modified:
   xml/forrest/branches/copyless/build.xml
Log:
refresh-code target is now superceded by a simply 'compile'

Modified: xml/forrest/branches/copyless/build.xml
==============================================================================
--- xml/forrest/branches/copyless/build.xml	(original)
+++ xml/forrest/branches/copyless/build.xml	Thu Apr 22 10:05:44 2004
@@ -240,13 +240,6 @@
     -->
   </target>
  
-  <!-- TODO: to be replaced by the build target once thhere is no more copying -->
-  <target name="refresh-code" depends="jar">
-    <copy todir="${dist-shbat.dir}/lib/core">
-      <fileset dir="${build.dir}" includes="*.jar"/>
-    </copy>
-  </target>
- 
   <target name="dist-shbat" 
     depends="init, jar, validate-config" >
 
@@ -265,7 +258,9 @@
     </copy>
 
     <!-- Copy Forrest jars -->
-    <antcall target="refresh-code"/>
+    <copy todir="${dist-shbat.dir}/lib/core">
+      <fileset dir="${build.dir}" includes="*.jar"/>
+    </copy>
     
     <mkdir dir="${dist-shbat.dir}/lib" />
     <copy todir="${dist-shbat.dir}/lib">