cmlenz      2003/01/09 23:13:26

  Modified:    .        build.xml gump.xml
               documentation build.xml
  Log:
  - Documentation no longer requires Cactus-Anttasks
  - Remove some tabs in documentation/build.xml
  
  Revision  Changes    Path
  1.33      +1 -1      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 9 Jan 2003 20:05:39 -0000       1.32
  +++ build.xml 10 Jan 2003 07:13:26 -0000      1.33
  @@ -226,7 +226,7 @@
       </target>
   
       <!-- Run Documentation dist target -->
  -    <target name="run.documentation" depends="run.anttasks">
  +    <target name="run.documentation">
   
           <ant target="dist" antfile="documentation/build.xml"
               inheritAll="false">
  
  
  
  1.32      +0 -2      jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- gump.xml  9 Jan 2003 20:05:39 -0000       1.31
  +++ gump.xml  10 Jan 2003 07:13:26 -0000      1.32
  @@ -45,10 +45,8 @@
     <project name="jakarta-cactus-documentation">
   
       <ant buildfile="documentation/build.xml" target="dist">
  -      <depend property="cactus.ant.jar" project="jakarta-cactus-ant"/>
       </ant>
     
  -    <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="xml-xalan2"/>
   
  
  
  
  1.24      +17 -19    jakarta-cactus/documentation/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 9 Jan 2003 20:05:39 -0000       1.23
  +++ build.xml 10 Jan 2003 07:13:26 -0000      1.24
  @@ -82,10 +82,6 @@
       <property name="dist.doc.dir" value="${dist.dir}/doc"/>
       <property name="dist.doc.api.dir" value="${dist.doc.dir}/api"/>
   
  -    <!-- The location of the Cactus custom Ant tasks jar -->
  -    <property name="cactus.ant.jar"
  -        value="anttasks/dist/lib/cactus-ant.jar"/>
  -
       <!--
          ========================================================================
            Display configurable properties values
  @@ -186,19 +182,21 @@
               filtering="on"/>
   
           <!-- Generate the docs -->
  -             <style basedir="${target.xdoc.dir}" destdir="${target.doc.dir}"
  -          style="${doc.skin.dir}/jakarta.apache.org/stylesheets/document2html.xsl">
  +        <style basedir="${target.xdoc.dir}" destdir="${target.doc.dir}"
  +            
style="${doc.skin.dir}/jakarta.apache.org/stylesheets/document2html.xsl">
   
  -             <include name="**/*.xml"/>
  -             <!--include name="**/build_result.xml"/>
  -             <include name="**/howto_testcase.xml"/-->
  -             <exclude name="**/navigation.xml"/>
  -
  -                     <param name="software" expression="Cactus"/>
  -                     <param name="title" expression="Cactus Documentation"/>
  -                     <param name="copyright" expression="${year} The Apache 
Software Foundation"/>
  +            <include name="**/*.xml"/>
  +            <!--include name="**/build_result.xml"/>
  +            <include name="**/howto_testcase.xml"/-->
  +            <exclude name="**/navigation.xml"/>
  +
  +            <param name="software" expression="Cactus"/>
  +            <param name="title" expression="Cactus Documentation"/>
  +            <param name="copyright"
  +                expression="${year} The Apache Software Foundation"/>
               <param name="project.version" expression="${project.version}"/>
  -            <param name="project.other.version" 
expression="${project.other.version}"/>
  +            <param name="project.other.version"
  +                expression="${project.other.version}"/>
               <param name="last.updated.date" expression="${TODAY}"/>
   
               <!-- Location of the xdoc directory relative to where the
  @@ -209,13 +207,13 @@
               <!-- Location of the sitemap.xml file relative to xdocdir -->
               <param name="sitefile" expression="sitemap.xml"/>
   
  -                     <!-- Location of the cvslog.xml file relative to xdocdir -->
  +            <!-- Location of the cvslog.xml file relative to xdocdir -->
               <param name="cvslogfile" expression="cvslog/cvslog.xml"/>
  -                          
  +
           </style>
   
  -     </target>
  -     
  +    </target>
  +
       <!--
          ========================================================================
            Generate the documentation (without the generated clover reports that
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to