commit e09d3476c10bf0d9ae53fb2bf80ed43858b6ff1e Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed May 9 12:36:21 2012 +0200
Add library that 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 feedb12..9f24ae6 100644 --- a/build.xml +++ b/build.xml @@ -5,6 +5,7 @@ <path id="classpath"> <pathelement path="${classes}"/> <pathelement location="${libs}/commons-codec-1.4.jar"/> + <pathelement location="${libs}/commons-compress-1.0.jar"/> <pathelement location="${libs}/descriptor.jar"/> </path> <target name="init">
tor-commits@lists.torproject.org