diff options
author | Mark Wielaard <mark@klomp.org> | 2003-08-17 19:57:06 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2003-08-17 19:57:06 +0000 |
commit | d65ef9a63bb0bd7864e1dde8519f1042b037cbd1 (patch) | |
tree | 00f4fbfc8841cd6aab2e02a195e4d052db54182f /external/README | |
parent | b17e5ca4d019d8e17ac60c90e1f2ce8dbebf4481 (diff) | |
download | classpath-d65ef9a63bb0bd7864e1dde8519f1042b037cbd1.tar.gz |
* Makefile.am (SUBDIRS): Add external.
* configure.in (AC_OUTPUT): Add external/Makefile.
* external/README: Add how to update Makefile.am jaxp_FILES entry.
* external/Makefile.am: New file.
Diffstat (limited to 'external/README')
-rw-r--r-- | external/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/external/README b/external/README index 4488be16d..5b8117f5c 100644 --- a/external/README +++ b/external/README @@ -8,7 +8,7 @@ jaxp - http://www.gnu.org/software/classpathx/jaxp/ * SAX Parser API * DOM Level 2 generic XML data structures - * Sun's JAXP v1.1 interfaces + * JAXP v1.1 interface implementation Import method: @@ -16,3 +16,6 @@ jaxp - http://www.gnu.org/software/classpathx/jaxp/ import -m "import classpathx jaxp 20030123" \ classpath/external/jaxp Classpathx JAXP_CVS_20030123 + You need to add the output of the following command to the + jaxp_FILES in Makefile.am (remove the last \ from the last entry): + $ for i in $(find jaxp -type f | grep -v CVS); do echo $i \\; done |