cvs commit: jakarta-tomcat-5 NOTICE

2004-08-21 Thread billbarker
billbarker2004/08/21 13:21:19

  Modified:.NOTICE
  Log:
  Adding Eclipse to the NOTICE
  
  Revision  ChangesPath
  1.3   +6 -1  jakarta-tomcat-5/NOTICE
  
  Index: NOTICE
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/NOTICE,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NOTICE30 Mar 2004 15:20:06 -  1.2
  +++ NOTICE21 Aug 2004 20:21:19 -  1.3
  @@ -10,4 +10,9 @@
   Scriptable Install Sysem (NSIS), which is
   open source software.  The original software and
   related information is available at
  -http://nsis.sourceforge.net.
  \ No newline at end of file
  +http://nsis.sourceforge.net.
  +
  +Java compilation software for JSP pages is provided by Eclipse, 
  +which is open source software.  The orginal software and 
  +related infomation is available at
  +http://www.eclipse.org.
  \ No newline at end of file
  
  
  

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



cvs commit: jakarta-tomcat-5 NOTICE build.xml LICENSE

2004-03-30 Thread remm
remm2004/03/30 06:48:55

  Modified:.build.xml LICENSE
  Added:   .NOTICE
  Log:
  - Add NOTICE file is dists.
  
  Revision  ChangesPath
  1.182 +14 -4 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.181
  retrieving revision 1.182
  diff -u -r1.181 -r1.182
  --- build.xml 30 Mar 2004 11:21:53 -  1.181
  +++ build.xml 30 Mar 2004 14:48:54 -  1.182
  @@ -1120,8 +1120,9 @@
   !-- Copy the top-level documentation files --
   copy todir=${tomcat.dist}
 fileset dir=.
  -include name=LICENSE/
   include name=INSTALLING.txt/
  +include name=LICENSE/
  +include name=NOTICE/
   include name=README.txt/
   include name=RELEASE*/
   include name=RUNNING.txt/
  @@ -1344,6 +1345,8 @@
 zipfileset dir=${tomcat.dist} prefix=${final.name} 
  includes=LICENSE /
 zipfileset dir=${tomcat.dist} prefix=${final.name} 
  +   includes=NOTICE /
  +  zipfileset dir=${tomcat.dist} prefix=${final.name} 
  includes=README.txt /
 zipfileset dir=${tomcat.dist} prefix=${final.name} 
  includes=RELEASE-NOTES /
  @@ -1361,6 +1364,8 @@
 zipfileset dir=${tomcat.dist} prefix=${final.name}-embed 
  includes=LICENSE /
 zipfileset dir=${tomcat.dist} prefix=${final.name}-embed 
  +   includes=NOTICE /
  +  zipfileset dir=${tomcat.dist} prefix=${final.name}-embed 
  includes=README.txt /
 zipfileset dir=${tomcat.dist} prefix=${final.name}-embed 
  includes=RELEASE-NOTES /
  @@ -1374,6 +1379,8 @@
 zipfileset dir=${tomcat.dist} prefix=${final.name}-deployer 
  includes=LICENSE /
 zipfileset dir=${tomcat.dist} prefix=${final.name}-deployer 
  +   includes=NOTICE /
  +  zipfileset dir=${tomcat.dist} prefix=${final.name}-deployer 
  includes=README.txt /
 zipfileset dir=${tomcat.dist} prefix=${final.name}-deployer 
  includes=RELEASE-NOTES /
  @@ -1399,7 +1406,7 @@
   
 target name=package-tgz
   fixcrlf srcdir=${tomcat.dist} 
  - includes=*.txt,LICENSE eol=lf/
  + includes=*.txt,LICENSE,NOTICE eol=lf/
   fixcrlf srcdir=${tomcat.dist}/conf eol=lf/
   tar longfile=gnu compression=gzip
 tarfile=${tomcat.release}/v${version}/bin/${final.name}.tar.gz
  @@ -1429,6 +1436,7 @@
   include name=webapps/** /
   include name=work/** /
   include name=LICENSE /
  +include name=NOTICE /
   include name=README.txt /
   include name=RELEASE-NOTES /
   include name=RUNNING.txt /
  @@ -1452,12 +1460,13 @@
   
 target name=package-embed-tgz
   fixcrlf srcdir=${tomcat.dist} 
  - includes=*.txt,LICENSE eol=lf/
  + includes=*.txt,LICENSE,NOTICE eol=lf/
   fixcrlf srcdir=${tomcat.embed} includes=*.xml eol=lf/
   tar longfile=gnu compression=gzip
 tarfile=${tomcat.release}/v${version}/bin/${final.name}-embed.tar.gz
 tarfileset dir=${tomcat.dist} prefix=${final.name}-embed
   include name=LICENSE /
  +include name=NOTICE /
   include name=README.txt /
   include name=RELEASE-NOTES /
 /tarfileset
  @@ -1469,12 +1478,13 @@
   
 target name=package-deployer-tgz
   fixcrlf srcdir=${tomcat.dist} 
  - includes=*.txt,LICENSE eol=lf/
  + includes=*.txt,LICENSE,NOTICE eol=lf/
   fixcrlf srcdir=${tomcat.deployer} includes=*.xml eol=lf/
   tar longfile=gnu compression=gzip
 tarfile=${tomcat.release}/v${version}/bin/${final.name}-deployer.tar.gz
 tarfileset dir=${tomcat.dist} prefix=${final.name}-deployer
   include name=LICENSE /
  +include name=NOTICE /
   include name=README.txt /
   include name=RELEASE-NOTES /
 /tarfileset
  
  
  
  1.3   +201 -61   jakarta-tomcat-5/LICENSE
  
  Index: LICENSE
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/LICENSE,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LICENSE   24 Dec 2003 19:53:47 -  1.2
  +++ LICENSE   30 Mar 2004 14:48:54 -  1.3
  @@ -1,61 +1,201 @@
  -/* = *
  - *   *
  - * The Apache Software License,  Version 1.1 *
  - *   *
  - * Copyright (c) 1999, 2000  The Apache Software Foundation. *
  - *   All rights reserved.*
  - *   *
  - * 

cvs commit: jakarta-tomcat-5 NOTICE

2004-03-30 Thread yoavs
yoavs   2004/03/30 07:20:06

  Modified:.NOTICE
  Log:
  Added info about MX4J and NSIS to NOTICE file.
  
  Revision  ChangesPath
  1.2   +11 -0 jakarta-tomcat-5/NOTICE
  
  Index: NOTICE
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/NOTICE,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NOTICE30 Mar 2004 14:48:54 -  1.1
  +++ NOTICE30 Mar 2004 15:20:06 -  1.2
  @@ -1,2 +1,13 @@
   This product includes software developed by
   The Apache Software Foundation (http://www.apache.org/).
  +
  +Java Management Extensions (JMX) support is provided by
  +the MX4J package, which is open source software.  The
  +original software and related information is available
  +at http://mx4j.sourceforge.net.
  +
  +The Windows Installer is built with the Nullsoft
  +Scriptable Install Sysem (NSIS), which is
  +open source software.  The original software and
  +related information is available at
  +http://nsis.sourceforge.net.
  \ No newline at end of file
  
  
  

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