diff options
author | glewis <glewis@FreeBSD.org> | 2003-12-16 00:49:25 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-12-16 00:49:25 +0800 |
commit | 6ac2c9610bbf4be12ffa8654f6a8b079dcd23fab (patch) | |
tree | f87fefa63ab385c815a904889b2dbfcb1f5f50a2 /java/Makefile | |
parent | 0fae473343e9f46928f266ba0fa3bdc57c02605c (diff) | |
download | freebsd-ports-gnome-6ac2c9610bbf4be12ffa8654f6a8b079dcd23fab.tar.gz freebsd-ports-gnome-6ac2c9610bbf4be12ffa8654f6a8b079dcd23fab.tar.zst freebsd-ports-gnome-6ac2c9610bbf4be12ffa8654f6a8b079dcd23fab.zip |
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>
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 |