diff options
author | Mark Wielaard <mark@klomp.org> | 2004-12-23 22:38:41 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2004-12-23 22:38:41 +0000 |
commit | c9b13f1ad9627b322706f8ab607c8fce657e58e9 (patch) | |
tree | 1ebff8e176bfd82e44985c4f7a668c814dc78994 /external/README | |
parent | d5cb721a8437b4d514938da5c36354d5f46b0491 (diff) | |
download | classpath-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 'external/README')
-rw-r--r-- | external/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/external/README b/external/README new file mode 100644 index 000000000..d6d6491d6 --- /dev/null +++ b/external/README @@ -0,0 +1,3 @@ +This directory contains libraries maintained externally to GNU Classpath. + +See the README files in the subdirectories for more information. |