[or-cvs] [ernie/master] Exclude servlets when compiling the non-prototype part.

karsten at torproject.org karsten at torproject.org
Thu Apr 22 14:32:43 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Thu, 22 Apr 2010 16:31:59 +0200
Subject: Exclude servlets when compiling the non-prototype part.
Commit: db89b46a38bacb97a32a369119f501ef822d4092

---
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml
index 2f0207c..247faa7 100644
--- a/build.xml
+++ b/build.xml
@@ -8,6 +8,7 @@
   <target name="compile" depends="init"> 
     <javac srcdir="${sources}"
            destdir="${classes}"
+           excludes="org/torproject/ernie/web/"
            debug="true" debuglevel="lines,source"
            classpath="lib/commons-codec-1.4.jar;lib/commons-compress-1.0.jar"/>
   </target>
-- 
1.6.5



More information about the tor-commits mailing list