dion 2003/10/14 08:18:05 Modified: nsis/src/plugin-resources/templates setup.jelly Log: Add properties for the logo position and it's width or height Revision Changes Path 1.9 +1 -1 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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- setup.jelly 14 Oct 2003 14:50:16 -0000 1.8 +++ setup.jelly 14 Oct 2003 15:18:05 -0000 1.9 @@ -45,7 +45,7 @@ ; branding with logo ; FIXME: position and size need to be properties !ifdef PROJECT_LOGO - AddBrandingImage left 70|267 + AddBrandingImage ${maven.nsis.logo.position} ${maven.nsis.logo.widthHeight} !endif ; Sets the font of the installer
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]