You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/04/13 16:11:53 UTC

svn commit: r1586994 - /qpid/branches/0.28/qpid/java/build.xml

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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org