diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-02-02 17:10:58 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-02-02 17:10:58 +0000 |
commit | fcede09107d5df7755ec83b3edecacb90e764617 (patch) | |
tree | 6b8beaebe443ee60588b32c91884c8c96e4ac0a7 /BKUWebStart/src | |
parent | 703d8ded0f42d445b38dbc84ae2a376bfc31b141 (diff) | |
download | mocca-fcede09107d5df7755ec83b3edecacb90e764617.tar.gz mocca-fcede09107d5df7755ec83b3edecacb90e764617.tar.bz2 mocca-fcede09107d5df7755ec83b3edecacb90e764617.zip |
remove comments
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@621 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart/src')
-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> |