[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [metrics-web/master] Clean up build.xml a bit.
commit 596ccaf1fd73fe7e25bb35379babcff1ef573832
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Wed Jan 22 09:04:04 2014 +0100
Clean up build.xml a bit.
---
modules/legacy/build.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/legacy/build.xml b/modules/legacy/build.xml
index bf0b65d..b0dc32b 100644
--- a/modules/legacy/build.xml
+++ b/modules/legacy/build.xml
@@ -4,15 +4,12 @@
<property name="sources" value="src"/>
<property name="classes" value="classes"/>
<property name="config" value="etc"/>
- <property name="warfile" value="ernie.war"/>
<path id="classpath">
<pathelement path="${classes}"/>
<fileset dir="/usr/share/java">
<include name="commons-codec.jar"/>
<include name="commons-compress.jar"/>
<include name="postgresql-jdbc3.jar"/>
- <include name="junit4.jar"/>
- <include name="servlet-api-3.0.jar"/>
<include name="commons-lang.jar"/>
</fileset>
<fileset dir="../../deps/metrics-lib">
@@ -20,10 +17,13 @@
</fileset>
</path>
+ <!-- Prepare build. -->
<target name="init">
<copy file="config.template" tofile="config"/>
<mkdir dir="${classes}"/>
</target>
+
+ <!-- Build metrics-lib. -->
<target name="metrics-lib">
<ant dir="../../deps/metrics-lib"/>
</target>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits