commit 9c2bae83e53ef8bc12d034fb422f74aa8c668c0f Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jan 8 10:52:33 2018 +0100
Unbreak links on CollecTor subpages.
The issue was that we didn't include required libraries for fetching and parsing CollecTor's index.json file.
Fixes #24792. --- build.xml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml index be9db64..996d2a3 100644 --- a/build.xml +++ b/build.xml @@ -76,9 +76,11 @@ <patternset id="webruntime" > <include name="asm-5.2.jar" /> <include name="asm-commons-5.2.jar" /> + <include name="commons-compress-1.13.jar"/> <include name="jetty9-plus${jetty.version}.jar"/> <include name="jetty9-jndi${jetty.version}.jar"/> <include name="jetty9-apache-jsp${jetty.version}-tweaked.jar" /> + <include name="metrics-lib-${metricslibversion}.jar"/> <include name="taglibs-standard-spec-1.2.5.jar"/> <include name="tomcat8-embed-jasper-8.5.14.jar" /> <include name="tomcat8-embed-el-8.5.14.jar" />
tor-commits@lists.torproject.org