aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Packaged build tasks into lib/buildtools.jarKelly Campbell2001-01-167-637/+0
| | | | | | | | | | Added buildtools.xml for building the build tools jar file. Moved source for ant tasks into src/org/apache/fop/tools/anttasks Set up dual support for Xalan 1 native and Xalan 2 JAXP1.1 transform interfaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193970 13f79535-47bb-0310-9956-ffa450edef68
* adds to script creation of html documentationfotis2001-01-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193956 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring of Xslt task to allow either Xalan-J-1.2.x or Trax (Xalan-J-2) toKelly Campbell2000-12-196-0/+637
| | | | | | | be used for xsl transforms. This is experimental still. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193913 13f79535-47bb-0310-9956-ffa450edef68
* Changed output from Writer to OutputStream to allow for binary output.Kelly Campbell2000-12-182-7/+2
| | | | | | | Added compression filters for PDF renderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193888 13f79535-47bb-0310-9956-ffa450edef68
* removed call to configurationfotis2000-12-172-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193885 13f79535-47bb-0310-9956-ffa450edef68
* because Ant task expects to find already compiled classes, we have to ↵fotis2000-12-1211-0/+0
| | | | | | duplicate this. Any better ideas? git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193863 13f79535-47bb-0310-9956-ffa450edef68
* adds hyphenation (Carlos Villegas, Fotis Jannidis) and simple configuration ↵fotis2000-12-125-132/+338
| | | | | | support (F.J.) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193861 13f79535-47bb-0310-9956-ffa450edef68
* updated svg stuff for the latest java bindingsKeiron Liddle2000-11-291-0/+0
| | | | | | | | added some props for units, gradient etc. jstyle'd git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193847 13f79535-47bb-0310-9956-ffa450edef68
* Stops automatic switching of Xalan to the XercesLiaison class and the Xerces DOMfotis2000-11-173-3/+3
| | | | | | | [Kelly Campbell] git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193825 13f79535-47bb-0310-9956-ffa450edef68
* inner class belonging to Xslt.class (Kelly Campbell)fotis2000-11-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193791 13f79535-47bb-0310-9956-ffa450edef68
* code look beautified and standardized by JStylefotis2000-11-121-271/+284
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193790 13f79535-47bb-0310-9956-ffa450edef68
* speedup of build process: added a compiled stylesheet cache and a merge ↵fotis2000-11-122-10/+95
| | | | | | | | | capability to Xslt.java I added the use of <xsl:key> to the font-file.xsl (contributed by Kelly Campbell) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193789 13f79535-47bb-0310-9956-ffa450edef68
* Adds textdeko.fo file example. Applies Art Welch's JDK 1.1.x compatibilitySteve Coffman2000-10-261-5/+5
| | | | | | | fixes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193739 13f79535-47bb-0310-9956-ffa450edef68
* Christian Geisert's patch to allow JDK 1.1 people to use no images.Steve Coffman2000-10-121-1/+1
| | | | | | | Doesn't hurt on 1.2, but haven't tested on 1.1 system. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193724 13f79535-47bb-0310-9956-ffa450edef68
* updated to the latest java bindingsKeiron Liddle2000-08-141-0/+0
| | | | | | | Obtained from:compiled java bindings (with other required class) from w3.org git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193665 13f79535-47bb-0310-9956-ffa450edef68
* Added comment so that I'll be owner on locus, so I can fix theSteve Coffman2000-08-091-1/+1
| | | | | | | permissions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193618 13f79535-47bb-0310-9956-ffa450edef68
* adds property list mappingsKeiron Liddle2000-08-032-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193599 13f79535-47bb-0310-9956-ffa450edef68
* describes libraries and class files in this directoryfotis2000-08-011-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193573 13f79535-47bb-0310-9956-ffa450edef68
* update: use Messagehandler instead of System.err.printlnfotis2000-08-012-13/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193572 13f79535-47bb-0310-9956-ffa450edef68
* replaced this ant task with a xslt stylesheet (discovered that stylebook ↵fotis2000-08-012-259/+0
| | | | | | doesn't need the dtd) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193569 13f79535-47bb-0310-9956-ffa450edef68
* updates ant.jar to ant 1.1 releasefotis2000-07-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193560 13f79535-47bb-0310-9956-ffa450edef68
* update to new ant versionfotis2000-07-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193544 13f79535-47bb-0310-9956-ffa450edef68
* updated to the latest svg java bindingsKeiron Liddle2000-07-181-0/+0
| | | | | | | | spec dated 20000629 Obtained from: svg java bindings from w3.org git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193516 13f79535-47bb-0310-9956-ffa450edef68
* update to SAX 2 parserfotis2000-07-152-25/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193511 13f79535-47bb-0310-9956-ffa450edef68
* lib for svg java bindingsKeiron Liddle2000-07-111-0/+0
| | | | | | | this is temporary until the official w3c svg java bindings are useable git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193465 13f79535-47bb-0310-9956-ffa450edef68
* extensions to Antfotis2000-07-063-4/+315
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193459 13f79535-47bb-0310-9956-ffa450edef68
* add: ant task needed by an ant script to write all xml documentation files ↵fotis2000-06-232-0/+294
| | | | | | into one pdf file git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193437 13f79535-47bb-0310-9956-ffa450edef68
* new fop examples and testsfotis2000-03-146-136/+482
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193299 13f79535-47bb-0310-9956-ffa450edef68
* Switching from make to Antfotis2000-03-065-0/+224
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193284 13f79535-47bb-0310-9956-ffa450edef68