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/servingxml/files | |
| parent | 6505ea89b2155212134c5d39ccff9b3ad0c4d592 (diff) | |
Notes
Diffstat (limited to 'java/servingxml/files')
| -rw-r--r-- | java/servingxml/files/patch-servingxml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/servingxml/files/patch-servingxml b/java/servingxml/files/patch-servingxml new file mode 100644 index 000000000000..49edf3c7ae86 --- /dev/null +++ b/java/servingxml/files/patch-servingxml @@ -0,0 +1,11 @@ +--- 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 |
