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.bat | |
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.bat')
-rw-r--r-- | fop.bat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ rem set LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=INFO set LIBDIR=%LOCAL_FOP_HOME%lib set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar +set LOCALCLASSPATH=%LOCALCLASSPATH%;%LOCAL_FOP_HOME%build\fop-sandbox.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LOCAL_FOP_HOME%build\fop-hyph.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis-1.3.02.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xercesImpl-2.7.1.jar |