diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-19 20:11:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-19 20:11:46 +0800 |
commit | 93e1a3a2853887cdd58ba690ddf873e9df4664f8 (patch) | |
tree | dd1972391b6c32cd23c69aeb79415617217dfb27 /java/Makefile | |
parent | fc0e485bdd01bf5203e3a4ee3251cd0f8cd75fa3 (diff) | |
download | freebsd-ports-gnome-93e1a3a2853887cdd58ba690ddf873e9df4664f8.tar.gz freebsd-ports-gnome-93e1a3a2853887cdd58ba690ddf873e9df4664f8.tar.zst freebsd-ports-gnome-93e1a3a2853887cdd58ba690ddf873e9df4664f8.zip |
ServingXML is an open source, Apache 2.0 licensed, framework for flat/XML data
transformations.
It defines an extensible markup vocabulary for expressing flat-XML, XML-flat,
flat-flat, and XML-XML processing in pipelines.
ServingXML comes with a console app, and also documents an API for embedding
the software in a standard Java or J2EE application.
WWW: http://servingxml.sourceforge.net/
PR: ports/138914
Feature safe: yes
Submitted by: Jean-Paul Beconne <jpbeconne@free.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 0d6ef81ea189..0293bbc53b9a 100644 --- a/java/Makefile +++ b/java/Makefile @@ -153,6 +153,7 @@ SUBDIR += proguard SUBDIR += sablevm SUBDIR += sablevm-classpath + SUBDIR += servingxml SUBDIR += shujit SUBDIR += simplicity SUBDIR += springframework |