cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-09-30 Thread dion
dion2004/09/30 17:25:49

  Modified:nsis/xdocs changes.xml
  Log:
  Doc MPNSIS-8
  
  Revision  ChangesPath
  1.18  +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml   10 Jul 2004 08:58:46 -  1.17
  +++ changes.xml   1 Oct 2004 00:25:49 -   1.18
  @@ -26,6 +26,7 @@
 body
 
   release version=1.2-SNAPSHOT date=In CVS
  +  action dev=dion type=fix due-to=Matthias Kerkhoff 
issue=MPNSIS-8Fail when makensis fails./action
 action dev=dion type=updateRename codeORGANIZATION/code constant to 
codePROJECT_ORGANIZATION/code./action
 action dev=dion type=fix due-to=GeoffreyCheck maven.nsis.exe exists 
before using it./action
 action dev=dion type=add due-to=GeoffreyAdd faq/action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-10 Thread dion
dion2004/07/10 01:58:27

  Modified:nsis/xdocs changes.xml
  Log:
  doc update
  
  Revision  ChangesPath
  1.16  +1 -1  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml   10 Jul 2004 08:57:27 -  1.15
  +++ changes.xml   10 Jul 2004 08:58:27 -  1.16
  @@ -26,7 +26,7 @@
 body
 
   release version=1.2-SNAPSHOT date=Unreleased
  -  action dev=dion type=updateRename codeORGANIZATION/code constant to 
codePROJECT_ORGANIZATION./code/action
  +  action dev=dion type=updateRename codeORGANIZATION/code constant to 
codePROJECT_ORGANIZATION/code./action
 action dev=dion type=fix due-to=GeoffreyCheck maven.nsis.exe exists 
before using it./action
 action dev=dion type=add due-to=GeoffreyAdd faq/action
 action dev=dion type=updateAdd back license to project.xml after the 
scm plugin removed it./action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-10 Thread dion
dion2004/07/10 01:58:46

  Modified:nsis/xdocs changes.xml
  Log:
  doc update
  
  Revision  ChangesPath
  1.17  +1 -1  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml   10 Jul 2004 08:58:27 -  1.16
  +++ changes.xml   10 Jul 2004 08:58:46 -  1.17
  @@ -25,7 +25,7 @@
 /properties
 body
 
  -release version=1.2-SNAPSHOT date=Unreleased
  +release version=1.2-SNAPSHOT date=In CVS
 action dev=dion type=updateRename codeORGANIZATION/code constant to 
codePROJECT_ORGANIZATION/code./action
 action dev=dion type=fix due-to=GeoffreyCheck maven.nsis.exe exists 
before using it./action
 action dev=dion type=add due-to=GeoffreyAdd faq/action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-09 Thread dion
dion2004/07/09 05:52:34

  Modified:nsis/src/plugin-resources/templates project.jelly
   nsis/xdocs changes.xml
  Log:
  Remove use of pom.getPluginContext, replacing with maven:get
  
  Revision  ChangesPath
  1.10  +2 -2  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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.jelly 5 Jul 2004 13:20:37 -   1.9
  +++ project.jelly 9 Jul 2004 12:52:34 -   1.10
  @@ -22,8 +22,8 @@
 xmlns:util=jelly:util
 xmlns=dummy
   
  -maven:makeAbsolutePath var=license basedir=${basedir} 
  -  
path=${pom.getPluginContext('maven-license-plugin').getVariable('maven.license.licenseFile')}/
  +maven:get var=maven.license.licenseFile plugin=maven-license-plugin 
property=maven.license.licenseFile/
  +maven:makeAbsolutePath var=license basedir=${basedir} 
path=${maven.license.licenseFile}/
   maven:makeAbsolutePath var=build basedir=${basedir} path=${maven.build.dir}/
   maven:makeAbsolutePath var=dist basedir=${basedir} 
path=${maven.dist.bin.assembly.dir}/
   ant:tstamp /
  
  
  
  1.13  +1 -3  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml   8 Jul 2004 04:34:14 -   1.12
  +++ changes.xml   9 Jul 2004 12:52:34 -   1.13
  @@ -28,9 +28,7 @@
   release version=1.2-SNAPSHOT date=Unreleased
 action dev=dion type=fix due-to=GeoffreyCheck maven.nsis.exe exists 
before using it./action
 action dev=dion type=add due-to=GeoffreyAdd faq/action
  -  action dev=dion type=update
  -Add back license to project.xml after the scm plugin removed it.
  -  /action
  +  action dev=dion type=updateAdd back license to project.xml after the 
scm plugin removed it./action
   /release
   
   release version=1.1 date=2004-07-08
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-09 Thread dion
dion2004/07/09 06:59:34

  Modified:nsis/xdocs changes.xml
  Log:
  Doc 1.0 release
  
  Revision  ChangesPath
  1.14  +4 -0  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml   9 Jul 2004 12:52:34 -   1.13
  +++ changes.xml   9 Jul 2004 13:59:34 -   1.14
  @@ -46,5 +46,9 @@
 action dev=dion type=updateAdd docs on how the plugin process 
works/action
 action dev=dion type=updateAdd some basic documentation/action
   /release
  +
  +release version=1.0 date=2004-03-11
  +  action dev=brett type=addInitial release./action
  +/release
 /body
   /document
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-07 Thread dion
dion2004/07/07 14:02:39

  Modified:nsis/xdocs changes.xml
  Log:
  Remove accidental comment.
  Issue MPNSIS-7
  
  Revision  ChangesPath
  1.8   +3 -0  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml   5 Jul 2004 13:20:37 -   1.7
  +++ changes.xml   7 Jul 2004 21:02:39 -   1.8
  @@ -25,6 +25,9 @@
 /properties
 body
   release version=1.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPNSIS-7 due-to=Geoffrey
  +Desktop shortcuts cause a compile error
  +  /action
 action dev=dion type=fixUse pom.organization.name instead of 
pom.organization./action
 action dev=dion type=update issue=MPNSIS-6 due-to=Geoffrey
   Add PROJECT_URL to constants.
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-07 Thread dion
dion2004/07/07 18:00:00

  Modified:nsis/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.1
  
  Revision  ChangesPath
  1.9   +8 -13 maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml   7 Jul 2004 21:02:39 -   1.8
  +++ changes.xml   8 Jul 2004 01:00:00 -   1.9
  @@ -24,22 +24,17 @@
   author email=[EMAIL PROTECTED]Brett Porter/author
 /properties
 body
  -release version=1.1-SNAPSHOT date=in CVS
  -  action dev=dion type=fix issue=MPNSIS-7 due-to=Geoffrey
  -Desktop shortcuts cause a compile error
  -  /action
  +release version=1.1 date=2004-07-08
  +  action dev=dion type=fix issue=MPNSIS-7 due-to=GeoffreyDesktop 
shortcuts cause a compile error/action
 action dev=dion type=fixUse 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
  +  action dev=dion type=update issue=MPNSIS-6 due-to=GeoffreyAdd 
PROJECT_URL to constants./action
 action dev=dion type=fixFix typo in registry uninstall key./action
  -  action dev=dion type=fix issue=MPNSIS-2 due-to=Geoffrey
  -Generate exe in distributions directory.
  -  /action
  -  action dev=dion type=update
  -Rename codePROJECT_DIST_DIR/code constant to 
  +  action dev=dion type=fix issue=MPNSIS-2 due-to=GeoffreyGenerate exe 
in distributions directory./action
  +  action dev=dion type=updateRename
  +codePROJECT_DIST_DIR/codeconstant to
   codePROJECT_DIST_BIN_DIR/code, and define
  -codePROJECT_DIST_DIR/code to be code${maven.dist.dir/code
  +codePROJECT_DIST_DIR/codeto be
  +code${maven.dist.dirgt;/code
 /action
 action dev=dion type=updateAdd docs on how the plugin process 
works/action
 action dev=dion type=updateAdd some basic documentation/action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-07 Thread dion
dion2004/07/07 18:50:30

  Modified:nsis project.xml
   nsis/xdocs changes.xml
  Log:
  Add back license to project.xml after the scm plugin removed it.
  
  Revision  ChangesPath
  1.11  +18 -2 maven-plugins/nsis/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml   8 Jul 2004 01:13:33 -   1.10
  +++ project.xml   8 Jul 2004 01:50:30 -   1.11
  @@ -1,12 +1,28 @@
   ?xml version=1.0 encoding=UTF-8?
  -
  +!--
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the License);
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an AS IS BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + --
   project
 extend../plugin-parent/project.xml/extend
 pomVersion3/pomVersion
 nameMaven NSIS Plug-in/name
 groupIdmaven-nsis-plugin/groupId
 artifactIdmaven-nsis-plugin/artifactId
  -  currentVersion1.1/currentVersion
  +  currentVersion1.2-SNAPSHOT/currentVersion
 organization/
 descriptionA plugin to generate Win32 installer programs using 
NSIS/description
 shortDescriptionNSIS Plugin for Maven/shortDescription
  
  
  
  1.10  +7 -0  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml   8 Jul 2004 01:00:00 -   1.9
  +++ changes.xml   8 Jul 2004 01:50:30 -   1.10
  @@ -24,6 +24,13 @@
   author email=[EMAIL PROTECTED]Brett Porter/author
 /properties
 body
  +  
  +release version=1.2-SNAPSHOT date=Unreleased
  +  action dev=dion type=update
  +Add back license to project.xml after the scm plugin removed it.
  +  /action
  +/release
  +
   release version=1.1 date=2004-07-08
 action dev=dion type=fix issue=MPNSIS-7 due-to=GeoffreyDesktop 
shortcuts cause a compile error/action
 action dev=dion type=fixUse pom.organization.name instead of 
pom.organization./action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-07 Thread dion
dion2004/07/07 21:19:44

  Modified:nsis/xdocs changes.xml
  Log:
  Add FAQ thanks to geoffrey
  
  Revision  ChangesPath
  1.11  +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml   8 Jul 2004 01:50:30 -   1.10
  +++ changes.xml   8 Jul 2004 04:19:44 -   1.11
  @@ -26,6 +26,7 @@
 body
 
   release version=1.2-SNAPSHOT date=Unreleased
  +  action dev=dion type=add due-to=GeoffreyAdd faq/action
 action dev=dion type=update
   Add back license to project.xml after the scm plugin removed it.
 /action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-07 Thread dion
dion2004/07/07 21:34:14

  Modified:nsis plugin.jelly
   nsis/xdocs changes.xml
  Log:
  Check maven.nsis.exe exists before using it.
  
  Revision  ChangesPath
  1.8   +4 -1  maven-plugins/nsis/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/nsis/plugin.jelly,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly  4 Jul 2004 14:27:30 -   1.7
  +++ plugin.jelly  8 Jul 2004 04:34:14 -   1.8
  @@ -21,7 +21,6 @@
   project 
 xmlns:j=jelly:core
 xmlns:ant=jelly:ant
  -  xmlns:dist=dist
 xmlns:license=license
 xmlns:maven=jelly:maven
 xmlns:util=jelly:util
  @@ -77,6 +76,10 @@
 
   j:set var=script value=${maven.build.dir}/setup.nsi/
   
  +util:file var=nsisExeFile name=${maven.nsis.exe} /
  +j:if test=${!nsisExeFile.exists()}
  +  failThe NSIS executable '${maven.nsis.exe}' could not be found/fail
  +/j:if
   maven:get var=maven.dist.dir plugin=maven-dist-plugin 
property=maven.dist.dir/
   mkdir dir=${maven.dist.dir}/
   !-- call makensis.exe with the setup.nsi file --
  
  
  
  1.12  +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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml   8 Jul 2004 04:19:44 -   1.11
  +++ changes.xml   8 Jul 2004 04:34:14 -   1.12
  @@ -26,6 +26,7 @@
 body
 
   release version=1.2-SNAPSHOT date=Unreleased
  +  action dev=dion type=fix due-to=GeoffreyCheck maven.nsis.exe exists 
before using it./action
 action dev=dion type=add due-to=GeoffreyAdd faq/action
 action dev=dion type=update
   Add back license to project.xml after the scm plugin removed it.
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-05 Thread dion
dion2004/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  ChangesPath
  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 -   1.8
  +++ project.jelly 5 Jul 2004 13:20:37 -   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 -   1.6
  +++ changes.xml   5 Jul 2004 13:20:37 -   1.7
  @@ -25,6 +25,7 @@
 /properties
 body
   release version=1.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fixUse 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]



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-04 Thread dion
dion2004/07/04 05:27:09

  Modified:nsis/xdocs changes.xml
  Log:
  Doc changes
  
  Revision  ChangesPath
  1.3   +6 -0  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml   2 Jul 2004 08:13:50 -   1.2
  +++ changes.xml   4 Jul 2004 12:27:09 -   1.3
  @@ -25,6 +25,12 @@
 /properties
 body
   release version=1.1-SNAPSHOT date=in CVS
  +  action dev=dion type=update
  +Rename codePROJECT_DIST_DIR/code constant to 
  +codePROJECT_DIST_BIN_DIR/code, and define
  +codePROJECT_DIST_DIR/code to be code${maven.dist.dir/code
  +  /action
  +  action dev=dion type=updateAdd docs on how the plugin process 
works/action
 action dev=dion type=updateAdd some basic documentation/action
   /release
 /body
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-04 Thread dion
dion2004/07/04 07:29:20

  Modified:nsis/xdocs changes.xml
  Log:
  Document change of exe location
  
  Revision  ChangesPath
  1.4   +3 -0  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml   4 Jul 2004 12:27:09 -   1.3
  +++ changes.xml   4 Jul 2004 14:29:20 -   1.4
  @@ -25,6 +25,9 @@
 /properties
 body
   release version=1.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPNSIS-2 due-to=Geoffrey
  +Generate exe in distributions directory.
  +  /action
 action dev=dion type=update
   Rename codePROJECT_DIST_DIR/code constant to 
   codePROJECT_DIST_BIN_DIR/code, and define
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-04 Thread dion
dion2004/07/04 20:38:33

  Modified:nsis/xdocs changes.xml
  Log:
  Fix typo in registry uninstall key
  
  Revision  ChangesPath
  1.5   +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml   4 Jul 2004 14:29:20 -   1.4
  +++ changes.xml   5 Jul 2004 03:38:33 -   1.5
  @@ -25,6 +25,7 @@
 /properties
 body
   release version=1.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fixFix typo in registry uninstall key./action
 action dev=dion type=fix issue=MPNSIS-2 due-to=Geoffrey
   Generate exe in distributions directory.
 /action
  
  
  

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



cvs commit: maven-plugins/nsis/xdocs changes.xml

2004-07-02 Thread dion
dion2004/07/02 01:13:50

  Modified:nsis project.xml
   nsis/xdocs changes.xml
  Log:
  Bump version
  Add changes entry
  
  Revision  ChangesPath
  1.9   +1 -1  maven-plugins/nsis/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml   25 Jun 2004 15:24:30 -  1.8
  +++ project.xml   2 Jul 2004 08:13:50 -   1.9
  @@ -23,7 +23,7 @@
 pomVersion3/pomVersion
 idmaven-nsis-plugin/id
 nameMaven NSIS Plug-in/name
  -  currentVersion1.0/currentVersion
  +  currentVersion1.1-SNAPSHOT/currentVersion
 descriptionA plugin to generate Win32 installer programs using 
NSIS/description
 shortDescriptionNSIS Plugin for Maven/shortDescription
 urlhttp://maven.apache.org/reference/plugins/nsis//url
  
  
  
  1.2   +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml   13 May 2004 11:07:57 -  1.1
  +++ changes.xml   2 Jul 2004 08:13:50 -   1.2
  @@ -25,6 +25,7 @@
 /properties
 body
   release version=1.1-SNAPSHOT date=in CVS
  +  action dev=dion type=updateAdd some basic documentation/action
   /release
 /body
   /document
  
  
  

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