You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/08/15 13:34:27 UTC

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

dion        2004/08/15 04:34:27

  Modified:    jnlp     project.xml plugin.jelly
               jnlp/xdocs changes.xml
  Log:
  Fix for MPJNLP-13
  
  Revision  Changes    Path
  1.24      +1 -1      maven-plugins/jnlp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	12 Jul 2004 13:02:50 -0000	1.23
  +++ project.xml	15 Aug 2004 11:34:26 -0000	1.24
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jnlp-plugin</id>
     <name>Maven JNLP Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.4.1-SNAPSHOT</currentVersion>
     <shortDescription>JNLP Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jnlp/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPJNLP</issueTrackingUrl>
  
  
  
  1.30      +1 -1      maven-plugins/jnlp/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/plugin.jelly,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- plugin.jelly	19 Jun 2004 13:11:34 -0000	1.29
  +++ plugin.jelly	15 Aug 2004 11:34:26 -0000	1.30
  @@ -347,7 +347,7 @@
                           <j:set var="lib.file.signedname" value="${dep.artifactId}__V${dep.version}.jar"/>
                       </j:when>
                       <j:otherwise>
  -                        <j:set var="lib.file.signedname" value="${lib.final.name}.jar"/>
  +                        <j:set var="lib.file.signedname" value="${dep.artifact}"/>
                       </j:otherwise>
                   </j:choose>
                   <ant:signjar
  
  
  
  1.21      +3 -0      maven-plugins/jnlp/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml	12 Jul 2004 13:02:50 -0000	1.20
  +++ changes.xml	15 Aug 2004 11:34:26 -0000	1.21
  @@ -25,6 +25,9 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.4.1-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="fix" issue="MPJNLP-13">Fix bad signed jar name</action>
  +    </release>
       <release version="1.4" date="2004-07-12">
         <action dev="dion" type="add">Add initial attempt at test project</action>
         <action dev="evenisse" type="fix" issue="MPJNLP-9">Initialize correctly jnlp:generate-keystore goal.</action>
  
  
  

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