]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
move overview.html to fop's root src directory.
authorWilliam Victor Mote <vmote@apache.org>
Thu, 24 Apr 2003 04:06:40 +0000 (04:06 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 24 Apr 2003 04:06:40 +0000 (04:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196336 13f79535-47bb-0310-9956-ffa450edef68

build.xml
src/java/org/apache/fop/overview.html [new file with mode: 0644]
src/overview.html [deleted file]

index 1c375586ccb6fb9446a2668f9cbdc52027a437cf..8397f15fbd6feffbb869a0e79e3b90f1f18ace32 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -579,7 +579,7 @@ list of possible build targets.
         windowtitle="${Name} API"
         doctitle="${Name}"
         bottom="Copyright &#169; ${year} Apache Software Foundation. All Rights Reserved."
-        overview="${src.dir}/overview.html"
+        overview="${src.dir}/java/org/apache/fop/overview.html"
         failonerror="true">
       <sourcepath>
         <pathelement path="${src.java}"/>
diff --git a/src/java/org/apache/fop/overview.html b/src/java/org/apache/fop/overview.html
new file mode 100644 (file)
index 0000000..af1f3c0
--- /dev/null
@@ -0,0 +1,9 @@
+<HTML>
+<TITLE>FOP Overview</TITLE>
+<BODY>
+<P>FOP is an XSL formatter and renderer that works with an XSLT transformer to
+produce PDF (and eventually other output formats) from XML documents.</P>
+
+<P>To get an overview of the FOP process, begin with the class <A HREF="org/apache/fop/apps/Driver.html">org.apache.fop.apps.Driver</A>.</P>
+</BODY>
+</HTML>
\ No newline at end of file
diff --git a/src/overview.html b/src/overview.html
deleted file mode 100644 (file)
index af1f3c0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<HTML>
-<TITLE>FOP Overview</TITLE>
-<BODY>
-<P>FOP is an XSL formatter and renderer that works with an XSLT transformer to
-produce PDF (and eventually other output formats) from XML documents.</P>
-
-<P>To get an overview of the FOP process, begin with the class <A HREF="org/apache/fop/apps/Driver.html">org.apache.fop.apps.Driver</A>.</P>
-</BODY>
-</HTML>
\ No newline at end of file