From: fotis Date: Sun, 17 Dec 2000 16:28:36 +0000 (+0000) Subject: removed call to configuration X-Git-Tag: pre-columns~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=25173107e9a271228a956ce70af9674d5f0c72ee;p=xmlgraphics-fop.git removed call to configuration git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193885 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/Fop.class b/lib/Fop.class index c905191b0..d48961ea4 100644 Binary files a/lib/Fop.class and b/lib/Fop.class differ diff --git a/lib/Fop.java b/lib/Fop.java index dbe4c568a..4a67db973 100644 --- a/lib/Fop.java +++ b/lib/Fop.java @@ -162,7 +162,6 @@ public class Fop { */ public void execute () throws BuildException { Driver driver = new Driver(); - driver.loadStandardConfiguration("standard"); driver.setBaseDir(fofile); boolean errors = false; String version = Version.getVersion();