All Downloads are FREE. Search and download functionalities are using the official Maven repository.

izpack.izpack-dist.5.0.2.source-code.shortcutSpec.xml Maven / Gradle / Ivy

There is a newer version: 5.2.3
Show newest version
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<izpack:shortcuts version="5.0"
                  xmlns:izpack="http://izpack.org/schema/shortcuts"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">

    <skipIfNotSupported/>

    <programGroup defaultName="IzPack ${project.version}" location="applications"/>

    <!--
      <shortcut
         name="IzPack"
         programGroup="yes"
         desktop="yes"
         applications="no"
         startMenu="no"
         startup="no"
         target="$INSTALL_PATH\bin\izpack-fe.bat"
         commandLine=""
         description="Front-End for IzPack installation tool"
         iconFile="$INSTALL_PATH\bin\icons\izpack.ico"
         iconIndex="0"
         initialState="noShow">

         <createForPack name="Core"/>

       </shortcut>
    -->

    <shortcut
            name="IzPack Html Documentation"
            programGroup="yes"
            desktop="no"
            applications="no"
            startMenu="no"
            startup="no"
            target="$INSTALL_PATH\doc\izpack\html\index.html"
            commandLine=""
            description="This opens a WebBrowser to look into the IzPack ${project.version} (HTML) user documentation">

        <createForPack name="HTML Documentation"/>
    </shortcut>

    <shortcut
            name="IzPack Java Documentation"
            programGroup="yes"
            desktop="no"
            applications="no"
            startMenu="no"
            startup="no"
            target="$INSTALL_PATH\doc\izpack\javadoc\index.html"
            commandLine=""
            description="This opens a WebBrowser to look into the IzPack ${project.version} (Java) developer documentation">

        <createForPack name="Java Documentation"/>
    </shortcut>

    <shortcut
            name="NanoXML Documentation"
            programGroup="yes"
            desktop="no"
            applications="no"
            startMenu="no"
            startup="no"
            target="$INSTALL_PATH\doc\nanoxml\NanoXML-Java.pdf"
            commandLine=""
            iconFile="%SystemRoot%\system32\SHELL32.dll"
            iconIndex="23"
            description="This opens Adobe (Acrobat) Reader (if available) to look into or print the NanoXML (PDF) developer documentation">

        <createForPack name="NanoXML Documentation"/>
    </shortcut>

    <shortcut
            name="IzPack PDF Documentation"
            programGroup="yes"
            desktop="no"
            applications="no"
            startMenu="no"
            startup="no"
            target="$INSTALL_PATH\doc\izpack\pdf\manual.pdf"
            commandLine=""
            iconFile="%SystemRoot%\system32\SHELL32.dll"
            iconIndex="23"
            description="This opens Adobe (Acrobat) Reader (if available) to look into or print the IzPack ${project.version} (PDF) user documentation">

        <createForPack name="PDF Documentation"/>
    </shortcut>
    <shortcut
            name="IzPack Uninstaller"
            programGroup="yes"
            desktop="no"
            applications="no"
            startMenu="no"
            startup="no"
            target="$INSTALL_PATH\Uninstaller\uninstaller.jar"
            commandLine=""
            iconFile="%SystemRoot%\system32\SHELL32.dll"
            iconIndex="31"
            description="This uninstalls IzPack ${project.version}">

        <createForPack name="Core"/>
    </shortcut>

</izpack:shortcuts>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy