[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [ernie/master] Exclude servlets when compiling the non-prototype part.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
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