You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/06/11 11:36:41 UTC

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

evenisse    2004/06/11 02:36:41

  Modified:    artifact project.xml
               artifact/src/plugin-resources/templates manifest.vm
               artifact/xdocs changes.xml
               ejb      plugin.jelly
               ejb/xdocs changes.xml
               jar      plugin.jelly project.xml
               jar/xdocs changes.xml
               jnlp/xdocs changes.xml
  Log:
  MPJAR-29. Replace Apache Jakarta Maven by Apache Maven in Manifest
  
  Revision  Changes    Path
  1.25      +1 -1      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	16 May 2004 02:19:23 -0000	1.24
  +++ project.xml	11 Jun 2004 09:36:41 -0000	1.25
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-artifact-plugin</id>
     <name>Maven Artifact Plugin</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Tools to manage artifacts and deployment</shortDescription>
     <url>http://maven.apache.org/reference/plugins/artifact/</url>
  
  
  
  1.3       +1 -1      maven-plugins/artifact/src/plugin-resources/templates/manifest.vm
  
  Index: manifest.vm
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/src/plugin-resources/templates/manifest.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- manifest.vm	19 Aug 2003 05:06:09 -0000	1.2
  +++ manifest.vm	11 Jun 2004 09:36:41 -0000	1.3
  @@ -1,5 +1,5 @@
   Built-By: ${jellyContext.getVarable("user.name")}
  -Created-By: Apache Jakarta Maven
  +Created-By: Apache Maven
   #if (${pom.Package})
   Package: ${pom.Package}
   #end
  
  
  
  1.15      +3 -0      maven-plugins/artifact/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml	16 May 2004 02:19:23 -0000	1.14
  +++ changes.xml	11 Jun 2004 09:36:41 -0000	1.15
  @@ -25,6 +25,9 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.3" date="In CVS">
  +      <action dev="evenisse" type="fix" due-to="Martin van den Bemt" issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in Manifest</action>
  +    </release>
       <release version="1.2" date="2004-05-15">
         <action dev="evenisse" type="add">Add documentation for the compress mode property.</action>
         <action dev="evenisse" type="fix">Fix Scp deployer when it use compress mode.</action>
  
  
  
  1.19      +1 -1      maven-plugins/ejb/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/plugin.jelly,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- plugin.jelly	8 Jun 2004 12:56:58 -0000	1.18
  +++ plugin.jelly	11 Jun 2004 09:36:41 -0000	1.19
  @@ -106,7 +106,7 @@
   
         <ant:manifest>
           <ant:attribute name="Built-By" value="${user.name}"/>
  -        <ant:attribute name="Created-By" value="Apache Jakarta Maven"/>
  +        <ant:attribute name="Created-By" value="Apache Maven"/>
           <ant:attribute name="Package" value="${pom.package}"/>
           <j:set var="classPath" value="${maven.ejb.classpath}"/>
           <j:if test="${!empty(classPath)}">
  
  
  
  1.18      +1 -0      maven-plugins/ejb/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml	8 Jun 2004 12:19:54 -0000	1.17
  +++ changes.xml	11 Jun 2004 09:36:41 -0000	1.18
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.5" date="In CVS">
  +      <action dev="evenisse" type="fix" due-to="Martin van den Bemt" issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in Manifest</action>
         <action dev="evenisse" type="add">Add ejb:install-client and ejb:deploy-client goals.</action>
       </release>
       <release version="1.4" date="2004-05-15">
  
  
  
  1.37      +1 -1      maven-plugins/jar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/plugin.jelly,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- plugin.jelly	28 Apr 2004 12:00:16 -0000	1.36
  +++ plugin.jelly	11 Jun 2004 09:36:41 -0000	1.37
  @@ -76,7 +76,7 @@
         </ant:metainf>
         <ant:manifest>
           <ant:attribute name="Built-By" value="${user.name}"/>
  -        <ant:attribute name="Created-By" value="Apache Jakarta Maven"/>
  +        <ant:attribute name="Created-By" value="Apache Maven"/>
           <ant:attribute name="Package" value="${pom.package}"/>
           <ant:attribute name="Build-Jdk" value="${java.version}"/>
   
  
  
  
  1.27      +1 -1      maven-plugins/jar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	16 May 2004 01:35:47 -0000	1.26
  +++ project.xml	11 Jun 2004 09:36:41 -0000	1.27
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jar-plugin</id>
     <name>Maven Jar Plug-in</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</currentVersion>
     <description>Plugin for creating JAR files. Requires Maven 1.0 RC2.</description>
     <shortDescription>Create jar files</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jar/</url>
  
  
  
  1.19      +3 -0      maven-plugins/jar/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml	13 May 2004 13:00:06 -0000	1.18
  +++ changes.xml	11 Jun 2004 09:36:41 -0000	1.19
  @@ -25,6 +25,9 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  +    <release version="1.6" date="In CVS">
  +      <action dev="evenisse" type="fix" due-to="Martin van den Bemt" issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in Manifest</action>
  +    </release>
       <release version="1.5" date="2004-05-13">
         <action dev="brett" type="fix" issue="MPJAR-27">trim shortDescription and limit to 72 characters with warning when using specification-title to avoid broken manifests</action>
         <action dev="brett" type="fix" issue="MPJAR-24">change ln -sf command to rm -f symlink, ln -s combo because -f flag is not used on Solaris ln.</action>
  
  
  
  1.18      +2 -2      maven-plugins/jnlp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml	11 Jun 2004 09:19:53 -0000	1.17
  +++ changes.xml	11 Jun 2004 09:36:41 -0000	1.18
  @@ -29,8 +29,8 @@
         <action dev="evenisse" type="fix" issue="MPJNLP-9">Initialize correctly jnlp:generate-keystore goal.</action>
         <action dev="evenisse" type="add" due-to="Pelle Braendgaard" issue="MPJNLP-8">Added Support for JarDiff.</action>
         <action dev="evenisse" type="add">Added maven.jnlp.signjar.storetype property.</action>
  -      <action dev="mvdb" type="fix">Documented the maven.jnlp.properties and made it work correctly</action>
  -      <action dev="mvdb" type="fix">Created By is now set to Apache Maven instead of Apache Jakarta Maven</action>
  +      <action dev="evenisse" due-to="Martin van den Bemt" type="fix" issue="MPJNLP-12">Documented the maven.jnlp.properties and made it work correctly</action>
  +      <action dev="evenisse" due-to="Martin van den Bemt" type="fix">Created By is now set to Apache Maven instead of Apache Jakarta Maven</action>
       </release>
       <release version="1.3" date="2004-03-10">
         <action dev="evenisse" type="add" issue="MPJNLP-7">Added extra property maven.jnlp.cert.version to support certificate renewals.</action>
  
  
  

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