Author: ritchiem
Date: Fri May  7 15:10:17 2010
New Revision: 942103

URL: http://svn.apache.org/viewvc?rev=942103&view=rev
Log:
QPID-2580 : Correct build order to allow plugins to use QpidTestCase

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=942103&r1=942102&r2=942103&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Fri May  7 15:10:17 2010
@@ -32,9 +32,8 @@
   <property name="modules.management" value="${management}"/>
   <property name="modules.plugin"     value="${broker-plugins}"/>
   <property name="modules.management.tools" value="management/tools/qpid-cli"/>
-  <property name="modules"            value="${modules.core}
-  ${modules.plugin} ${modules.examples}
-  ${modules.management} ${modules.management.tools} ${modules.tests}"/>
+  <property name="modules"            value="${modules.core} 
${modules.examples}
+   ${modules.management} ${modules.management.tools} ${modules.tests} 
${modules.plugin}"/>
 
   <property name="qpid.jar"           location="${build.lib}/qpid-all.jar"/>
   <basename property="qpid.jar.name"  file="${qpid.jar}"/>



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

Reply via email to