Browse Source

Add fop-hyph.jar to the classpath if it is in the build directory



git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@280641 13f79535-47bb-0310-9956-ffa450edef68
fop-0_20_2-maintain
Simon Pepping 18 years ago
parent
commit
a5823d6fe9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      fop.sh

+ 2
- 0
fop.sh View File

@@ -79,6 +79,8 @@ fi

# add fop.jar, which resides in $FOP_HOME/build
LOCALCLASSPATH=${FOP_HOME}/build/fop.jar:$LOCALCLASSPATH
# add fop-hyph.jar, which may reside in $FOP_HOME/build
LOCALCLASSPATH=${FOP_HOME}/build/fop-hyph.jar:$LOCALCLASSPATH

# add in the dependency .jar files, which reside in $FOP_HOME/lib
DIRLIBS=${FOP_HOME}/lib/*.jar

Loading…
Cancel
Save