Author: markt Date: Thu Jun 15 19:50:39 2006 New Revision: 414727 URL: http://svn.apache.org/viewvc?rev=414727&view=rev Log: readme.txt refers to building.txt so include it in the release
Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.xml?rev=414727&r1=414726&r2=414727&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/build.xml (original) +++ tomcat/container/branches/tc4.1.x/build.xml Thu Jun 15 19:50:39 2006 @@ -149,7 +149,6 @@ <copy todir="${tomcat.dist}"> <fileset dir="."> <include name="LICENSE"/> - <include name="INSTALLING.txt"/> <include name="BUILDING.txt"/> <include name="README.txt"/> <include name="RELEASE*"/> @@ -334,6 +333,8 @@ includes="RELEASE-PLAN-*" /> <zipfileset dir="${tomcat.dist}" prefix="${final.name}" includes="RUNNING.txt" /> + <zipfileset dir="${tomcat.dist}" prefix="${final.name}" + includes="BUILDING.txt" /> </zip> </target> @@ -364,6 +365,7 @@ <include name="RELEASE-NOTES-*" /> <include name="RELEASE-PLAN-*" /> <include name="RUNNING.txt" /> + <include name="BUILDING.txt" /> </fileset> </copy> <fixcrlf srcdir="${tomcat.dist}/${final.name}" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]