craigmcc    2004/07/07 10:00:25

  Modified:    .        NOTICE.txt build.xml
  Log:
  Add attribution for ANTLR to the NOTICE.txt file (as requested in their
  RIGHTS file).
  
  Cause a NOTICE file to be included in the actual distribution.
  
  Revision  Changes    Path
  1.3       +6 -1      jakarta-struts/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/NOTICE.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NOTICE.txt        14 Mar 2004 07:15:06 -0000      1.2
  +++ NOTICE.txt        7 Jul 2004 17:00:24 -0000       1.3
  @@ -1,2 +1,7 @@
   This product includes software developed by
  -The Apache Software Foundation (http://www.apache.org/).
  \ No newline at end of file
  +The Apache Software Foundation (http://www.apache.org/).
  +
  +This product includes the ANTLR parsing library,
  +developed by JGuru.com (http://www.antlr.org and
  +http://www.jguru.com).
  +
  
  
  
  1.132     +4 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- build.xml 22 Mar 2004 07:16:37 -0000      1.131
  +++ build.xml 7 Jul 2004 17:00:25 -0000       1.132
  @@ -259,6 +259,8 @@
           <mkdir dir="${build.home}/library/classes/org/apache/struts/resources"/>
           <copy file="LICENSE.txt"
               tofile="${build.home}/library/classes/META-INF/LICENSE"/>
  +        <copy file="NOTICE.txt"
  +            tofile="${build.home}/library/classes/META-INF/NOTICE"/>
           <copy todir="${build.home}/library/classes/org/apache/struts/resources">
               <fileset dir="${conf.share.dir}" includes="**/*.dtd"/>
           </copy>
  @@ -411,6 +413,7 @@
       <target name="dist.source" depends="prepare.dist">
           <copy file="INSTALL" tofile="${dist.home}/INSTALL"/>
           <copy file="LICENSE.txt" tofile="${dist.home}/LICENSE"/>
  +        <copy file="NOTICE.txt" tofile="${dist.home}/NOTICE"/>
           <copy file="README" tofile="${dist.home}/README"/>
       </target>
   
  @@ -454,7 +457,7 @@
               <fileset dir="${dist.home}"/>
           </copy>
           <copy todir="${stage.lib.dir}/${upload.file.base}-lib">
  -            <fileset dir="${dist.home}" includes="LICENSE"/>
  +            <fileset dir="${dist.home}" includes="LICENSE NOTICE"/>
               <fileset dir="${dist.home}/lib"/>
           </copy>
           <copy todir="${stage.src.dir}/${upload.file.base}-src">
  
  
  

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

Reply via email to