diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 12:11:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-19 12:11:46 +0000 |
commit | 9c0f48e129cb9b4d252e9adcc0e9e463940e7b1d (patch) | |
tree | db850c79c6f2af091eb7949139e8a2c77dc8d1cf /java/Makefile | |
parent | 6505ea89b2155212134c5d39ccff9b3ad0c4d592 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=241724
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 |