aboutsummaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-12-15 16:49:25 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-12-15 16:49:25 +0000
commitebaae469b608f370f64a8789d542967b4b5c129d (patch)
tree3302ab8b4ddd23cce95cc4946c0a1ed51e264475 /java/Makefile
parentec8c0c1100071f2f7ee8a261741acba73251db1e (diff)
downloadports-ebaae469b608f370f64a8789d542967b4b5c129d.tar.gz
ports-ebaae469b608f370f64a8789d542967b4b5c129d.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>
Notes
Notes: svn path=/head/; revision=95890
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
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