diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-08-23 14:06:25 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-08-23 14:06:25 +0000 |
commit | d23dad3ac526243651ecfc64e5ba42f2b76c959c (patch) | |
tree | 52820c77727ad46685477114b339f33631d283b3 /build.xml | |
parent | c4aa8acd9cffd99ba4858d54991a00e338fb1e5b (diff) | |
download | xmlgraphics-fop-d23dad3ac526243651ecfc64e5ba42f2b76c959c.tar.gz xmlgraphics-fop-d23dad3ac526243651ecfc64e5ba42f2b76c959c.zip |
Moved CLI to its own package. New main class is org.apache.fop.cli.Main.
InputHandler is not passed through the FOUserAgent anymore. IMO it doesn't belong there. Instead I defined an interface "Renderable" in the AWT preview that InputHandler implements. This is used exclusively for reloading the document inside the preview dialog.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@239409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -428,7 +428,7 @@ list of possible build targets. <jar jarfile="${build.dir}/fop.jar" basedir="${build.classes.dir}" includes="org/**"> <manifest> - <attribute name="Main-Class" value="org.apache.fop.apps.Fop"/> + <attribute name="Main-Class" value="org.apache.fop.cli.Main"/> <!--attribute name="Class-Path" value="${manifest-classpath}"/--> <attribute name="Implementation-Title" value="${Name}"/> <attribute name="Implementation-Version" value="${version}"/> |