diff options
Diffstat (limited to 'BKUWebStart')
-rw-r--r-- | BKUWebStart/src/main/jnlp/template-unstable.xml | 4 | ||||
-rw-r--r-- | BKUWebStart/src/main/jnlp/template.xml | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/BKUWebStart/src/main/jnlp/template-unstable.xml b/BKUWebStart/src/main/jnlp/template-unstable.xml index b6574715..7d0f474a 100644 --- a/BKUWebStart/src/main/jnlp/template-unstable.xml +++ b/BKUWebStart/src/main/jnlp/template-unstable.xml @@ -1,8 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - | To strip versions from jar filenames do - | for JAR in *jar; do mv JAR {JAR/-[0-9]*/.jar}; done - |--> <jnlp spec="$jnlpspec" codebase="http://localhost:8080/webstart/" context="http://localhost:8080/" href="$outputFile"> <information> diff --git a/BKUWebStart/src/main/jnlp/template.xml b/BKUWebStart/src/main/jnlp/template.xml index 887e2f10..b56f88b7 100644 --- a/BKUWebStart/src/main/jnlp/template.xml +++ b/BKUWebStart/src/main/jnlp/template.xml @@ -1,8 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - | To strip versions from jar filenames do - | for JAR in *jar; do mv JAR {JAR/-[0-9]*/.jar}; done - |--> <jnlp spec="$jnlpspec" codebase="http://localhost/webstart/" context="http://localhost/" href="$outputFile"> <information> |