Author: mmerz
Date: Fri May 13 11:32:42 2005
New Revision: 170068
URL: http://svn.apache.org/viewcvs?rev=170068&view=rev
Log:
Added exclude to the copy instructions for the controls-webservices-blank to
exclude files that are not needed in the distribution.
Contributor: Daryoush Mehrtash
Modified:
incubator/beehive/trunk/distribution.xml
Modified: incubator/beehive/trunk/distribution.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?rev=170068&r1=170067&r2=170068&view=diff
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Fri May 13 11:32:42 2005
@@ -332,6 +332,7 @@
<copy todir="${dist.dir}/samples/controls-webservices-blank"
failOnError="true">
<fileset dir="samples/controls-webservices-blank">
<exclude name="build*svn.xml"/>
+ <exclude name="systemcontrols-imports.xml"/>
</fileset>
</copy>