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 15:59:53 UTC

svn commit: r617513 - /incubator/qpid/trunk/qpid/java/build.deps

Author: rhs
Date: Fri Feb  1 06:59:49 2008
New Revision: 617513

URL: http://svn.apache.org/viewvc?rev=617513&view=rev
Log:
more dependency fixes

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

Modified: incubator/qpid/trunk/qpid/java/build.deps
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.deps?rev=617513&r1=617512&r2=617513&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.deps (original)
+++ incubator/qpid/trunk/qpid/java/build.deps Fri Feb  1 06:59:49 2008
@@ -20,12 +20,14 @@
 
 xalan=lib/xalan-2.7.0.jar
 
+test.libs=${log4j} ${slf4j-log4j} ${junit} ${junit-toolkit}
+
 common.libs=${slf4j-api} ${mina-core} ${mina-filter-ssl} ${commons-codec} \
     ${commons-lang} ${commons-collections} ${commons-configuration}
 client.libs=${common.libs}  ${geronimo-jms}
 broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \
     ${slf4j-log4j} ${xalan}
-systests.libs=${client.libs} ${junit} ${junit-toolkit}
+systests.libs=${client.libs} ${test.libs}
 perftests.libs=${systests.libs}
 integrationtests.libs=${systests.libs}
 
@@ -56,12 +58,7 @@
     ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} \
     ${ecl-swt} ${ecl-swt-win32} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench}
 
-test.libs=${log4j} ${slf4j-log4j} ${junit} ${junit-toolkit}
-
 common.test.libs=${test.libs}
 broker.test.libs=${test.libs}
 client.test.libs=${broker.libs} ${test.libs}
-systests.test.libs=${broker.libs} ${test.libs}
-perftests.test.libs=${systests.test.libs}
-integrationtests.test.libs=${systests.test.libs}
-management-eclipse-plugin.test.libs=${systests.test.libs}
+management-eclipse-plugin.test.libs=${systests.libs}