aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfotis <fotis@unknown>2000-12-17 16:28:36 +0000
committerfotis <fotis@unknown>2000-12-17 16:28:36 +0000
commit25173107e9a271228a956ce70af9674d5f0c72ee (patch)
treef4ec08ac2242c10f5683b31e53e84616678c64a1
parent8e4e5122ffdd11ddfb42c3ac16984f453b43aa41 (diff)
downloadxmlgraphics-fop-25173107e9a271228a956ce70af9674d5f0c72ee.tar.gz
xmlgraphics-fop-25173107e9a271228a956ce70af9674d5f0c72ee.zip
removed call to configuration
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193885 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--lib/Fop.classbin4165 -> 4103 bytes
-rw-r--r--lib/Fop.java1
2 files changed, 0 insertions, 1 deletions
diff --git a/lib/Fop.class b/lib/Fop.class
index c905191b0..d48961ea4 100644
--- a/lib/Fop.class
+++ b/lib/Fop.class
Binary files 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();