You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/02/25 00:13:44 UTC

cvs commit: jakarta-cactus/anttasks/conf manifest manifest-ant

vmassol     02/02/24 15:13:44

  Modified:    anttasks build.xml
  Added:       anttasks/conf manifest
  Removed:     anttasks/conf manifest-ant
  Log:
  renamed manifest-ant to manifest
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	24 Feb 2002 19:25:44 -0000	1.1
  +++ build.xml	24 Feb 2002 23:13:43 -0000	1.2
  @@ -156,11 +156,11 @@
           <mkdir dir="${target.conf.dir}"/>
   
           <!-- Copy the manifest in order to replace the version token filter -->
  -        <copy todir="${target.conf.dir}" file="${conf.dir}/manifest-ant"
  +        <copy todir="${target.conf.dir}" file="${conf.dir}/manifest"
               filtering="on"/>
   
           <jar jarfile="${target.dir}/${anttasks.jar.name}.jar"
  -          manifest="${target.conf.dir}/manifest-ant">
  +          manifest="${target.conf.dir}/manifest">
               <fileset dir="${target.classes.dir}"/>
           </jar>
   
  
  
  
  1.1                  jakarta-cactus/anttasks/conf/manifest
  
  Index: manifest
  ===================================================================
  Manifest-Version: 1.0
  Created-By: Ant
  
  Name: cactus/ant/
  Specification-Title: @project.name.text@
  Specification-Vendor: Apache Software Foundation
  Implementation-Vendor: Apache Software Foundation
  Specification-Version: @version@
  Implementation-Version: @version@
  Implementation-Title: @project.name.file@
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>