Hey; I think it's the case that systemcontrols-imports.xml can be safely deleted from the tree entirely.
Doesn't seem that it's used by the controls-webservices-blank webapp at all...
[EMAIL PROTECTED] wrote:
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>