craigmcc    02/01/04 16:31:54

  Modified:    beanutils build.xml
  Log:
  Conform to the recently agreed (on [EMAIL PROTECTED]) convention
  of including the Apache License inside the JAR file, at
  
    META-INF/LICENSE.txt
  
  as well as externally in the distribution directory.  This will ensure that
  the license is included, even when we eventually have a CJAN/JJAR type
  mechanism to download just the JAR files you need, instead of binary
  distributions.
  
  Revision  Changes    Path
  1.22      +4 -1      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 24 Dec 2001 21:45:28 -0000      1.21
  +++ build.xml 5 Jan 2002 00:31:54 -0000       1.22
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.21 2001/12/24 21:45:28 craigmcc Exp $
  +        $Id: build.xml,v 1.22 2002/01/05 00:31:54 craigmcc Exp $
   -->
   
   
  @@ -201,6 +201,9 @@
                 todir="${dist.home}"/>
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
  +    <mkdir      dir="${build.home}/classes/META-INF"/>
  +    <copy      file="../LICENSE"
  +             tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
       <jar    jarfile="${dist.home}/commons-${component.name}.jar"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"/>
  
  
  

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

Reply via email to