From 921100f72c901c4aecc0cae1bcbce62ad4e6ceb3 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 14 Oct 2003 15:20:10 +0000 Subject: [PATCH] Add logo properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114206 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/plugin.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nsis/plugin.properties b/nsis/plugin.properties index b0df05ca..c3cf3132 100644 --- a/nsis/plugin.properties +++ b/nsis/plugin.properties @@ -19,5 +19,11 @@ maven.nsis.exe=C:/Program Files/NSIS/makensis.exe # source of extra files for nsis maven.nsis.src=${basedir}/src/nsis -# location of the logo +# location of the logo file #maven.nsis.logo= + +# position of the logo on the first page (left, right, top or bottom) +maven.nsis.logo.position=left + +# size of the logo on the first page +#maven.nsis.logo.widthHeight= \ No newline at end of file