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