User: pathoss 
  Date: 02/05/30 14:07:43

  Modified:    docs     build.xml
  Log:
  No more docbook.
  
  Revision  Changes    Path
  1.4       +0 -51     xdoclet/docs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/docs/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- build.xml 29 May 2002 01:51:29 -0000      1.3
  +++ build.xml 30 May 2002 21:07:43 -0000      1.4
  @@ -17,57 +17,6 @@
       </path>
   
       <!-- =================================================================== -->
  -    <!-- Creates the XML->XSLT->HTML documentation                           -->
  -    <!-- =================================================================== -->
  -    <target name="html-docs" description="Generate HTML docs from docbook">
  -        <!-- Generate HTML from XML -->
  -        <!--touch file="${src.dir}/docs/index.xml"/-->
  -        <mkdir dir="${docs.build.dir}"/>
  -        <xslt 
  -            processor="trax"
  -            basedir="${docs.src.dir}"
  -            destdir="${docs.build.dir}"
  -            style="${lib.dir}/docbook/html/chunk.xsl"
  -            includes="index.xml"
  -            classpath="${basedir}/saxon.jar"
  -        />
  -        
  -        <!-- create a single HTML document -->
  -        <!--copy file="${src.dir}/docs/index.xml" 
tofile="${src.dir}/docs/index-all.xml"/-->
  -        
  -        <!--xslt 
  -            processor="trax"
  -            basedir="${src.dir}/docs"
  -            destdir="${build.dir}/result/web/docs"
  -            style="${basedir}/lib/docbook/html/fullpage.xsl"
  -            includes="index-all.xml"
  -            classpathref="core.class.path"
  -        /-->
  -        
  -        <!--delete file="${src.dir}/docs/index-all.xml"/-->        
  -
  -        <!--move todir="${build.dir}/result/web/docs">
  -            <fileset dir="${src.dir}/build">
  -                <include name="*.html"/>
  -            </fileset>
  -        </move-->
  -
  -        <!-- Stylesheets, graphics, and static HTML -->
  -        <!--copy todir="${build.dir}/result/web/docs">
  -            <fileset dir="${src.dir}/docs">
  -                <include name="**/*.*"/>
  -                <exclude name="*.xml"/>
  -                <exclude name="docbookx/**"/>
  -            </fileset>
  -        </copy-->
  -
  -        <!-- JavaDoc stylesheet -->
  -        <!--copy todir="${build.dir}/result/web/docs/api" overwrite="yes">
  -            <fileset dir="${src.dir}/docs/api"/>
  -        </copy-->
  -    </target>
  -
  -    <!-- =================================================================== -->
       <!-- Creates the modules toc.xml file                                    -->
       <!-- =================================================================== -->
       <target name="modules-toc">
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to