aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Zickner <[email protected]>2005-05-25 20:31:57 +0000
committerHolger Zickner <[email protected]>2005-05-25 20:31:57 +0000
commit30340a2724a4d80c616526e630d5a6b0eb090b6f (patch)
tree83e61c74ab3af3a7e5d0136422aaab465deefe40
parent81f8ae89c8e769504acd014e3630da5c5097c0bb (diff)
not needed in release branch
-rw-r--r--install.xml2
-rw-r--r--shortcutSpec.xml39
2 files changed, 1 insertions, 40 deletions
diff --git a/install.xml b/install.xml
index b5b174a..ba4b65a 100644
--- a/install.xml
+++ b/install.xml
@@ -21,7 +21,7 @@
<resources>
<res id="LicencePanel.licence" src="LICENSE"/>
<res id="InfoPanel.info" src="README"/>
- <res src="../shortcutSpec.xml" id="shortcutSpec.xml" />
+ <!-- res src="../shortcutSpec.xml" id="shortcutSpec.xml" / -->
<!-- res id="Installer.image" src="../resources/icon.png"/ -->
</resources>
diff --git a/shortcutSpec.xml b/shortcutSpec.xml
deleted file mode 100644
index b1cef15..0000000
--- a/shortcutSpec.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-
-<shortcuts>
-
- <programGroup defaultName="Jake2" location="applications"/>
-
-
- <shortcut
- name="Jake2"
- programGroup="yes"
- desktop="no"
- applications="no"
- startMenu="no"
- startup="no"
- target="$INSTALL_PATH/Jake2.bat"
- workingDirectory="$INSTALL_PATH"
- commandLine=""
- description="Jake2"
- initialState="noShow">
-
- <createForPack name="Windows libraries and scripts"/>
-
- </shortcut>
-
- <shortcut
- name="Uninstaller"
- programGroup="yes"
- desktop="no"
- applications="no"
- startMenu="no"
- startup="no"
- target="$INSTALL_PATH/Uninstaller/uninstaller.jar"
- commandLine=""
- description="uninstall Jake2">
-
- <createForPack name="Windows libraries and scripts"/>
- </shortcut>
-
-</shortcuts>