]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
removed call to configuration
authorfotis <fotis@unknown>
Sun, 17 Dec 2000 16:28:36 +0000 (16:28 +0000)
committerfotis <fotis@unknown>
Sun, 17 Dec 2000 16:28:36 +0000 (16:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193885 13f79535-47bb-0310-9956-ffa450edef68

lib/Fop.class
lib/Fop.java

index c905191b00b1265231e4c50477ad6a9e2c684242..d48961ea4f018bb8c21868db64fe233247085037 100644 (file)
Binary files a/lib/Fop.class and b/lib/Fop.class differ
index dbe4c568a210aeac1e5afef4cb6bb739527bbfac..4a67db973fe4d235edaf5a3b77495b600df95079 100644 (file)
@@ -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();