diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-11-11 14:58:37 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-11-11 14:58:37 +0000 |
commit | dc35bae9c40d7cb30040eb0f11a4580ac2d58d89 (patch) | |
tree | fcd7e176833d0772bb038275df58abb0bf6e9068 /fop | |
parent | 72b1376d379540ae64e1326bd5f287d423d8c5ef (diff) | |
download | xmlgraphics-fop-dc35bae9c40d7cb30040eb0f11a4580ac2d58d89.tar.gz xmlgraphics-fop-dc35bae9c40d7cb30040eb0f11a4580ac2d58d89.zip |
Step 1 (SVN just doesn't want me to delete the old directories):
Created sandbox area (src/sandbox).
Moved MIF, PCL and SVG support to the sandbox due to their current state.
Build adjusted to build a fop-sandbox.jar (the three moved renderers automatically get registered if they are in the classpath).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop')
-rwxr-xr-x | fop | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,8 +140,8 @@ if [ -n "$CLASSPATH" ] ; then LOCALCLASSPATH=$CLASSPATH fi -# add fop.jar and fop-hyph.jar, which reside in $FOP_HOME/build -LOCALCLASSPATH=${FOP_HOME}/build/fop.jar:${FOP_HOME}/build/fop-hyph.jar:$LOCALCLASSPATH +# add fop.jar, fop-sandbox and fop-hyph.jar, which reside in $FOP_HOME/build +LOCALCLASSPATH=${FOP_HOME}/build/fop.jar:${FOP_HOME}/build/fop-sandbox.jar:${FOP_HOME}/build/fop-hyph.jar:$LOCALCLASSPATH # add in the dependency .jar files, which reside in $FOP_HOME/lib DIRLIBS=${FOP_HOME}/lib/*.jar |