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

commit 567f31abd3a465cf884d43718b6447f0297136ae Author: Karsten Loesing <karsten.loesing@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"
participants (1)
-
karsten@torproject.org