diff options
author | Glen Mazza <gmazza@apache.org> | 2004-07-07 22:15:10 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-07-07 22:15:10 +0000 |
commit | ed53ed2ac6ef7c26569f11c0df22ba4e841f43ce (patch) | |
tree | d04c3e03a4d25d804c002f2bd80c975aa7513da8 /examples/embedding/build.xml | |
parent | 18a28ab107b07c5ba0fee9a57ede8fb00b2fbaa3 (diff) | |
download | xmlgraphics-fop-ed53ed2ac6ef7c26569f11c0df22ba4e841f43ce.tar.gz xmlgraphics-fop-ed53ed2ac6ef7c26569f11c0df22ba4e841f43ce.zip |
Switch from non-JAXP DOM processing to using JAXP identity transformation
for ExampleDOM2PDF example. Patch from Jeremias Maerki.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/embedding/build.xml')
-rw-r--r-- | examples/embedding/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml index 203d92a1d..c505475b1 100644 --- a/examples/embedding/build.xml +++ b/examples/embedding/build.xml @@ -121,7 +121,7 @@ </java> </target> <target name="example6" depends="compile" description="Runs the DOM to PDF example"> - <echo message="Running the Object to PDF example"/> + <echo message="Running the DOM to PDF example"/> <java classname="${name}.ExampleDOM2PDF" fork="yes"> <classpath> <path refid="project.class.path"/> @@ -130,7 +130,7 @@ </java> </target> <target name="example7" depends="compile" description="Runs the SVG to PDF example"> - <echo message="Running the Object to PDF example"/> + <echo message="Running the SVG to PDF example"/> <java classname="${name}.ExampleSVG2PDF" fork="yes"> <classpath> <path refid="project.class.path"/> |