commit 425a074e202541b9fd7964ac2a1ec360d51182ca Author: Karsten Loesing karsten.loesing@gmx.net Date: Tue Apr 3 13:13:21 2012 +0200
Add Commons Compress to build path.
This .jar is now required by metrics-lib. --- build.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build.xml b/build.xml index 878c07f..2cc64d0 100644 --- a/build.xml +++ b/build.xml @@ -15,6 +15,7 @@ <pathelement path="${classes}"/> <pathelement location="lib/commons-codec-1.4.jar"/> <pathelement location="lib/commons-lang-2.5.jar"/> + <pathelement location="lib/commons-compress-1.3.jar"/> <pathelement location="lib/servlet-api.jar"/> <pathelement location="lib/descriptor.jar"/> <pathelement location="lib/maxmindgeoip.jar"/>