commit dd9064f06b1d084fce6cc6c0d722aed884ed4a2f Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Apr 24 11:44:43 2012 +0200
Add Commons Compress as a dependency. --- build.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build.xml b/build.xml index 24715e9..a6180b0 100644 --- a/build.xml +++ b/build.xml @@ -13,6 +13,7 @@ <path id="classpath"> <pathelement path="${classes}"/> <pathelement location="lib/commons-codec-1.4.jar"/> + <pathelement location="lib/commons-compress-1.3.jar"/> <pathelement location="lib/postgresql-8.4-702.jdbc3.jar"/> <pathelement location="lib/junit-4.8.2.jar"/> <pathelement location="lib/descriptor.jar"/>
tor-commits@lists.torproject.org