dib.bidibwizard-installer.2.0.29.source-code.unix_shortcut_specification.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-installer Show documentation
Show all versions of bidibwizard-installer Show documentation
jBiDiB BiDiB Wizard Installer POM
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <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"> <programGroup defaultName="${projectname}-${projectversion}" location="applications"/> <shortcut name="${projectname}-${projectversion}" programGroup="true" desktop="yes" applications="no" startMenu="no" startup="no" target="java" commandLine="${ADD_JVM_ARGS} -jar "$INSTALL_PATH/bidibwizard-client-${projectversion}.jar"" description="${projectname}-Client" categories="Application;Development;Utility" iconFile="$INSTALL_PATH/icons/wizard-logo2-34x34.png" iconIndex="0" type="Application" createForAll="true" tryexec="java ${ADD_JVM_ARGS} -jar "$INSTALL_PATH/bidibwizard-client-${projectversion}.jar"" workingDirectory="$INSTALL_PATH" > <createForPack name="${projectname}"/> </shortcut> <shortcut name="${projectname}-${projectversion} Uninstaller" programGroup="true" desktop="yes" applications="no" startMenu="no" startup="no" target="java" commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"" initialState="noShow" iconFile="trashcan_full" iconIndex="0" workingDirectory="$INSTALL_PATH" type="Application" KdeSubstUID="true" KdeUsername="root" createForAll="true" categories="Application;Development;Utility" tryexec="java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"" description="This uninstalls ${projectname} ${projectversion}"> <createForPack name="${projectname}"/> </shortcut> </izpack:shortcuts>