summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-12-23 22:38:41 +0000
committerMark Wielaard <mark@klomp.org>2004-12-23 22:38:41 +0000
commitc9b13f1ad9627b322706f8ab607c8fce657e58e9 (patch)
tree1ebff8e176bfd82e44985c4f7a668c814dc78994 /ChangeLog
parentd5cb721a8437b4d514938da5c36354d5f46b0491 (diff)
downloadclasspath-c9b13f1ad9627b322706f8ab607c8fce657e58e9.tar.gz
* gnu/xml/*: Imported from GNU JAXP.
* javax/xml/*: Likewise. * external/*: Imported external sax and w3c_dom projects. * LICENSE: Add new copyright and distribution notices. * Makefile.am (SUBDirs): Add external. (DIST_SUBDIRS): Likewise. * configure.ac (AC_CONFIG_FILES): Add external/Makefile, external/sax/Makefile and external/w3c_dom/Makefile. * lib/gen-classlist.sh.in (FIND): Search in external/sax and external/w3c_dom. (Split): Add new classes.xml for gcj. * lib/Makefile.am (compile_classpath): Add external/sax and external/w3c_dom. (FOUND_GCJ): Compile classes.xml. * lib/.cvsignore: Add classes.xml. * .classpath: Updated exclusion filter and add external projects plus examples.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48326444a..3873c8321 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2004-12-23 Mark Wielaard <mark@klomp.org>
+ * gnu/xml/*: Imported from GNU JAXP.
+ * javax/xml/*: Likewise.
+ * external/*: Imported external sax and w3c_dom projects.
+ * LICENSE: Add new copyright and distribution notices.
+ * Makefile.am (SUBDirs): Add external.
+ (DIST_SUBDIRS): Likewise.
+ * configure.ac (AC_CONFIG_FILES): Add external/Makefile,
+ external/sax/Makefile and external/w3c_dom/Makefile.
+ * lib/gen-classlist.sh.in (FIND): Search in external/sax and
+ external/w3c_dom.
+ (Split): Add new classes.xml for gcj.
+ * lib/Makefile.am (compile_classpath): Add external/sax and
+ external/w3c_dom.
+ (FOUND_GCJ): Compile classes.xml.
+ * lib/.cvsignore: Add classes.xml.
+ * .classpath: Updated exclusion filter and add external projects plus
+ examples.
+
+2004-12-23 Mark Wielaard <mark@klomp.org>
+
* lib/Makefile.am (compile_classpath): New variable.
Use when compiling with either jikes or gcj.
(LocaleData.java): New rules.