]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed copy/paste omission.
authorJeremias Maerki <jeremias@apache.org>
Fri, 6 Feb 2009 15:12:30 +0000 (15:12 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 6 Feb 2009 15:12:30 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741589 13f79535-47bb-0310-9956-ffa450edef68

examples/embedding/java/embedding/intermediate/ExampleStamp.java

index 42ea3413725d22c30cc8971b2036e2ec42d36413..860a75401374e319e958ad214283b657112d61d3 100644 (file)
@@ -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());