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:13:00 UTC

cvs commit: avalon-excalibur/instrument-manager build.xml

mcconnell    2003/03/06 07:13:00

  Modified:    instrument-manager build.xml
  Log:
  Addition of Implementation-Vendor-Id tag to manifest.
  
  Revision  Changes    Path
  1.37      +2 -0      avalon-excalibur/instrument-manager/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-manager/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml	5 Mar 2003 04:03:24 -0000	1.36
  +++ build.xml	6 Mar 2003 15:13:00 -0000	1.37
  @@ -139,6 +139,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="**/manager/interfaces/**"/>
  @@ -156,6 +157,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="**/manager/interfaces/**"/>
  
  
  

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