remm        2002/10/18 13:47:59

  Modified:    .        build.xml
  Log:
  - Copy release notes around.
  - Fix broken links in tomcat-docs.
  
  Revision  Changes    Path
  1.48      +20 -0     jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml 17 Oct 2002 18:20:28 -0000      1.47
  +++ build.xml 18 Oct 2002 20:47:59 -0000      1.48
  @@ -230,6 +230,26 @@
         <fileset dir="${catalina.home}/build"/>
       </copy>
   
  +    <filter token="VERSION" value="${version}"/>
  +
  +    <!-- Add release notes to the root webapp -->
  +    <copy file="./RELEASE-NOTES"
  +        tofile="${tomcat.build}/webapps/ROOT/RELEASE-NOTES.txt"
  +        filtering="true" />
  +
  +    <!-- Add documents to the tomcat-docs webapp -->
  +    <copy todir="${tomcat.build}/webapps/tomcat-docs">
  +      <fileset dir=".">
  +        <include name="BUILDING.txt"/>
  +        <include name="RUNNING.txt"/>
  +      </fileset>
  +    </copy>
  +    <copy file="./RELEASE-NOTES"
  +        tofile="${tomcat.build}/webapps/tomcat-docs/RELEASE-NOTES.txt"
  +        filtering="true" />
  +    <copy file="./CHANGELOG"
  +        tofile="${tomcat.build}/webapps/tomcat-docs/CHANGELOG.txt" />
  +
       <!-- Copy the examples webapps -->
       <copy file="${api.home}/jsr152/dist/examples/examples.war"
             tofile="${tomcat.build}/webapps/jsp-examples.war" />
  
  
  

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

Reply via email to