diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-10-18 20:31:22 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-10-18 20:31:22 +0000 |
commit | 14b1ff6bc5311d507e52d76106a5e5247a2982ac (patch) | |
tree | 66679ddcfca4bfa178328334eacc817d525dda8f /textproc/Makefile | |
parent | a52cdf4c2a21f41d6f90bb43a3bc9bea3895b4ef (diff) |
. Add a port of dom4j:
"dom4j is an easy to use, open source library for working with XML, XPath
and XSLT on the Java platform using the Java Collections Framework and
with full support for DOM, SAX and JAXP.
WWW: http://www.dom4j.org/"
Reviewed by: hq
Notes
Notes:
svn path=/head/; revision=145805
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index abf4cae8598a..00bba461eb61 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -96,6 +96,7 @@ SUBDIR += docproj-jadetex SUBDIR += docproj-nojadetex SUBDIR += domc + SUBDIR += dom4j SUBDIR += dsssl-docbook-cygnus SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs |