[tor-commits] [metrics-web/master] Remove unused ant target exonerator.

karsten at torproject.org karsten at torproject.org
Wed Jan 22 16:09:29 UTC 2014


commit 567f31abd3a465cf884d43718b6447f0297136ae
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Jan 21 15:47:47 2014 +0100

    Remove unused ant target exonerator.
---
 build.xml |    9 ---------
 1 file changed, 9 deletions(-)

diff --git a/build.xml b/build.xml
index b2e4c28..cfcfdac 100644
--- a/build.xml
+++ b/build.xml
@@ -52,15 +52,6 @@
     </javac>
   </target>
 
-  <!-- Import descriptors into the ExoneraTor database. -->
-  <target name="exonerator" depends="compile">
-    <java fork="true"
-          maxmemory="2048m"
-          classname="org.torproject.ernie.status.exonerator.ExoneraTorDatabaseImporter">
-      <classpath refid="classpath"/>
-    </java>
-  </target>
-
   <!-- Prepare data for being displayed on the website. -->
   <target name="run" depends="compile">
     <java fork="true"





More information about the tor-commits mailing list