donaldp     02/04/01 00:33:59

  Modified:    .        build.xml
  Log:
  Specification Version MUST be in DeweyDecimal notation with maximum 3 places 
(ie major.minor.micro).
  
  Also made jar implement the org.apache.tools.ant extension (aswell as the 
specification for the package org.apache.tools.ant). As a consequence put 
Implementation-Version into dewey decimal form aswell.
  
  Revision  Changes    Path
  1.271     +5 -2      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.270
  retrieving revision 1.271
  diff -u -r1.270 -r1.271
  --- build.xml 27 Mar 2002 10:18:15 -0000      1.270
  +++ build.xml 1 Apr 2002 08:33:59 -0000       1.271
  @@ -19,6 +19,7 @@
     <property name="Name" value="Apache Ant"/>
     <property name="name" value="ant"/>
     <property name="version" value="1.5alpha"/>
  +  <property name="manifest-version" value="1.4.9"/>
   
     <property name="debug" value="true" />
     <property name="chmod.fail" value="true" />
  @@ -572,16 +573,18 @@
   
         <manifest>
           <section name="${ant.package}">
  +          <attribute name="Extension-name"
  +                     value="org.apache.tools.ant" />
             <attribute name="Specification-Title"
                        value="Apache Ant" />
             <attribute name="Specification-Version"
  -                     value="${version}" />
  +                     value="${manifest-version}" />
             <attribute name="Specification-Vendor"
                        value="Apache Software Foundation" />
             <attribute name="Implementation-Title"
                        value="org.apache.tools.ant" />
             <attribute name="Implementation-Version"
  -                     value="${version} ${TODAY}" />
  +                     value="${manifest-version}" />
             <attribute name="Implementation-Vendor"
                        value="Apache Software Foundation" />
           </section>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to