Author: robbie
Date: Wed Apr 9 16:40:29 2014
New Revision: 1586027
URL: http://svn.apache.org/r1586027
Log:
QPID-5674: update the target creating the 'java release' tar to ignore the test
results and work directories
Modified:
qpid/trunk/qpid/java/build.xml
Modified: qpid/trunk/qpid/java/build.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.xml?rev=1586027&r1=1586026&r2=1586027&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Wed Apr 9 16:40:29 2014
@@ -192,6 +192,8 @@
<zipfileset dir="${build}" prefix="${project.namever}"
excludes="${release.excludes}" filemode="644" dirmode="755">
<exclude name="bin/**"/>
<exclude name="scratch/**"/>
+ <exclude name="results/**"/>
+ <exclude name="work/**"/>
</zipfileset>
<zipfileset dir="${resources}" prefix="${project.namever}"
filemode="644">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]