[Adfconverter-commit] adfconverter-dev/installer MyShortcutSpec.xml,1.2,1.3
Status: Beta
Brought to you by:
pierreebi
|
From: pierre <pie...@us...> - 2005-08-23 09:26:11
|
Update of /cvsroot/adfconverter/adfconverter-dev/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10782 Modified Files: MyShortcutSpec.xml Log Message: clean windows shortcuts Index: MyShortcutSpec.xml =================================================================== RCS file: /cvsroot/adfconverter/adfconverter-dev/installer/MyShortcutSpec.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MyShortcutSpec.xml 30 Jul 2005 22:09:56 -0000 1.2 --- MyShortcutSpec.xml 23 Aug 2005 09:26:03 -0000 1.3 *************** *** 1,13 **** ! <?xml version="1.0" encoding="UTF-8"?> <shortcuts> <programGroup defaultName="ADFMAGEMLTool" location="applications"/> ! <shortcut name="$APP_NAME" target="$INSTALL_PATH" commandLine="explorer.exe" workingDirectory=""description="Exploring ADF MAGE-ML Tool Directory" initialState="normal" programGroup="yes" desktop="yes" applications="no" startMenu="no" startup="no"> ! <createForPack name="Base"/> </shortcut> <shortcut name="ADF MAGE-ML Tool Documentation" programGroup="yes" desktop="yes" applications="no" startMenu="no" startup="no" target="explorer.exe $INSTALL_PATH\docs\" workingDirectory="" commandLine="" initialState="normal" iconFile="" iconIndex="0" description="Documentation files"> <createForPack name="Docs"/> </shortcut> ! <shortcut name="Tool website" programGroup="yes" desktop="no" applications="no"startMenu="no" startup="no" target="http://adfconverter.sourceforge.net/" workingDirectory="" commandLine="" initialState="normal" iconFile="" iconIndex="0" description="Check ADF MAGE-ML Tool update"> ! <createForPack name="Base"/> </shortcut> ! <shortcut name="Uninstaller" programGroup="yes" desktop="no" applications="no" startMenu="no" startup="no" target="$INSTALL_PATH\Uninstaller\uninstaller.jar" commandLine="" description="IzPack uninstaller"> <createForPack name="Base" /> </shortcut> --- 1,68 ---- ! <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <shortcuts> + <skipIfNotSupported /> <programGroup defaultName="ADFMAGEMLTool" location="applications"/> ! <shortcut name="ADF MAGE-ML Tool" target="$INSTALL_PATH" commandLine="explorer.exe" workingDirectory=""description="Exploring ADF MAGE-ML Tool Directory" initialState="normal" programGroup="yes" desktop="yes" applications="no" startMenu="no" startup="no"> ! <createForPack name="Base"/> </shortcut> ! <shortcut ! name="ADF MAGE-ML Tool Documentation" ! programGroup="yes" ! desktop="no" ! applications="no" ! startMenu="no" ! startup="no" ! target="explorer.exe $INSTALL_PATH\docs\" ! workingDirectory="" ! commandLine="" ! initialState="normal" ! iconFile="" ! iconIndex="0" ! description="Documentation files"> <createForPack name="Docs"/> </shortcut> ! <shortcut ! name="ADF MAGE-ML Tool GUI" ! programGroup="yes" ! desktop="yes" ! applications="no" ! startMenu="no" ! startup="no" ! target="$INSTALL_PATH\adfSimpleGUI.bat" ! commandLine="" ! description="Front-end for ADF MAGE-ML Tool" ! iconFile="" ! iconIndex="0" ! initialState="noShow"> ! <createForPack name="GUI"/> ! ! </shortcut> ! ! ! <shortcut ! name="Tool website" ! programGroup="yes" ! desktop="no" ! applications="no" ! startMenu="no" ! startup="no" ! target="http://adfconverter.sourceforge.net/" ! workingDirectory="" ! commandLine="" ! initialState="normal" ! iconFile="" ! iconIndex="0" ! description="Check ADF MAGE-ML Tool update"> ! <createForPack name="Base"/> </shortcut> ! <shortcut ! name="Uninstaller" ! programGroup="yes" ! desktop="no" ! applications="no" ! startMenu="no" ! startup="no" ! target="$INSTALL_PATH\Uninstaller\uninstaller.jar" ! commandLine="" ! description="IzPack uninstaller"> <createForPack name="Base" /> </shortcut> |