Author: rhs
Date: Tue Apr 22 10:14:44 2008
New Revision: 650579
URL: http://svn.apache.org/viewvc?rev=650579&view=rev
Log:
QPID-832: updated build order
Modified:
incubator/qpid/branches/thegreatmerge/qpid/java/build.xml
Modified: incubator/qpid/branches/thegreatmerge/qpid/java/build.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/thegreatmerge/qpid/java/build.xml?rev=650579&r1=650578&r2=650579&view=diff
==============================================================================
--- incubator/qpid/branches/thegreatmerge/qpid/java/build.xml (original)
+++ incubator/qpid/branches/thegreatmerge/qpid/java/build.xml Tue Apr 22
10:14:44 2008
@@ -22,9 +22,9 @@
<import file="common.xml"/>
- <property name="modules.core" value="common broker client"/>
+ <property name="modules.core" value="junit-toolkit common broker
client"/>
<property name="modules.examples" value="client/example"/>
- <property name="modules.tests" value="junit-toolkit systests perftests
integrationtests"/>
+ <property name="modules.tests" value="systests perftests
integrationtests"/>
<property name="modules.management" value="management/eclipse-plugin"/>
<property name="modules" value="${modules.core}
${modules.examples} ${modules.tests} ${modules.management}"/>