You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ma...@apache.org on 2004/02/29 06:31:34 UTC

cvs commit: jakarta-taglibs common.xml

martinc     2004/02/28 21:31:34

  Modified:    .        common.xml
  Log:
  Include NOTICE file in builds, required for Apache License, version 2.0.
  
  Revision  Changes    Path
  1.33      +7 -0      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- common.xml	9 Feb 2004 16:35:28 -0000	1.32
  +++ common.xml	29 Feb 2004 05:31:34 -0000	1.33
  @@ -31,6 +31,7 @@
         <fileset dir="${dist.dir}/${taglib.name}" excludes="doc/**"/>
       </copy>
       <copy file="../LICENSE"   tofile="${release.dir}/LICENSE"/>
  +    <copy file="../NOTICE"    tofile="${release.dir}/NOTICE"/>
       <copy file="../README"    tofile="${release.dir}/README"/>
       <zip zipfile="${dist.dir}/${release.name}.zip"
          basedir="${dist.dir}" includes="${release.name}/**"/>
  @@ -262,6 +263,8 @@
       <antcall target="${documentation-dist.pre}"/>
       <copy file="../LICENSE"
             toFile="${build.doc}/META-INF/LICENSE"/>
  +    <copy file="../NOTICE"
  +          toFile="${build.doc}/META-INF/NOTICE"/>
       <jar jarfile="${dist.doc}" basedir="${build.doc}" excludes="intro.html"
            manifest="${build.dir}/${taglib.name}/${taglib.name}.mf" />
       <mkdir dir="${taglibs.doc}"/>  
  @@ -280,6 +283,8 @@
       <antcall target="${examples-dist.pre}"/>
       <copy file="../LICENSE"
             toFile="${build.examples}/META-INF/LICENSE"/>
  +    <copy file="../NOTICE"
  +          toFile="${build.examples}/META-INF/NOTICE"/>
       <jar jarfile="${dist.examples}" basedir="${build.examples}"
            manifest="${build.dir}/${taglib.name}/${taglib.name}.mf" />
       <antcall target="${examples-dist.post}"/>
  @@ -293,6 +298,8 @@
       <copy file="${examples.tld}" toFile="${library.tld}"/>
       <copy file="../LICENSE"
             toFile="${build.library}/META-INF/LICENSE"/>
  +    <copy file="../NOTICE"
  +          toFile="${build.library}/META-INF/NOTICE"/>
       <jar jarfile="${dist.library}/taglibs-${taglib.name}.jar" basedir="${build.library}"
            manifest="${build.dir}/${taglib.name}/${taglib.name}.mf" />
       <copy file="${examples.tld}" toFile="${dist.tld}"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org