You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ba...@apache.org on 2004/12/28 23:45:52 UTC

cvs commit: jakarta-site2/xdocs/stylesheets site.xsl site_printable.vsl

bayard      2004/12/28 14:45:52

  Modified:    .        build.xml
               xdocs/stylesheets site.xsl
  Removed:     xdocs/stylesheets site_printable.vsl
  Log:
  removed the docs_print concept
  
  Revision  Changes    Path
  1.12      +0 -27     jakarta-site2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	20 Jul 2004 16:24:02 -0000	1.11
  +++ build.xml	28 Dec 2004 22:45:51 -0000	1.12
  @@ -4,7 +4,6 @@
       <property name="project.name"   value="site"/>
       <property name="docs.src" location="xdocs"/>
       <property name="docs.dest" location="docs"/>
  -    <property name="docs.dest.print" location="docs_print"/>
       <property name="xslt.dest" location="xslt"/>
   
       <!-- Build classpath -->
  @@ -63,32 +62,6 @@
           -->
       </target>
       
  -    <!-- This Target is for output of documentation that can be printed -->
  -    <target name="docs_print" depends="prepare-error" if="AnakiaTask.present"
  -     description="Render Printable Pages via Anakia">
  -        <taskdef name="anakia" 
  -            classname="org.apache.velocity.anakia.AnakiaTask">
  -            <classpath refid="classpath"/>
  -        </taskdef>
  -        <anakia basedir="${docs.src}" destdir="${docs.dest.print}/"
  -             extension=".html" style="./site_printable.vsl"
  -             projectFile="stylesheets/project.xml"
  -             excludes="**/stylesheets/** empty.xml"
  -             includes="**/*.xml"
  -             lastModifiedCheck="true"
  -             templatePath="./xdocs/stylesheets"
  -        >
  -        </anakia>
  -        <copy todir="${docs.dest.print}/images" filtering="no">
  -            <fileset dir="${docs.src}/images">
  -                <include name="**/*.gif"/>
  -                <include name="**/*.jpeg"/>
  -                <include name="**/*.jpg"/>
  -            </fileset>
  -        </copy>
  -  </target> 
  -
  -
     <!-- This target is for output of HTML pages via XSLT -->
     <!-- Requires JAXP/1.1 (all three JARs) or Xerces+Xalan -->
     <target name="xslt"
  
  
  
  1.8       +1 -3      jakarta-site2/xdocs/stylesheets/site.xsl
  
  Index: site.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- site.xsl	31 Dec 2003 14:42:28 -0000	1.7
  +++ site.xsl	28 Dec 2004 22:45:52 -0000	1.8
  @@ -8,8 +8,6 @@
   
   * Handling of the <image> element to insert relative path prefixes
   
  -* Functional equivalent of "site_printable.vsl" not yet started.
  -
   -->
   
   
  
  
  

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