aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools/anttasks
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 675590,675604,675698,675845,675854 via svnmerge from Adrian Cumiskey2008-07-111-17/+17
* Merged revisions 675258 via svnmerge from Adrian Cumiskey2008-07-091-1/+1
* Merged revisions 675253 via svnmerge from Adrian Cumiskey2008-07-091-1/+23
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-183-4/+4
* Readding the default format. This solves bug 41271.Simon Pepping2007-01-021-0/+3
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-285-25/+30
* Bugzilla #39809: Jeremias Maerki2006-06-141-1/+3
* Restore configurability of Ant task.Jeremias Maerki2006-05-221-25/+13
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-4/+5
* Added support for userconfig attribute in FOP Ant task. Jeremias Maerki2006-02-171-5/+31
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-4/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-66/+61
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-2/+4
* Reintroduce they user's hyphenation patterns into the build process.Simon Pepping2005-08-231-22/+34
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-2/+2
* Bugzilla: #33760Jeremias Maerki2005-06-091-0/+11
* PR:Glen Mazza2005-01-302-35/+42
* PR:Glen Mazza2004-09-061-2/+2
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-2/+1
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-18/+19
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-1/+1
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-3/+1
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-1/+0
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+0
* PR:Glen Mazza2004-03-311-18/+39
* Comments fixed.Glen Mazza2004-03-201-2/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-274-186/+58
* Add dependant jars to the classloader.Finn Bock2004-01-211-12/+21
* New feature for the Ant task: relativebase="true" uses the directory of each ...Jeremias Maerki2003-11-221-2/+28
* move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...William Victor Mote2003-08-221-1/+1
* 1. FOPTaskStarter separated from Starter class (was not using latter's InputH...Glen Mazza2003-08-121-3/+3
* Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...Glen Mazza2003-08-121-2/+2
* Patch 21381: New "force" attribute added to FOP task, update to documentation.Glen Mazza2003-07-301-7/+50
* Created a new overloaded method Driver.render(InputHandler), simplifies inter...Glen Mazza2003-07-271-7/+1
* Revert refactoring of Driver to Session. Files affected should be identical t...William Victor Mote2003-06-171-22/+22
* 1. Copy apps.Driver to apps.Session.William Victor Mote2003-06-171-22/+22
* Replace use of deprecated field with recommended method to remove a compiler ...William Victor Mote2003-04-231-30/+30
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-114-0/+1191