dion        2004/07/05 06:20:37

  Modified:    nsis/src/plugin-resources/templates project.jelly
               nsis/xdocs changes.xml
  Log:
  Use pom.organization.name instead of pom.organization
  
  Revision  Changes    Path
  1.9       +3 -3      maven-plugins/nsis/src/plugin-resources/templates/project.jelly
  
  Index: project.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/src/plugin-resources/templates/project.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.jelly     5 Jul 2004 12:39:38 -0000       1.8
  +++ project.jelly     5 Jul 2004 13:20:37 -0000       1.9
  @@ -31,7 +31,7 @@
   ; generated by ${user.name} from project.xml version ${pom.currentVersion}
   ; on date ${TODAY}, time ${TSTAMP}
   
  -!define ORGANIZATION "${pom.organization}"
  +!define ORGANIZATION "${pom.organization.name}"
   !define PROJECT_BUILD_DIR "${build}"
   !define PROJECT_DIST_BIN_DIR "${maven.dist.bin.assembly.dir}"
   !define PROJECT_DIST_DIR "${maven.dist.dir}"
  @@ -41,9 +41,9 @@
   !define PROJECT_LICENSE_TEXT "${maven.nsis.license.text}"
   </util:available>
   !define PROJECT_NAME "${pom.name}"
  -!define PROJECT_REG_KEY 
"SOFTWARE\${pom.organization}\${pom.name}\${pom.currentVersion}"
  +!define PROJECT_REG_KEY 
"SOFTWARE\${pom.organization.name}\${pom.name}\${pom.currentVersion}"
   !define PROJECT_REG_UNINSTALL_KEY 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${pom.name} ${pom.currentVersion}"
  -!define PROJECT_STARTMENU_FOLDER "$$SMPROGRAMS\${pom.organization}\${pom.name} 
${pom.currentVersion}"
  +!define PROJECT_STARTMENU_FOLDER "$$SMPROGRAMS\${pom.organization.name}\${pom.name} 
${pom.currentVersion}"
   !define PROJECT_URL "${pom.url}"
   !define PROJECT_VERSION "${pom.currentVersion}"
   <j:set var="logo" value="${maven.nsis.logo}"/>
  
  
  
  1.7       +1 -0      maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml       5 Jul 2004 12:39:38 -0000       1.6
  +++ changes.xml       5 Jul 2004 13:20:37 -0000       1.7
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="fix">Use pom.organization.name instead of 
pom.organization.</action>
         <action dev="dion" type="update" issue="MPNSIS-6" due-to="Geoffrey">
           Add PROJECT_URL to constants.
         </action>
  
  
  

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

Reply via email to