vote

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1162181 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS.txt b/STATUS.txt
index bd83353..67a92cc 100644
--- a/STATUS.txt
+++ b/STATUS.txt
@@ -69,6 +69,15 @@
 * Update Eclipse compiler and switch to using ecj.jar
   http://people.apache.org/~markt/patches/2011-08-25-lib-update-tc5-v2.patch
   +1: markt
+  +1: kkolinko:
+        + update build/resources/License.rtf to match LICENSE file
+        + in class-loader-howto.xml sort the JARs list alphabetically
+        I've run jarcheck tool against the archive. Results are in
+         http://people.apache.org/~kkolinko/patches/jarcheck/
+        Most classes are JDK 1.2 compatible. Some are JDK 1.6 (esp. annotations processor),
+        but it is the same in ecj 3.3.1 that is currently used.
+        Those classes are absent in jasper-compiler-jdt.jar that we would
+        generate, so their presence does not matter.
   -1:
 
 * Align jpda settings with catalina.sh, tc6.0.x, tc7.0.x and trunk