From: William Victor Mote Date: Thu, 24 Apr 2003 04:06:40 +0000 (+0000) Subject: move overview.html to fop's root src directory. X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1548 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0658a2c1e7a47b3be740f2f39362cf573e9e0e8e;p=xmlgraphics-fop.git move overview.html to fop's root src directory. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196336 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 1c375586c..8397f15fb 100644 --- a/build.xml +++ b/build.xml @@ -579,7 +579,7 @@ list of possible build targets. windowtitle="${Name} API" doctitle="${Name}" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." - overview="${src.dir}/overview.html" + overview="${src.dir}/java/org/apache/fop/overview.html" failonerror="true"> diff --git a/src/java/org/apache/fop/overview.html b/src/java/org/apache/fop/overview.html new file mode 100644 index 000000000..af1f3c055 --- /dev/null +++ b/src/java/org/apache/fop/overview.html @@ -0,0 +1,9 @@ + +FOP Overview + +

FOP is an XSL formatter and renderer that works with an XSLT transformer to +produce PDF (and eventually other output formats) from XML documents.

+ +

To get an overview of the FOP process, begin with the class org.apache.fop.apps.Driver.

+ + \ No newline at end of file diff --git a/src/overview.html b/src/overview.html deleted file mode 100644 index af1f3c055..000000000 --- a/src/overview.html +++ /dev/null @@ -1,9 +0,0 @@ - -FOP Overview - -

FOP is an XSL formatter and renderer that works with an XSLT transformer to -produce PDF (and eventually other output formats) from XML documents.

- -

To get an overview of the FOP process, begin with the class org.apache.fop.apps.Driver.

- - \ No newline at end of file