summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2003-02-01 05:44:13 +0000
committerBrian Jones <cbj@gnu.org>2003-02-01 05:44:13 +0000
commit4a8749b95b8920fa625f4365c3f932d0caa89fb6 (patch)
treeb7f3e4b101270f343fa15066f5b543a13393248a /external
parenta286d8e992bbc0a6180638df2bfb55e433642b78 (diff)
downloadclasspath-4a8749b95b8920fa625f4365c3f932d0caa89fb6.tar.gz
* external/README: new file
* external/jaxp: import Classpathx JAXP from January 31, 2003 CVS * LICENSE: new file * Makefile.am: distribute LICENSE, external/jaxp/source * lib/Makefile.am: add external/jaxp/source to classpath; removed -target 1.1 from jikes invocation * lib/gen-classlist.sh.in: add external/jaxp/source to directories to search * doc/api/Makefile.am: add external/jaxp/source to source path
Diffstat (limited to 'external')
-rw-r--r--external/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/README b/external/README
new file mode 100644
index 000000000..4488be16d
--- /dev/null
+++ b/external/README
@@ -0,0 +1,18 @@
+This directory contains libraries maintained externally to GNU Classpath.
+
+jaxp - http://www.gnu.org/software/classpathx/jaxp/
+
+ GNU JAXP, a part of the GNU Classpath Extensions project
+ (hosted at savannah.gnu.org) is a free implementation of the
+ standard XML processing APIs for Java:
+
+ * SAX Parser API
+ * DOM Level 2 generic XML data structures
+ * Sun's JAXP v1.1 interfaces
+
+ Import method:
+
+ cvs -d :ext:cbj@subversions.gnu.org:/cvsroot/classpath \
+ import -m "import classpathx jaxp 20030123" \
+ classpath/external/jaxp Classpathx JAXP_CVS_20030123
+