Skip to content

Commit aad1a7d

Browse files
update on bitbucket
1 parent aeab453 commit aad1a7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

trunk/j

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ls -1 symbols > symbols/listdir.txt
22
ls -1 tutorials > tutorials/listdir.txt
3-
jar cmf tunnelmanifest.txt tunnel2018.jar Tunnel symbols/*.xml symbols/*.html symbols/helpfile.md symbols/listdir.txt tutorials/*.* tutorials/listdir.txt
3+
jar cmf tunnelmanifest.txt tunnel2019a.jar Tunnel symbols/*.xml symbols/*.html symbols/helpfile.md symbols/listdir.txt tutorials/*.* tutorials/listdir.txt
44

trunk/r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
java -showversion -ea -Xmx3000M -cp . Tunnel.MainBox /home/julian/data/expodata/tunneldata
1+
java -showversion -ea -Xmx3000M -cp . Tunnel.MainBox /home/julian/data/expodata/drawings
22
#java -showversion -ea -Xmx2000M -cp . Tunnel.MainBox /home/goatchurch/caving/NorthernEngland/ThreeCountiesArea/tunneldata

trunk/runtunnel.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java -Xmx2000M -jar tunnel2016aspet.jar
1+
java -Xmx2000M -jar tunnel2019a.jar

trunk/src/TN.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class TN
5555

5656
//static String troggleurl = "http://framos.lawoftheland.co.uk/troggle/"
5757
static String troggleurl = "http://127.0.0.1:8000/"; // jgtuploadfile, jgtfile
58-
static String tunnelversion = "version2016-09-01 Aspet";
59-
static String tunneluser = "aspet16"; // reset in InitFA from system properties
58+
static String tunnelversion = "version2019-07-01 DoES";
59+
static String tunneluser = "DoES"; // reset in InitFA from system properties
6060
static String tunnelpassword = "gosser"; // to be set from the command line
6161
static String tunnelproject = "cuccaustria"; // to be set from the command line
6262

0 commit comments

Comments
 (0)