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 ch...@apache.org on 2002/07/05 18:21:55 UTC

cvs commit: xml-fop/docs/xml-docs/skins/xml.apache.org/stylesheets book2project.xsl changes2document.xsl context2label.xsl copyover.xsl directory2project.xsl document2html.xsl document2image.xsl document2project.xsl faqs-big2document.xsl faqs2document.xsl scan4resources.xsl spec2html.xsl todo2document.xsl

chrisg      2002/07/05 09:21:54

  Modified:    .        Tag: fop-0_20_2-maintain build.xml
  Removed:     docs/design Tag: fop-0_20_2-maintain architecture.xml
                        areas.xml book.xml embedding.xml float.svg
                        fotree.xml intro.xml layout.xml optimise.xml
                        page.svg properties.xml renderers.xml status.xml
                        useragent.xml
               docs/design/fo_impl Tag: fop-0_20_2-maintain fo_classes.xml
                        fo_classes.xsl
               docs/xml-docs Tag: fop-0_20_2-maintain fop.xml readme
                        xml2pdf.xsl xml2xml.xsl
               docs/xml-docs/data Tag: fop-0_20_2-maintain document.svg
                        layout.svgz logo.svg title.svg
               docs/xml-docs/dtd Tag: fop-0_20_2-maintain changes-v10.dtd
                        characters.ent document-v10.dtd faq-v10.dtd
                        specification-v10.dtd todo-v10.dtd
               docs/xml-docs/fop Tag: fop-0_20_2-maintain bugs.xml
                        compiling.xml configuration.xml document.jpg
                        download.xml embedding.xml examples.xml
                        extensions.xml faq-big.xml faq.xml fonts.xml
                        implemented.xml involved.xml layout.jpg license.xml
                        limitations.xml output.xml readme.xml relnotes.xml
                        resources.xml running.xml svg.xml testing.xml
                        title.jpg todo.xml
               docs/xml-docs/skins/xml.apache.org Tag: fop-0_20_2-maintain
                        loader.xml
               docs/xml-docs/skins/xml.apache.org/graphics Tag:
                        fop-0_20_2-maintain button-a.gif button-b.gif
               docs/xml-docs/skins/xml.apache.org/resources Tag:
                        fop-0_20_2-maintain bar-border-bottom.gif
                        bar-border-left.gif bar-border-right.gif
                        bar-border-top.gif bar-bottom-left.gif
                        bar-bottom-right.gif bar-top-left.gif
                        bar-top-right.gif bottom.gif button-asf-hi.gif
                        button-asf-lo.gif button-w3c-hi.gif
                        button-w3c-lo.gif button-xml-hi.gif
                        button-xml-lo.gif close.gif dot.gif join.gif
                        line.gif logo.gif note.gif right.gif script.js
                        separator.gif void.gif
               docs/xml-docs/skins/xml.apache.org/stylesheets Tag:
                        fop-0_20_2-maintain book2project.xsl
                        changes2document.xsl context2label.xsl copyover.xsl
                        directory2project.xsl document2html.xsl
                        document2image.xsl document2project.xsl
                        faqs-big2document.xsl faqs2document.xsl
                        scan4resources.xsl spec2html.xsl todo2document.xsl
  Log:
  removed old docs (docs are maintained in the trunk)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.44.2.19 +3 -5      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.44.2.18
  retrieving revision 1.44.2.19
  diff -u -r1.44.2.18 -r1.44.2.19
  --- build.xml	4 Jul 2002 21:38:38 -0000	1.44.2.18
  +++ build.xml	5 Jul 2002 16:21:52 -0000	1.44.2.19
  @@ -149,9 +149,7 @@
       </fileset>
   
       <fileset dir="${basedir}" id="dist.src">
  -       <exclude name="lib/classes/**"/>
  -       <exclude name="lib/org/**"/>
  -       <exclude name="lib/src/**"/>
  +       <exclude name="lib/jimi*"/>
          <exclude name="build/**"/>
          <include name="src/**"/>
          <include name="conf/**"/>
  @@ -673,7 +671,7 @@
     <!-- =================================================================== -->
     <target name="dist" depends="dist-src,dist-bin"/>
   
  -  <target name="dist-bin" depends="package, htmldoc">
  +  <target name="dist-bin" depends="package">
       <echo message="Building the binary distribution files (zip,tar)"/>
       <mkdir dir="${dist.bin.result.dir}"/>
       <copy todir="${dist.bin.result.dir}">
  @@ -692,7 +690,7 @@
     </target>
   
   
  -  <target name="dist-src" depends="package, htmldoc">
  +  <target name="dist-src" depends="package">
       <echo message="Building the source distribution files (zip,tar)"/>
       <mkdir dir="${dist.src.result.dir}"/>
       <copy todir="${dist.src.result.dir}">
  
  
  

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