diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-12-15 16:49:25 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-12-15 16:49:25 +0000 |
commit | ebaae469b608f370f64a8789d542967b4b5c129d (patch) | |
tree | 3302ab8b4ddd23cce95cc4946c0a1ed51e264475 /java/Makefile | |
parent | - Update from 2.0.0b9 to 2.0.0 (diff) |
Add a port of jaxen:
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .
Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.
WWW: http://jaxen.org
PR: 60085
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes
Notes:
svn path=/head/; revision=95890
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index de3ecf40cd1f..2e8d81a9fa04 100644 --- a/java/Makefile +++ b/java/Makefile @@ -47,6 +47,7 @@ SUBDIR += javamail SUBDIR += javavmwrapper SUBDIR += javel + SUBDIR += jaxen SUBDIR += jboss2 SUBDIR += jboss3 SUBDIR += jce-aba |