vmassol     02/03/19 02:39:10

  Modified:    anttasks build.xml
  Log:
  added cactus license in jar's META-INF/
  
  Revision  Changes    Path
  1.11      +4 -1      jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 10 Mar 2002 13:28:19 -0000      1.10
  +++ build.xml 19 Mar 2002 10:39:09 -0000      1.11
  @@ -160,6 +160,9 @@
   
           <jar jarfile="${target.dir}/${anttasks.jar.name}.jar"
             manifest="${target.conf.dir}/manifest">
  +            <metainf dir=".">
  +                <include name="LICENSE.cactus"/>
  +            </metainf>
               <fileset dir="${target.classes.java.dir}"/>
           </jar>
   
  @@ -237,7 +240,7 @@
           <echo message="Errors are reported in ${target.dir}/checkstyle_errors.xml"/>
   
           <checkstyle paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$"
  -            allowProtected="true" headerFile="LICENSE.cactus">
  +            allowProtected="true" headerFile="./LICENSE.cactus">
   
               <fileset dir="${src.java.dir}">
                   <include name="**/*.java"/>
  
  
  

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

Reply via email to