dion 2004/07/04 05:26:39 Modified: nsis plugin.jelly Log: Fix typo in comment Revision Changes Path 1.6 +1 -1 maven-plugins/nsis/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/nsis/plugin.jelly,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.jelly 4 Mar 2004 18:37:54 -0000 1.5 +++ plugin.jelly 4 Jul 2004 12:26:39 -0000 1.6 @@ -77,7 +77,7 @@ <j:set var="script" value="${maven.build.dir}/setup.nsi"/> - <!-- call makensis.exe with the setup.nsh file --> + <!-- call makensis.exe with the setup.nsi file --> <ant:exec executable="${maven.nsis.exe}"> <arg value="/V2"/> <arg value="${script}"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]