Revision 42594 trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.lin.x86_64/src/main/izpack/shortcut_spec.xml

View differences:

shortcut_spec.xml
1
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<izpack:shortcuts version="5.0"
3
                  xmlns:izpack="http://izpack.org/schema/shortcuts"
4
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
                  xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
6
    <skipIfNotSupported/>
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<shortcuts>
7 3
    <defaultCurrentUser/>
8
    <lateShortcutInstall/>
9
    <programGroup defaultName="Graphics" location="applications"/>
10
    <!--
11
    https://izpack.atlassian.net/wiki/display/IZPACK/Shortcut+Specification
12
    -->
4
    <programGroup defaultName="gvSIG" location="applications"/>
5

  
13 6
    <shortcut
14 7
            name="gvSIG desktop"
15
            type="application"
8
            type="Application"
16 9
            programGroup="yes"
17 10
            desktop="yes"
18
            applications="yes"
19
            startMenu="no"
11
            applications="no"
12
            startMenu="yes"
20 13
            startup="no"
21
            target="$INSTALL_PATH\gvSIG.sh"
14
            target="$INSTALL_PATH/gvSIG.sh"
15
	    workingDirectory="$INSTALL_PATH"
22 16
            commandLine=""
23 17
            description=""
24
	    iconFile="$INSTALL_PATH\gvsig-icon48x48.png"
25
	    workingDirectory="$INSTALL_PATH"
26
	    createForAll="no">
27
    </shortcut>
28
</izpack:shortcuts>
18
	    iconFile="$INSTALL_PATH/gvsig-icon48x48.png"
19
	    iconIndex="0"
20
	    createForAll="no"
21
            encoding="UTF-8"
22
	    terminal="false"
23
	    KdeSubstUID="false"
24
	    initialState="normal"
25
    >
26
    <createForPack name="gvSIG desktop commons" />
27
  </shortcut>
28
</shortcuts>

Also available in: Unified diff