dion 2004/07/05 06:05:45 Modified: nsis/src/plugin-resources/templates setup.jelly Log: Fix some comments Revision Changes Path 1.14 +2 -3 maven-plugins/nsis/src/plugin-resources/templates/setup.jelly Index: setup.jelly =================================================================== RCS file: /home/cvs/maven-plugins/nsis/src/plugin-resources/templates/setup.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- setup.jelly 5 Jul 2004 04:31:53 -0000 1.13 +++ setup.jelly 5 Jul 2004 13:05:45 -0000 1.14 @@ -26,8 +26,8 @@ ; Author Kristen Gillard ; Author Dion Gillard -; Installation Script for Maven -; http://maven.apache.org/ +; Setup Script for NSIS +; http://maven.apache.org/reference/plugins/nsis/ ; add directories for the source if it exists, and the plugin <util:available file="${maven.nsis.src}"> @@ -145,7 +145,6 @@ ; remove shortcuts, if any. Delete "$${PROJECT_STARTMENU_FOLDER}\*.*" RMDir "$${PROJECT_STARTMENU_FOLDER}" - ; Delete "$$DESKTOP\$${PROJECT_NAME}.lnk" ; Recursively remove files and directories used ; this should also take care of the installer
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]