Description: Set sensible login and version details
 Upstream has particular login details in TN.java. Having generic
 details makes more sense. Setting the version string to not be
 4 years outof date is also good
Author: Wookey <wookey@debian.org>
Last-Update: 2016-07-13

--- tunnelx-20160713.orig/src/TN.java
+++ tunnelx-20160713/src/TN.java
@@ -53,12 +53,11 @@ class TN
 	static String survexexecutabledir = ""; // a string we can add "cavern.exe" to
 	static String inkscapeexecutabledir = ""; // a string we can add "inkscape.com" to
 
-    //static String troggleurl = "http://framos.lawoftheland.co.uk/troggle/"
-    static String troggleurl = "http://127.0.0.1:8000/";   // jgtuploadfile, jgtfile
-    static String tunnelversion = "version2012-08-01 Austria";
-    static String tunneluser = "austria12"; //"nielcaver"; // reset in InitFA from system properties
-    static String tunnelpassword = "gosser";  // to be set from the command line
-    static String tunnelproject = "cuccaustria";  // to be set from the command line
+    static String troggleurl = "http://127.0.0.1:8000/";   // localmachine
+    static String tunnelversion = "version2016-07-03";
+    static String tunneluser = "username";  // reset in InitFA from system properties
+    static String tunnelpassword = "password";  // to be set from the command line
+    static String tunnelproject = "projectname";  // to be set from the command line
 
     static String tunneldate()
         { return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(Calendar.getInstance().getTime()); }
