commit f813494d9eba7abeda85ef506c63c99c797a1ea6 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jun 29 14:39:12 2017 +0200
Update to metrics-lib 2.0.0. --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml index f725e65..758b08c 100644 --- a/build.xml +++ b/build.xml @@ -12,11 +12,11 @@ <property name="webxmlfile" value="src/main/webapp/web.xml"/> <property name="warfile" value="${dist}/exonerator.war"/> <property name="source-and-target-java-version" value="1.7" /> - <property name="descriptorversion" value="1.9.0" /> + <property name="metricslibversion" value="2.0.0" /> <path id="classpath"> <pathelement path="${classes}"/> <fileset dir="${libs}"> - <include name="descriptor-${descriptorversion}.jar"/> + <include name="metrics-lib-${metricslibversion}.jar"/> <include name="commons-compress-1.9.jar"/> <include name="commons-codec-1.9.jar"/> <include name="commons-lang-2.6.jar"/>
tor-commits@lists.torproject.org