You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/11/25 15:57:59 UTC

cvs commit: jakarta-tomcat-5 build.xml RELEASE-NOTES

remm        2003/11/25 06:57:59

  Modified:    .        build.xml RELEASE-NOTES
  Log:
  - Small fixes.
  
  Revision  Changes    Path
  1.171     +6 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -r1.170 -r1.171
  --- build.xml	20 Nov 2003 22:42:14 -0000	1.170
  +++ build.xml	25 Nov 2003 14:57:58 -0000	1.171
  @@ -1427,6 +1427,9 @@
           <include name="bin/startup.sh" />
           <include name="bin/shutdown.sh" />
           <include name="bin/tool-wrapper.sh" />
  +        <include name="bin/tool-wrapper-using-launcher.sh" />
  +        <include name="bin/shutdown-using-launcher.sh" />
  +        <include name="bin/startup-using-launcher.sh" />
         </tarfileset>
         <tarfileset dir="${tomcat.dist}" mode="600" prefix="${final.name}">
           <include name="conf/**" />
  @@ -1453,6 +1456,9 @@
           <exclude name="bin/startup.sh" />
           <exclude name="bin/shutdown.sh" />
           <exclude name="bin/tool-wrapper.sh" />
  +        <exclude name="bin/tool-wrapper-using-launcher.sh" />
  +        <exclude name="bin/shutdown-using-launcher.sh" />
  +        <exclude name="bin/startup-using-launcher.sh" />
           <exclude name="conf/**" />
           <exclude name="src/**" />
         </tarfileset>
  
  
  
  1.10      +3 -1      jakarta-tomcat-5/RELEASE-NOTES
  
  Index: RELEASE-NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/RELEASE-NOTES,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RELEASE-NOTES	25 Nov 2003 14:05:17 -0000	1.9
  +++ RELEASE-NOTES	25 Nov 2003 14:57:59 -0000	1.10
  @@ -86,6 +86,8 @@
   you may replace the "xercesImpl.jar" file in "common/endorsed" with another
   XML parser, as long as it is compatible with the JAXP 1.2 APIs.
   
  +Xerces 2.5.0 is included.
  +
   
   ---------------------------------------------------------------
   Web application reloading and static fields in shared libraries:
  
  
  

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