dion        2003/10/14 08:20:10

  Modified:    nsis     plugin.properties
  Log:
  Add logo properties
  
  Revision  Changes    Path
  1.3       +7 -1      maven-plugins/nsis/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties 14 Oct 2003 06:44:23 -0000      1.2
  +++ plugin.properties 14 Oct 2003 15:20:10 -0000      1.3
  @@ -19,5 +19,11 @@
   # 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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to