commit 4b2119d3e96891a5614c41b8df2584042d8aff23
Author: Karsten Loesing <[email protected]>
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"/>

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to