]> source.dussan.org Git - xmlgraphics-fop.git/commit
1.) CommandLineStarter removed, its functionality placed directly into Fop.main().
authorGlen Mazza <gmazza@apache.org>
Tue, 12 Aug 2003 22:40:49 +0000 (22:40 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 12 Aug 2003 22:40:49 +0000 (22:40 +0000)
commit8880ae5b8eb03e2363b1b66dc1f64ff0b08ce796
treefa1a16b897fb135133e4db835f66e107d471440a
parentf2233a92423631c227cd6556a4caf0c229e63bde
1.) CommandLineStarter removed, its functionality placed directly into Fop.main().
Fop.main() now responsible for taking command-line input as provided from
CommandLineOptions, and activating a Driver instance with that data.

2.) Minor cleanup of error messages in CommandLineOptions.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196794 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/CommandLineOptions.java
src/java/org/apache/fop/apps/CommandLineStarter.java [deleted file]
src/java/org/apache/fop/apps/Fop.java