freebsd-ports/java/servingxml/files/patch-servingxml
Martin Wilke 9c0f48e129 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>
2009-09-19 12:11:46 +00:00

12 lines
618 B
Plaintext

--- servingxml 2009-09-09 21:24:47.000000000 +0200
+++ servingxml.new 2009-09-09 21:09:44.000000000 +0200
@@ -86,7 +86,7 @@
fi
# add fop.jar, fop-sandbox and fop-hyph.jar, which reside in $SERVINGXML_HOME/build
-LOCALCLASSPATH=${SERVINGXML_HOME}/servingxml.jar${pathSepChar}${SERVINGXML_HOME}/config${pathSepChar}${SERVINGXML_HOME}/classes
+LOCALCLASSPATH=${SERVINGXML_HOME}/servingxml.jar${pathSepChar}${SERVINGXML_HOME}/config${pathSepChar}${SERVINGXML_HOME}/classes${pathSepChar}${LOCALCLASSPATH}
# add in the dependency .jar files, which reside in $SERVINGXML_HOME/lib
DIRLIBS=${SERVINGXML_HOME}/lib/*.jar