commit 8bf149b0a89227c56e97a228b2558cacfcecc158 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Jan 15 11:27:22 2017 +0100
Add Gson and XZ to classpath.
Fixes #21228. --- shared/build-base.xml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/shared/build-base.xml b/shared/build-base.xml index cdf4e86..7051f49 100644 --- a/shared/build-base.xml +++ b/shared/build-base.xml @@ -16,6 +16,8 @@ <include name="slf4j-api-1.7.7.jar"/> <include name="logback-core-1.1.2.jar"/> <include name="logback-classic-1.1.2.jar"/> + <include name="gson-2.2.4.jar"/> + <include name="xz-1.5.jar"/> </fileset> </path>
tor-commits@lists.torproject.org