Author: robbie
Date: Sun Apr 13 14:11:53 2014
New Revision: 1586994

URL: http://svn.apache.org/r1586994
Log:
QPID-5674: update the target creating the 'java release' tar to ignore the test 
results and work directories

merge from trunk r1586027

Modified:
    qpid/branches/0.28/qpid/java/build.xml

Modified: qpid/branches/0.28/qpid/java/build.xml
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.28/qpid/java/build.xml?rev=1586994&r1=1586993&r2=1586994&view=diff
==============================================================================
--- qpid/branches/0.28/qpid/java/build.xml (original)
+++ qpid/branches/0.28/qpid/java/build.xml Sun Apr 13 14:11:53 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]

Reply via email to