Author: jim
Date: Tue Dec 20 14:46:13 2011
New Revision: 1221289

URL: http://svn.apache.org/viewvc?rev=1221289&view=rev
Log:
* Remove obsolete build.xml file that was used to download source tree.
  References to it were removed from build instructions in r1202235

  1. svn del build/resources/build.xml
  2. apply patch:
  http://people.apache.org/~kkolinko/patches/2011-11-15_tc55_build.patch
  +1: kkolinko, rjung, markt, jim
  -1:


Removed:
    tomcat/tc5.5.x/trunk/build/resources/build.xml
Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt
    tomcat/tc5.5.x/trunk/build/build.xml

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1221289&r1=1221288&r2=1221289&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Tue Dec 20 14:46:13 2011
@@ -24,20 +24,6 @@ $Id$
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK/OTHER:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-* Align %2f handling between implementations of UDecoder.convert()
-  http://svn.apache.org/viewvc?rev=1203091&view=rev
-  +1: kkolinko, markt, funkman, jim
-  -1:
-
-* Remove obsolete build.xml file that was used to download source tree.
-  References to it were removed from build instructions in r1202235
-
-  1. svn del build/resources/build.xml
-  2. apply patch:
-  http://people.apache.org/~kkolinko/patches/2011-11-15_tc55_build.patch
-  +1: kkolinko, rjung, markt, jim
-  -1:
-
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225
   Fix ClassCastException in Alias added for existing host via JMX
   http://svn.apache.org/viewvc?rev=1204856&view=rev

Modified: tomcat/tc5.5.x/trunk/build/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/build.xml?rev=1221289&r1=1221288&r2=1221289&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/build.xml (original)
+++ tomcat/tc5.5.x/trunk/build/build.xml Tue Dec 20 14:46:13 2011
@@ -881,8 +881,6 @@
         filtering="true" encoding="ISO-8859-1" />
 
     <!-- Add documents to the tomcat-docs webapp -->
-    <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" encoding="ISO-8859-1" />
@@ -1448,9 +1446,6 @@
 
     <!-- Main build file -->
     <copy todir="${tomcat.dist}/src">
-      <fileset dir="${basedir}/resources">
-        <include name="build.xml" />
-      </fileset>
       <fileset dir="..">
         <include name="LICENSE" />
         <include name="NOTICE" />



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

Reply via email to