diff options
Diffstat (limited to 'BKUWebStart/src/main/jnlp/template.xml')
-rw-r--r-- | BKUWebStart/src/main/jnlp/template.xml | 4 |
1 files changed, 0 insertions, 4 deletions
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> |