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 2010/11/08 01:31:24 UTC

svn commit: r1032429 - /qpid/trunk/qpid/java/broker/build.xml

Author: robbie
Date: Mon Nov  8 00:31:24 2010
New Revision: 1032429

URL: http://svn.apache.org/viewvc?rev=1032429&view=rev
Log:
QPID-2929: *actually* fix inclusion of the broker-plugins in the release *archives*

Modified:
    qpid/trunk/qpid/java/broker/build.xml

Modified: qpid/trunk/qpid/java/broker/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/build.xml?rev=1032429&r1=1032428&r2=1032429&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/build.xml (original)
+++ qpid/trunk/qpid/java/broker/build.xml Mon Nov  8 00:31:24 2010
@@ -72,12 +72,12 @@
         <fixcrlf srcdir="${module.release}/bin" fixlast="true" eol="dos" includes="*.bat"/>
     </target>
 
-    <target name="copy-broker-plugins-release" description="copy broker-plugins into module release">
+    <target name="release-bin-other" description="copy broker-plugins into module release">
         <copy todir="${module.release}/lib/plugins" failonerror="true">
             <fileset dir="${build.lib}/plugins"/>
         </copy>
     </target>
 
-    <target name="release-bin" depends="release-bin-tasks, copy-broker-plugins-release"/>
+    <target name="release-bin" depends="release-bin-tasks"/>
 
 </project>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org