diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-19 14:48:14 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-11-19 14:48:14 +0000 |
| commit | cda1bccc222f23597c1d430c564b9a412c30b0ba (patch) | |
| tree | 58a2660549558d903dcc45ce3a9ea23e55a54a32 /java | |
| parent | 1ea31fb5ea5e9240776600d81ae4742aefa51320 (diff) | |
| download | qpid-python-cda1bccc222f23597c1d430c564b9a412c30b0ba.tar.gz | |
I didn't catch the compile error on my local. Perhaps due to log4j being in the classpath somewhere.
I have now added log4j as build dep to the testkit module.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@882163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/build.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps index 464afdc136..2c24d9ea17 100644 --- a/java/build.deps +++ b/java/build.deps @@ -95,7 +95,7 @@ perftests.libs=${systests.libs} integrationtests.libs=${systests.libs} client-example.libs=${client.libs} -testkit.libs=${client.libs} +testkit.libs=${client.libs} ${log4j} ibm-icu=lib/com.ibm.icu_3.8.1.v20080530.jar ecl-core-jface=lib/org.eclipse.jface_3.4.1.M20080827-2000.jar |
