aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-02-06 15:12:30 +0000
committerJeremias Maerki <jeremias@apache.org>2009-02-06 15:12:30 +0000
commit4aa0ff8520e721b555632a635fd1cbd3b2f7b24f (patch)
treec71d8bb9f1f656b15412c485f3833a0662c9c0a7
parentc3e361cc95e11e15e45f698943f85e528ef18592 (diff)
downloadxmlgraphics-fop-4aa0ff8520e721b555632a635fd1cbd3b2f7b24f.tar.gz
xmlgraphics-fop-4aa0ff8520e721b555632a635fd1cbd3b2f7b24f.zip
Fixed copy/paste omission.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741589 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--examples/embedding/java/embedding/intermediate/ExampleStamp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedding/java/embedding/intermediate/ExampleStamp.java b/examples/embedding/java/embedding/intermediate/ExampleStamp.java
index 42ea34137..860a75401 100644
--- a/examples/embedding/java/embedding/intermediate/ExampleStamp.java
+++ b/examples/embedding/java/embedding/intermediate/ExampleStamp.java
@@ -115,7 +115,7 @@ public class ExampleStamp {
//Setup output file
File xsltfile = new File(baseDir, "xml/xslt/projectteam2fo.xsl");
- File iffile = new File(outDir, "team.at.xml");
+ File iffile = new File(outDir, "team.if.xml");
File stampxsltfile = new File(baseDir, "xml/xslt/ifstamp.xsl");
File pdffile = new File(outDir, "ResultIFStamped.pdf");
System.out.println("Intermediate file : " + iffile.getCanonicalPath());