Revision 42594 trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.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"
8
            type="application"
15 9
            programGroup="yes"
16 10
            desktop="yes"
17 11
            applications="yes"
......
21 15
            commandLine=""
22 16
            description=""
23 17
	    iconFile="$INSTALL_PATH\gvsig-icon48x48.png"
18
	    iconIndex="0"
24 19
	    workingDirectory="$INSTALL_PATH"
25
	    createForAll="no">
26
    </shortcut>
27
</izpack:shortcuts>
20
	    createForAll="no"
21
    >
22
    <createForPack name="gvSIG desktop commons" />
23
  </shortcut>
24
</shortcuts>

Also available in: Unified diff