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/02/10 17:18:42 UTC

cvs commit: jakarta-tomcat-5 build.xml

remm        2003/02/10 08:18:42

  Modified:    .        build.xml
  Log:
  - A lot of junk was ending up in the tgz distribution.
  
  Revision  Changes    Path
  1.76      +15 -0     jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build.xml	4 Feb 2003 23:41:01 -0000	1.75
  +++ build.xml	10 Feb 2003 16:18:41 -0000	1.76
  @@ -859,6 +859,21 @@
           <include name="bin/tool-wrapper.sh" />
         </tarfileset>
         <tarfileset dir="${tomcat.dist}" prefix="${final.name}">
  +        <include name="bin/**" />
  +        <include name="common/**" />
  +        <include name="conf/**" />
  +        <include name="logs/**" />
  +        <include name="server/**" />
  +        <include name="shared/**" />
  +        <include name="temp/**" />
  +        <include name="webapps/**" />
  +        <include name="work/**" />
  +        <include name="LICENSE" />
  +        <include name="README.txt" />
  +        <include name="RELEASE-NOTES" />
  +        <include name="CHANGELOG" />
  +        <include name="RUNNING.txt" />
  +        <include name="BENCHMARKS.txt" />
           <exclude name="bin/catalina.sh" />
           <exclude name="bin/digest.sh" />
           <exclude name="bin/jasper.sh" />
  
  
  

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