aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-08-23 14:06:25 +0000
committerJeremias Maerki <jeremias@apache.org>2005-08-23 14:06:25 +0000
commitd23dad3ac526243651ecfc64e5ba42f2b76c959c (patch)
tree52820c77727ad46685477114b339f33631d283b3 /build.xml
parentc4aa8acd9cffd99ba4858d54991a00e338fb1e5b (diff)
downloadxmlgraphics-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7a4c2deab..8ff595cc7 100644
--- a/build.xml
+++ b/build.xml
@@ -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}"/>