Browse Source

Looks for fop.jar in top


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194192 13f79535-47bb-0310-9956-ffa450edef68
pull/33/head
arved 23 years ago
parent
commit
df6627a9a0
2 changed files with 4 additions and 0 deletions
  1. 1
    0
      fop.bat
  2. 3
    0
      fop.sh

+ 1
- 0
fop.bat View File

@@ -0,0 +1 @@
java -cp fop.jar;lib\w3c.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8

+ 3
- 0
fop.sh View File

@@ -0,0 +1,3 @@
#!/bin/sh
java -cp fop.jar:lib/w3c.jar:lib/xalan-2.0.0.jar:lib/xerces-1.2.3.jar:lib/jimi-1.0.jar org.apache.fop.apps.Fop "$@"


Loading…
Cancel
Save