From 6992ca8b98b8457d74d20156523bc67108a30ff4 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Tue, 1 Apr 2014 13:00:28 +0000
Subject: [PATCH] build path update

---
 apps/addressbook/build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/addressbook/build.xml b/apps/addressbook/build.xml
index 6f79115899..643782f959 100644
--- a/apps/addressbook/build.xml
+++ b/apps/addressbook/build.xml
@@ -57,7 +57,6 @@
             <compilerarg line="${javac.compilerargs}" />
             <classpath>
                 <pathelement location="../../core/java/build/i2p.jar" />
-                <pathelement location="../jetty/jettylib/javax.servlet.jar" />
             </classpath>
 		</javac>
 	</target>
@@ -75,7 +74,7 @@
 		</javac>
 	</target>
 
-        <!-- unused for now, as we oddly ship addressbook as a .war -->
+        <!-- unused for now (except for Android), as we oddly ship addressbook as a .war -->
 	<target name="jar" depends="compile, changes">
 		<!-- set if unset -->
 		<property name="workspace.changes" value="" />
-- 
GitLab