yoavs 2005/09/01 11:28:25 Modified: . build.xml webapps/docs changelog.xml Log: Bugzilla 36088: http://issues.apache.org/bugzilla/show_bug.cgi?id=36088 Revision Changes Path 1.237 +1 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- build.xml 31 Aug 2005 16:30:48 -0000 1.236 +++ build.xml 1 Sep 2005 18:28:24 -0000 1.237 @@ -1748,6 +1748,7 @@ <include name="LICENSE" /> <include name="NOTICE" /> <include name="README.txt" /> + <include name="RUNNING.txt" /> </tarfileset> <tarfileset dir="${tomcat.dist}/webapps/tomcat-docs" prefix="tomcat-5.5-doc"> <include name="**" /> 1.367 +8 -2 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.366 retrieving revision 1.367 diff -u -r1.366 -r1.367 --- changelog.xml 31 Aug 2005 14:06:40 -0000 1.366 +++ changelog.xml 1 Sep 2005 18:28:24 -0000 1.367 @@ -30,8 +30,11 @@ <subsection name="General"> <changelog> <fix> - Remove uneeded files in conf (remm) + Remove uneeded files in conf. (remm) </fix> + <update> + Change distribution file names from jakarta-* to apache-*. + </update> </changelog> </subsection> @@ -41,8 +44,11 @@ <bug>36343</bug>: Only normalize out backslash on Windows platforms. (billbarker) </fix> <fix> - Allow configuring standard stream redirection (remm) + Allow configuring standard stream redirection. (remm) </fix> + <add> + <bug>36088</bug>: Add RUNNING.txt and RELEASE-NOTES.txt to fulldocs distro. (yoavs) + </add> </changelog> </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]