Author: thomas.diesler(a)jboss.com
Date: 2008-02-19 15:07:55 -0500 (Tue, 19 Feb 2008)
New Revision: 5739
Modified:
stack/native/trunk/ant-import/build-release.xml
Log:
exclude ant.properties from src build
Modified: stack/native/trunk/ant-import/build-release.xml
===================================================================
--- stack/native/trunk/ant-import/build-release.xml 2008-02-19 20:02:45 UTC (rev 5738)
+++ stack/native/trunk/ant-import/build-release.xml 2008-02-19 20:07:55 UTC (rev 5739)
@@ -155,6 +155,7 @@
<exclude name="**/output*/**"/>
<exclude name="**/thirdparty/**"/>
<exclude name="mergeinfo.txt"/>
+ <exclude name="ant.properties"/>
</fileset>
</copy>
<zip destfile="${core.dir}/output/jbossws-${version.id}-src.zip"
basedir="${build.src.dist}"
Show replies by date