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/04/28 05:38:46 UTC

cvs commit: maven-plugins/ejb plugin.jelly

brett       2004/04/27 20:38:46

  Modified:    jar      plugin.jelly
               ejb      plugin.jelly
  Log:
  PR: MPJAR-7
  prevent potential invalid manifest creation
  
  Revision  Changes    Path
  1.35      +2 -0      maven-plugins/jar/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/plugin.jelly,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- plugin.jelly	25 Apr 2004 02:16:27 -0000	1.34
  +++ plugin.jelly	28 Apr 2004 03:38:46 -0000	1.35
  @@ -95,7 +95,9 @@
           <ant:attribute name="Extension-Name" value="${pom.artifactId}"/>
           <ant:attribute name="Specification-Title" value="${specificationTitle}" />
           <ant:attribute name="Specification-Vendor" value="${pom.organization.name}"/>
  +        <!--
           <ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
  +        -->
           <ant:attribute name="Implementation-Title" value="${pom.package}"/>
           <ant:attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
           <ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
  
  
  
  1.16      +2 -0      maven-plugins/ejb/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/plugin.jelly,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- plugin.jelly	31 Mar 2004 05:45:37 -0000	1.15
  +++ plugin.jelly	28 Apr 2004 03:38:46 -0000	1.16
  @@ -115,7 +115,9 @@
           <ant:section name="${pom.package}">
             <ant:attribute name="Specification-Title" value="${pom.artifactId}"/>
             <ant:attribute name="Specification-Vendor" value="${pom.organization.name}"/>
  +          <!--
             <ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
  +          -->
             <ant:attribute name="Implementation-Title" value="${pom.package}"/>
             <ant:attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
             <ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
  
  
  

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