fixed build.xml to better support IzPack installer
[iDMC.git] / Unix_shortcutSpec.xml
blob2897f9c13aedec1008521e4bc75e2f3679bb4b5f
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
3 <shortcuts>
4   <programGroup defaultName="iDMC" location="applications"/>
6    <shortcut
7             name="iDMC $APP_VER"
8      programGroup="yes"
9      desktop="yes"
10      applications="no"
11      startMenu="yes"
12      startup="no"
13      target="/usr/bin/java"
14      commandLine="-jar &quot;$INSTALL_PATH/iDmc-$APP_VER.jar&quot;"
15      workingDirectory="$INSTALL_PATH"
16      initialState="noShow"
17      iconFile="trashcan_full"
18      iconIndex="0"
19      type="Application"
20      description="Start iDMC $APP_VER">
21         <createForPack name="Base" />
22    </shortcut>
24    <shortcut
25      name="iDMC uninstaller"
26      programGroup="yes"
27      desktop="yes"
28      applications="no"
29      startMenu="no"
30      startup="no"
31      target="/usr/bin/java"
32      commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
33      initialState="noShow"
34      iconFile="trashcan_full"
35      iconIndex="0"
36      workingDirectory=""
37      type="Application"
38      encoding="UTF-8"
39      description="Uninstall iDMC $APP_VER">
40      <createForPack name="Base" />
41    </shortcut>
42 </shortcuts>