Author: crossley
Date: Tue Apr 3 20:04:05 2007
New Revision: 525368
URL: http://svn.apache.org/viewvc?view=rev&rev=525368
Log:
Exclude some tools that are not yet ready: tools/eclipse and tools/logos
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=525368&r1=525367&r2=525368
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Apr 3 20:04:05 2007
@@ -228,6 +228,9 @@
<exclude name="build/**"/>
<exclude name="whiteboard/**"/>
<exclude name="plugins/**"/>
+<!-- exclude some tools that are not yet ready to be bundled -->
+ <exclude name="tools/eclipse/**"/>
+ <exclude name="tools/logos/**"/>
</fileset>
</copy>