changeset 1:bda6762b6de3

Initial project documentation.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 28 Nov 2007 16:23:15 +0000
parents 39481a565648
children 3a327f10031d
files AUTHORS ChangeLog NEWS README
diffstat 3 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AUTHORS	Wed Nov 28 16:23:15 2007 +0000
@@ -0,0 +1,7 @@
+The following have made major contributions to the IcePick
+project. See also the THANKYOU file, which lists people who have
+caught bugs or submitted minor patches. If your name does not appear
+on either list, but should, let us know. Please keep this list in
+alphabetic order.
+
+Andrew John Hughes (gnu_andrew@member.fsf.org)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ChangeLog	Wed Nov 28 16:23:15 2007 +0000
@@ -0,0 +1,16 @@
+2007-11-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* NEWS,
+	* README,
+	* ChangeLog,
+	* AUTHORS,
+	* m4/acinclude.m4,
+	* configure.ac,
+	* Makefile.am,
+	* tools/javac.in,
+	* tools/javadoc.in,
+	* tools/javah.in,
+	* tools/apt.in,
+	* autogen.sh:
+	Initial import of the IcePick work.
+	
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Wed Nov 28 16:23:15 2007 +0000
@@ -0,0 +1,2 @@
+IcePick is intended to allow the Java toolchain (javac, javah, javap, javadoc, apt, etc.)
+from OpenJDK to be built with any Java compiler and virtual machine.