Index: .classpath
===================================================================
--- .classpath (revision 502063)
+++ .classpath (working copy)
@@ -6,6 +6,5 @@
-
Index: README.txt
===================================================================
--- README.txt (revision 0)
+++ README.txt (revision 0)
@@ -0,0 +1,11 @@
+The java5 source directory are files that need to be compiled under Java 5.
+Currently, they're not visible in the Eclipse project.
+At build time, the contents of the src/main/java5 project are be added to the
+build (with a 1.5 target) and the src/main/java should be compiled with a
+1.4 target.
+
+The other approach would be to create two projects; one pack200 project
+and one pack200-java5 project, each with different settings. But given
+the amount of difficulty it's taken to even get the pack200 split out
+from the archive project, I really wouldn't hold my breath about that
+getting anywhere any time soon.