Revision 42594

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.lin.x86/src/main/izpack/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>
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
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>
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
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>
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/src/main/izpack/include/panels.xml
1 1
  <panels>
2 2
    <panel classname="HTMLInfoPanel" id="readme" />
3 3
    <panel classname="LicencePanel"/>
4
    
4

  
5 5
    <panel classname="TargetPanel"/>
6 6
    <panel classname="InstallPanel"/>
7 7
    <panel classname="HTMLInfoPanel" id="addonmanager" />
8 8
    <panel classname="ProcessPanel" />
9 9
    <panel classname="ShortcutPanel"/>
10
    
10

  
11 11
    <panel classname="SimpleFinishPanel" allowClose="true"/>
12
  </panels>   
12
  </panels>
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/src/main/izpack/include/resources_elements.xml
1 1
    <res id="HTMLInfoPanel.readme" src="readme.html"/>
2 2
    <res id="LicencePanel.licence" src="LICENSE.txt" />
3
    <res id="HTMLInfoPanel.addonmanager" src="addonmanager.html"/> 
4
    
3
    <res id="HTMLInfoPanel.addonmanager" src="addonmanager.html"/>
4

  
5 5
    <res id="ProcessPanel.Spec.xml" src="ProcessPanel.Spec.xml"/>
6 6
    <res id="shortcutSpec.xml" src="shortcut_spec.xml"/>
trunk/org.gvsig.desktop/org.gvsig.desktop.installer/org.gvsig.desktop.installer.izpack/org.gvsig.desktop.installer.izpack.win.x86/src/main/izpack/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
            applications="no"
18
            startMenu="no"
11
            applications="yes"
12
            startMenu="yes"
19 13
            startup="no"
20 14
            target="$INSTALL_PATH\gvsig-desktop.cmd"
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