aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/apps/Fop.java
Commit message (Collapse)AuthorAgeFilesLines
* Formatted code according to code standards.Tore Engvig2001-07-301-7/+7
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* fixed line endingsKeiron Liddle2001-07-041-24/+22
| | | | | | | | some cleanup also no code changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194328 13f79535-47bb-0310-9956-ffa450edef68
* Removed uses of System.out where throwing a FOPException should suffice.Kelly Campbell2001-04-121-3/+22
| | | | | | | | | | | | Refactored code to throw FOPExceptions so embedding FOP wont' cause app server JVMs to exit. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194208 13f79535-47bb-0310-9956-ffa450edef68
* Backed out System.exit() change. This would be problematic for peopleKelly Campbell2001-03-311-1/+0
| | | | | | | | | | | who (wrongly) embed Fop by calling main(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194183 13f79535-47bb-0310-9956-ffa450edef68
* Added explicit System.exit(0) when main is done to work around MacOS XKelly Campbell2001-03-311-0/+1
| | | | | | | | | | | | JDK issue which leaves the JVM running when main is done on command line apps. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194182 13f79535-47bb-0310-9956-ffa450edef68
* Updated command linearved2001-02-211-0/+17
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194079 13f79535-47bb-0310-9956-ffa450edef68