You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/04/24 06:06:41 UTC

cvs commit: xml-fop/src overview.html

vmote       2003/04/23 21:06:40

  Modified:    .        build.xml
  Added:       src/java/org/apache/fop overview.html
  Removed:     src      overview.html
  Log:
  move overview.html to fop's root src directory.
  
  Revision  Changes    Path
  1.80      +1 -1      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- build.xml	20 Mar 2003 00:52:12 -0000	1.79
  +++ build.xml	24 Apr 2003 04:06:39 -0000	1.80
  @@ -579,7 +579,7 @@
           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">
         <sourcepath>
           <pathelement path="${src.java}"/>
  
  
  
  1.1                  xml-fop/src/java/org/apache/fop/overview.html
  
  Index: overview.html
  ===================================================================
  <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>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org