Author: rhs
Date: Tue Apr 22 03:41:02 2008
New Revision: 650440
URL: http://svn.apache.org/viewvc?rev=650440&view=rev
Log:
QPID-823: add junit to the libs for junit-toolkit
Modified:
incubator/qpid/branches/thegreatmerge/qpid/java/build.deps
Modified: incubator/qpid/branches/thegreatmerge/qpid/java/build.deps
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/thegreatmerge/qpid/java/build.deps?rev=650440&r1=650439&r2=650440&view=diff
==============================================================================
--- incubator/qpid/branches/thegreatmerge/qpid/java/build.deps (original)
+++ incubator/qpid/branches/thegreatmerge/qpid/java/build.deps Tue Apr 22
03:41:02 2008
@@ -33,8 +33,8 @@
broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \
${slf4j-log4j} ${xalan} ${felix.libs}
-junit-toolkit.libs=${log4j}
-test.libs=${slf4j-log4j} ${junit} ${junit-toolkit.libs}
+junit-toolkit.libs=${log4j} ${junit}
+test.libs=${slf4j-log4j} ${junit-toolkit.libs}
systests.libs=${client.libs} ${test.libs}
perftests.libs=${systests.libs}
integrationtests.libs=${systests.libs}