2008-04-20 13:02:22 -07:00
|
|
|
<!-- @warning.generated-file@ -->
|
|
|
|
|
|
|
|
<shortcuts>
|
2008-04-27 04:45:29 -07:00
|
|
|
<skipIfNotSupported/>
|
2008-05-01 03:55:44 -07:00
|
|
|
<programGroup defaultName="@name.package@" location="programGroup"/>
|
2008-04-20 13:02:22 -07:00
|
|
|
|
2008-04-27 04:45:29 -07:00
|
|
|
<shortcut
|
2008-05-02 12:33:24 -07:00
|
|
|
name="@name.package@ ECU Editor"
|
2008-04-27 04:45:29 -07:00
|
|
|
programGroup="yes"
|
|
|
|
desktop="yes"
|
|
|
|
applications="no"
|
|
|
|
startMenu="no"
|
|
|
|
startup="no"
|
|
|
|
target="$JAVA_HOME/bin/java"
|
2010-06-22 14:42:02 -07:00
|
|
|
commandLine="@jvm.args.linux@ -jar "$INSTALL_PATH/@name.package@.jar""
|
2011-09-27 14:58:01 -07:00
|
|
|
initialState="normal"
|
2013-01-05 11:57:39 -08:00
|
|
|
iconFile="$INSTALL_PATH/romraider-ico.ico"
|
2008-05-02 12:33:24 -07:00
|
|
|
workingDirectory="$INSTALL_PATH"
|
|
|
|
type="Application"
|
|
|
|
encoding="UTF-8"
|
|
|
|
description="@description.package@">
|
|
|
|
<createForPack name="Base"/>
|
|
|
|
</shortcut>
|
|
|
|
|
|
|
|
<shortcut
|
|
|
|
name="@name.package@ Logger"
|
|
|
|
programGroup="yes"
|
|
|
|
desktop="yes"
|
|
|
|
applications="no"
|
|
|
|
startMenu="no"
|
|
|
|
startup="no"
|
|
|
|
target="$JAVA_HOME/bin/java"
|
2010-06-22 14:42:02 -07:00
|
|
|
commandLine="@jvm.args.linux@ -jar "$INSTALL_PATH/@name.package@.jar" -logger"
|
2011-09-27 14:58:01 -07:00
|
|
|
initialState="normal"
|
2013-01-05 11:57:39 -08:00
|
|
|
iconFile="$INSTALL_PATH/romraider-ico.ico"
|
2008-04-27 04:45:29 -07:00
|
|
|
workingDirectory="$INSTALL_PATH"
|
|
|
|
type="Application"
|
|
|
|
encoding="UTF-8"
|
|
|
|
description="@description.package@">
|
|
|
|
<createForPack name="Base"/>
|
|
|
|
</shortcut>
|
|
|
|
|
|
|
|
<shortcut
|
|
|
|
name="@name.package@ License"
|
|
|
|
programGroup="yes"
|
|
|
|
desktop="yes"
|
|
|
|
applications="no"
|
|
|
|
startMenu="no"
|
|
|
|
startup="no"
|
2012-12-10 15:59:14 -08:00
|
|
|
target="less"
|
2008-04-27 04:45:29 -07:00
|
|
|
workingDirectory=""
|
2012-12-10 15:59:14 -08:00
|
|
|
commandLine="-L $INSTALL_PATH/license.txt"
|
2011-09-27 14:58:01 -07:00
|
|
|
initialState="normal"
|
2012-12-10 15:59:14 -08:00
|
|
|
iconFile="text-plain"
|
2008-04-27 04:45:29 -07:00
|
|
|
iconIndex="0"
|
2012-12-10 15:59:14 -08:00
|
|
|
url=""
|
|
|
|
type="Application"
|
2008-04-27 04:45:29 -07:00
|
|
|
encoding="UTF-8"
|
|
|
|
description="@name.package@ License agreement">
|
|
|
|
<createForPack name="Base"/>
|
|
|
|
</shortcut>
|
|
|
|
|
|
|
|
<shortcut
|
|
|
|
name="@name.package@ Release Notes"
|
|
|
|
programGroup="yes"
|
|
|
|
desktop="yes"
|
|
|
|
applications="no"
|
|
|
|
startMenu="no"
|
|
|
|
startup="no"
|
2012-12-10 15:59:14 -08:00
|
|
|
target="less"
|
2008-04-27 04:45:29 -07:00
|
|
|
workingDirectory=""
|
2012-12-10 15:59:14 -08:00
|
|
|
commandLine="-L $INSTALL_PATH/release_notes.txt"
|
2011-09-27 14:58:01 -07:00
|
|
|
initialState="normal"
|
2012-12-10 15:59:14 -08:00
|
|
|
iconFile="text-plain"
|
2008-04-27 04:45:29 -07:00
|
|
|
iconIndex="0"
|
2012-12-10 15:59:14 -08:00
|
|
|
url=""
|
|
|
|
type="Application"
|
2008-04-27 04:45:29 -07:00
|
|
|
encoding="UTF-8"
|
|
|
|
description="@name.package@ Release Notes">
|
|
|
|
<createForPack name="Base"/>
|
|
|
|
</shortcut>
|
|
|
|
|
|
|
|
<shortcut
|
|
|
|
name="@name.package@ Uninstaller"
|
|
|
|
programGroup="yes"
|
|
|
|
desktop="yes"
|
|
|
|
applications="no"
|
|
|
|
startMenu="no"
|
|
|
|
startup="no"
|
2012-12-10 16:07:32 -08:00
|
|
|
target="nohup"
|
|
|
|
commandLine="java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar" > /dev/null 2>&1"
|
2011-09-27 14:58:01 -07:00
|
|
|
initialState="normal"
|
2013-01-05 11:57:39 -08:00
|
|
|
iconFile="$INSTALL_PATH/icon-close.png"
|
2008-04-27 04:45:29 -07:00
|
|
|
iconIndex="0"
|
|
|
|
workingDirectory=""
|
|
|
|
type="Application"
|
|
|
|
encoding="UTF-8"
|
|
|
|
description="@name.package@ uninstaller">
|
|
|
|
<createForPack name="Base"/>
|
|
|
|
</shortcut>
|
2008-04-20 13:02:22 -07:00
|
|
|
|
|
|
|
</shortcuts>
|