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/03/19 11:39:27 UTC

cvs commit: jakarta-cactus/framework build.xml

vmassol     02/03/19 02:39:27

  Modified:    framework build.xml
  Log:
  added cactus license in jar's META-INF/
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	10 Mar 2002 13:58:25 -0000	1.2
  +++ build.xml	19 Mar 2002 10:39:27 -0000	1.3
  @@ -297,6 +297,9 @@
   
           <jar jarfile="${target.dir}/${framework.jar.name}.jar"
             manifest="${target.conf.dir}/manifest">
  +            <metainf dir=".">
  +                <include name="LICENSE.cactus"/>
  +            </metainf>
               <fileset dir="${target.classes.java.dir}"/>
           </jar>
   
  
  
  

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