[tor-commits] [metrics-db/master] Fix typo in build file.

karsten at torproject.org karsten at torproject.org
Wed Nov 7 18:07:43 UTC 2012


commit 45e91ade9c65087018b6256d0f06b01d77a836c6
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Nov 7 13:07:09 2012 -0500

    Fix typo in build file.
---
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build.xml b/build.xml
index 058db5d..afdc195 100644
--- a/build.xml
+++ b/build.xml
@@ -40,7 +40,7 @@
   <target name="bridgepools" depends="compile">
     <java fork="true"
           maxmemory="2048m"
-          classname="org.torproject.ernie.db.bridgepools.BridgePoolAssignmentProcessor">
+          classname="org.torproject.ernie.db.bridgepools.BridgePoolAssignmentsProcessor">
       <classpath refid="classpath"/>
     </java>
   </target>



More information about the tor-commits mailing list