You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/04/04 05:22:45 UTC

svn commit: r525381 - /forrest/trunk/main/build.xml

Author: crossley
Date: Tue Apr  3 20:22:44 2007
New Revision: 525381

URL: http://svn.apache.org/viewvc?view=rev&rev=525381
Log:
Testing removal of tools/anttasks
Issue: FOR-911

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?view=diff&rev=525381&r1=525380&r2=525381
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Apr  3 20:22:44 2007
@@ -231,6 +231,8 @@
 <!-- exclude some tools that are not yet ready to be bundled -->
         <exclude name="tools/eclipse/**"/>
         <exclude name="tools/logos/**"/>
+<!-- testing removal of tools/anttasks FOR-911 -->
+        <exclude name="tools/anttasks/**"/>
       </fileset>
     </copy>