You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/03/06 16:56:36 UTC

cvs commit: avalon-excalibur/component build.xml

mcconnell    2003/03/06 07:56:36

  Modified:    component build.xml
  Log:
  Addition of Implementation-Vendor-Id tag to manifest (even through this is unlikely to be used inside Tomcat as an extension but I'm adding it just to be consistent).
  
  Revision  Changes    Path
  1.36      +3 -0      avalon-excalibur/component/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml	5 Mar 2003 04:03:23 -0000	1.35
  +++ build.xml	6 Mar 2003 15:56:36 -0000	1.36
  @@ -188,6 +188,7 @@
                 <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
                 <attribute name="Specification-Version" value="1.0"/>
                 <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
                 <attribute name="Implementation-Version" value="${package-version}"/>
               </manifest>
               <include name="**/component/servlet/**"/>
  @@ -211,6 +212,7 @@
                 <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
                 <attribute name="Specification-Version" value="1.0"/>
                 <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
  +              <attribute name="Implementation-Vendor-Id" value="ASF"/>
                 <attribute name="Implementation-Version" value="${package-version}"/>
               </manifest>
               <exclude name="**/component/servlet/**"/>
  @@ -245,6 +247,7 @@
             <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
             <attribute name="Implementation-Version" value="${package-version}"/>
           </manifest>
  +          <attribute name="Implementation-Vendor-Id" value="ASF"/>
           <zipgroupfileset dir="${build.dir}/tempjars">
             <include name="*.jar"/>
           </zipgroupfileset>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org