remm 2003/09/08 03:11:10 Modified: . build.xml Log: - Bundle the build script with the docs. - Remove redundent txt documents. Revision Changes Path 1.159 +3 -8 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- build.xml 8 Sep 2003 09:12:12 -0000 1.158 +++ build.xml 8 Sep 2003 10:11:10 -0000 1.159 @@ -561,17 +561,13 @@ <filter token="VERSION" value="${version}"/> <!-- Add release notes to the root webapp --> - <copy file="./RELEASE-NOTES" + <copy file="${basedir}/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="${basedir}/resources/build.xml" + todir="${tomcat.build}/webapps/tomcat-docs" /> <copy file="./RELEASE-NOTES" tofile="${tomcat.build}/webapps/tomcat-docs/RELEASE-NOTES.txt" filtering="true" /> @@ -1106,7 +1102,6 @@ <fileset dir="."> <include name="LICENSE"/> <include name="INSTALLING.txt"/> - <include name="BUILDING.txt"/> <include name="README.txt"/> <include name="RELEASE*"/> <include name="RUNNING.txt"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]