donaldp     02/04/02 03:53:35

  Modified:    .        build.xml
  Log:
  Made the manifest for the optional package actually conform to the 
specification and put versions in dewey decimal format.
  
  Also made optional package an extension.
  
  Revision  Changes    Path
  1.274     +4 -2      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.273
  retrieving revision 1.274
  diff -u -r1.273 -r1.274
  --- build.xml 1 Apr 2002 08:38:03 -0000       1.273
  +++ build.xml 2 Apr 2002 11:53:35 -0000       1.274
  @@ -611,16 +611,18 @@
   
         <manifest>
           <section name="${optional.package}">
  +          <attribute name="Extension-name"
  +                     value="org.apache.tools.ant.taskdesfs.optional" />
             <attribute name="Specification-Title"
                        value="Apache Ant Optional Tasks" />
             <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.taskdefs.optional" />
             <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