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:49:42 UTC

cvs commit: avalon-excalibur/testcase build.xml

mcconnell    2003/03/06 07:49:42

  Modified:    testcase 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.28      +1 -0      avalon-excalibur/testcase/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/testcase/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	5 Mar 2003 04:03:24 -0000	1.27
  +++ build.xml	6 Mar 2003 15:49:42 -0000	1.28
  @@ -137,6 +137,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="**/test/**"/>
  
  
  

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