Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag
Browse files Browse the repository at this point in the history
'Before_Merge_KnuthStylePageBreaking_Branch'.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/Before_Merge_KnuthStylePageBreaking_Branch@198589 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
No Author committed Apr 20, 2005
1 parent 5b56cab commit 9dea5f9
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions test/java/org/apache/fop/threading/FOProcessorImpl.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2005 The Apache Software Foundation.
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -20,20 +20,16 @@

import java.io.InputStream;
import java.io.OutputStream;

import javax.xml.transform.Result;
import javax.xml.transform.Source;
import javax.xml.transform.Templates;
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerException;
import javax.xml.transform.TransformerFactory;
import java.net.URL;
import javax.xml.transform.*;
import javax.xml.transform.stream.StreamSource;
import javax.xml.transform.stream.StreamResult;
import javax.xml.transform.sax.SAXResult;

import org.xml.sax.InputSource;

import org.apache.avalon.framework.logger.AbstractLogEnabled;
import org.apache.avalon.framework.configuration.Configurable;
import org.apache.avalon.framework.configuration.Configuration;
import org.apache.avalon.framework.configuration.ConfigurationException;
import org.apache.avalon.framework.configuration.*;

import org.apache.fop.apps.Fop;
import org.apache.fop.apps.FOPException;
Expand Down

0 comments on commit 9dea5f9

Please sign in to comment.