fixed typos
[iDMC.git] / installer / Unix_shortcutSpec.xml
blobe70bdda5432b326308621915acd8e53cdfb06339
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="$INSTALL_PATH/logo_32x32.png"
18      iconIndex="0"
19      type="Application"
20      description="Start iDMC $APP_VER">
21            <createForPack name="Core program" />
22    </shortcut>
24    <shortcut
25             name="Uninstall iDMC $APP_VER"
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="Core program" />
41    </shortcut>
42    <shortcut
43             name="iDMC homepage"
44             programGroup="yes"
45             desktop="yes"
46             applications="no"
47             startMenu="no"
48             startup="no"
49             target=""
50             commandLine=""
51             initialState="noShow"
52             iconFile=""
53             iconIndex="0"
54             workingDirectory=""
55             url="http://www.dss.uniud.it/nonlinear/"
56             type="Link"
57             encoding="UTF-8"
58             description="iDMC homepage">
59            <createForPack name="Core program" />
60    </shortcut>
61 </shortcuts>