diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2012-09-26 08:50:07 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2012-09-26 08:50:07 +0000 |
commit | 182bbad662b45ecc15e2cc3d3de6cde7bdc77bea (patch) | |
tree | 21146c01631fbea841540074a6d198fdacd5ba74 /fop | |
parent | 036eef6b341a12a6551bab26edae74962b2adb68 (diff) | |
download | xmlgraphics-fop-182bbad662b45ecc15e2cc3d3de6cde7bdc77bea.tar.gz xmlgraphics-fop-182bbad662b45ecc15e2cc3d3de6cde7bdc77bea.zip |
Bugzilla#53887: A revert of r1325624 as the java.awt.headless JVM argument should be enabled by the user
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1390331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop')
-rwxr-xr-x | fop | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,6 @@ # Shell script to run FOP, adapted from the Jakarta-Ant project. rpm_mode=true -java_exec_args="-Djava.awt.headless=true" fop_exec_args= no_config=false fop_exec_debug=false @@ -248,7 +247,7 @@ fi # Execute FOP using eval/exec to preserve spaces in paths, # java options, and FOP args -fop_exec_command="exec \"$JAVACMD\" $java_exec_args $LOGCHOICE $LOGLEVEL -classpath \"$LOCALCLASSPATH\" $FOP_OPTS org.apache.fop.cli.Main $fop_exec_args" +fop_exec_command="exec \"$JAVACMD\" $LOGCHOICE $LOGLEVEL -classpath \"$LOCALCLASSPATH\" $FOP_OPTS org.apache.fop.cli.Main $fop_exec_args" if $fop_exec_debug ; then echo $fop_exec_command fi |