Author: adelmelle
Date: Sat Jan 15 18:31:37 2011
New Revision: 1059385

URL: http://svn.apache.org/viewvc?rev=1059385&view=rev
Log:
Bugzilla 50590: Fix typo in fop_exec() function in fop.js. Thanks to 
sergeyb49.AT.gmail.

Modified:
    xmlgraphics/fop/trunk/fop.js

Modified: xmlgraphics/fop/trunk/fop.js
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop.js?rev=1059385&r1=1059384&r2=1059385&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop.js (original)
+++ xmlgraphics/fop/trunk/fop.js Sat Jan 15 18:31:37 2011
@@ -223,7 +223,7 @@ function fop_exec() {
        + (config.Exists("JAVA_OPTS")?config.Item("JAVA_OPTS") + " ":"")
        + (config.Exists("LOGCHOICE")?config.Item("LOGCHOICE") + " ":"")
        + (config.Exists("LOGLEVEL")?config.Item("LOGLEVEL") + " ":"")
-       "-classpath \"" + local_classpath + "\" "
+       + "-classpath \"" + local_classpath + "\" "
        + (config.Exists("FOP_OPTS")?config.Item("FOP_OPTS"):"")
        + "org.apache.fop.cli.Main " + fop_exec_args;
   if (debug || fop_exec_debug) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to