diff options
author | fotis <fotis@unknown> | 2000-12-17 16:28:36 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-12-17 16:28:36 +0000 |
commit | 25173107e9a271228a956ce70af9674d5f0c72ee (patch) | |
tree | f4ec08ac2242c10f5683b31e53e84616678c64a1 | |
parent | 8e4e5122ffdd11ddfb42c3ac16984f453b43aa41 (diff) | |
download | xmlgraphics-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.class | bin | 4165 -> 4103 bytes | |||
-rw-r--r-- | lib/Fop.java | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/lib/Fop.class b/lib/Fop.class Binary files differindex c905191b0..d48961ea4 100644 --- a/lib/Fop.class +++ b/lib/Fop.class 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(); |