Author: kwright
Date: Wed Nov 13 16:35:37 2013
New Revision: 1541594
URL: http://svn.apache.org/r1541594
Log:
Build needs to take global config along
Modified:
manifoldcf/branches/CONNECTORS-13/framework/build.xml
Modified: manifoldcf/branches/CONNECTORS-13/framework/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-13/framework/build.xml?rev=1541594&r1=1541593&r2=1541594&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-13/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-13/framework/build.xml Wed Nov 13 16:35:37
2013
@@ -1021,6 +1021,7 @@
<include name="*.sh"/>
<include name="*.bat"/>
<include name="*.cfg"/>
+ <include name="*.xml"/>
</fileset>
<fileset dir="example-multiprocess-zk">
<include name="properties.xml"/>
@@ -1067,6 +1068,7 @@
<include name="*.sh"/>
<include name="*.bat"/>
<include name="*.cfg"/>
+ <include name="*.xml"/>
</fileset>
<fileset dir="example-multiprocess-zk-proprietary">
<include name="properties.xml"/>