diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-30 05:11:32 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-30 05:11:32 +0000 |
commit | 78923c939237043eae991467a18b5d0f83ec9910 (patch) | |
tree | bf9b52c241fa03089ab32d40df8cf673b9bd7f53 /textproc/crimson/pkg-message | |
parent | af16ac47a0a1a9c0da354029d7d36fa4291c77b8 (diff) |
New port for crimson-1.1, a Java XML parser which supports XML 1.0
via the following APIs:
* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package.
* SAX 2.0
* SAX2 Extensions version 1.0
* DOM Level 2 Core Recommendation
PR: 24291
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=40569
Diffstat (limited to 'textproc/crimson/pkg-message')
-rw-r--r-- | textproc/crimson/pkg-message | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/crimson/pkg-message b/textproc/crimson/pkg-message new file mode 100644 index 000000000000..697b65276efa --- /dev/null +++ b/textproc/crimson/pkg-message @@ -0,0 +1,7 @@ +The following jar files have been installed: + + %%PREFIX%%/share/java/classes/crimson.jar + %%PREFIX%%/share/java/classes/jaxp.jar + +Add them to your CLASSPATH to use JAXP. +Documentation is in %%PREFIX%%/share/java/crimson-1.1 |