You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/02/01 17:58:17 UTC

svn commit: r617556 - /incubator/qpid/trunk/qpid/java/build.xml

Author: rhs
Date: Fri Feb  1 08:58:16 2008
New Revision: 617556

URL: http://svn.apache.org/viewvc?rev=617556&view=rev
Log:
fixed build order

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

Modified: incubator/qpid/trunk/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.xml?rev=617556&r1=617555&r2=617556&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/build.xml Fri Feb  1 08:58:16 2008
@@ -22,7 +22,7 @@
 
   <import file="common.xml"/>
 
-  <property name="modules.core"       value="common client broker"/>
+  <property name="modules.core"       value="common broker client"/>
   <property name="modules.tests"      value="systests perftests integrationtests"/>
   <property name="modules.management" value="management/eclipse-plugin"/>