[tor-commits] [metrics-web/master] Fix recently introduced bug in hidserv build file.

karsten at torproject.org karsten at torproject.org
Thu Mar 2 13:35:07 UTC 2017


commit 4b2119d3e96891a5614c41b8df2584042d8aff23
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Mar 2 14:32:47 2017 +0100

    Fix recently introduced bug in hidserv build file.
---
 modules/hidserv/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hidserv/build.xml b/modules/hidserv/build.xml
index 2a26ea2..5c15d0e 100644
--- a/modules/hidserv/build.xml
+++ b/modules/hidserv/build.xml
@@ -1,6 +1,6 @@
 <project default="run" name="hidserv" basedir=".">
 
-  <property name="mainclass" value="org.torproject.hidserv.Main"/>
+  <property name="mainclass" value="org.torproject.metrics.hidserv.Main"/>
 
   <include file="../../shared/build-base.xml" as="basetask"/>
   <target name="clean" depends="basetask.clean"/>



More information about the tor-commits mailing list