You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/03/10 12:11:23 UTC

cvs commit: maven-plugins/nsis plugin.properties

brett       2004/03/10 03:11:23

  Modified:    nsis     plugin.properties
  Log:
  default to ASL 2.0
  
  Revision  Changes    Path
  1.5       +2 -2      maven-plugins/nsis/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties	4 Mar 2004 18:37:54 -0000	1.4
  +++ plugin.properties	10 Mar 2004 11:11:23 -0000	1.5
  @@ -27,7 +27,7 @@
   maven.nsis.setup.template=${plugin.resources}/templates/setup.jelly
   
   # FIXME: Should be able to get this from the POM.
  -maven.nsis.license.text=This program is Licensed under The Apache Software License, Version 1.1.
  +maven.nsis.license.text=This program is Licensed under The Apache Software License, Version 2.0.
   
   # location of makensis.exe
   maven.nsis.exe=C:/Program Files/NSIS/makensis.exe
  @@ -42,4 +42,4 @@
   maven.nsis.logo.position=left
   
   # size of the logo on the first page
  -#maven.nsis.logo.widthHeight=
  \ No newline at end of file
  +#maven.nsis.logo.widthHeight=
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org