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:32 UTC

svn commit: r1032430 - /qpid/branches/0.8-release-candidates/qpid/java/broker/build.xml

Author: robbie
Date: Mon Nov  8 00:31:32 2010
New Revision: 1032430

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

Modified:
    qpid/branches/0.8-release-candidates/qpid/java/broker/build.xml

Modified: qpid/branches/0.8-release-candidates/qpid/java/broker/build.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.8-release-candidates/qpid/java/broker/build.xml?rev=1032430&r1=1032429&r2=1032430&view=diff
==============================================================================
--- qpid/branches/0.8-release-candidates/qpid/java/broker/build.xml (original)
+++ qpid/branches/0.8-release-candidates/qpid/java/broker/build.xml Mon Nov  8 00:31:32 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