jvanzyl     02/02/09 19:33:39

  Modified:    .        build.xml
  Log:
  - using dvsl
  
  Revision  Changes    Path
  1.23      +1 -28     jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 9 Feb 2002 18:55:05 -0000       1.22
  +++ build.xml 10 Feb 2002 03:33:39 -0000      1.23
  @@ -560,34 +560,6 @@
     </target>
   
     <!-- ================================================================== -->
  -  <!-- A N A K I A  D O C U M E N T A T I O N                             -->
  -  <!-- ================================================================== -->
  -
  -  <target
  -    name="check_for_jdom">
  -
  -    <available
  -      property="jdom.present"
  -      classname="org.jdom.JDOMException">
  -      <classpath>
  -         <fileset dir="${jakarta.site2}/lib">
  -           <include name="*.jar"/>
  -         </fileset>
  -      </classpath>
  -    </available>
  -  </target>
  -
  -  <target depends="check_for_jdom" name="docs-prepare-error"
  -          unless="jdom.present">
  -    <echo>
  -      The Jakarta-Site2 module is not present! Please check
  -      to make sure that you have checked it out from CVS.
  -
  -      &lt;http://jakarta.apache.org/site/jakarta-site2.html&gt;
  -    </echo>
  -  </target>
  -
  -  <!-- ================================================================== -->
     <!-- D V S L  D O C U M E N T A T I O N                                 -->
     <!-- ================================================================== -->
   
  @@ -607,6 +579,7 @@
         basedir="${docs.src}"
         destdir="${docs.dest}/"
         extension=".html"
  +      toolbox="${docs.src}/toolbox.props"
         style="${docs.src}/stylesheets/site.dvsl"
         excludes="**/project.xml,**/template.xml"
         includes="**/*.xml"
  
  
  

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

Reply via email to