rwaldhoff    01/08/20 18:11:17

  Modified:    httpclient Tag: rlwrefactoring build.xml
  Log:
  fixing Anakia props
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.3   +7 -5      jakarta-commons/httpclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- build.xml 2001/08/20 17:26:45     1.6.2.2
  +++ build.xml 2001/08/21 01:11:17     1.6.2.3
  @@ -1,7 +1,7 @@
   <project name="HTTP Client" default="compile" basedir=".">
   <!--
           "HTTP Client" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.6.2.2 2001/08/20 17:26:45 rwaldhoff Exp $
  +        $Id: build.xml,v 1.6.2.3 2001/08/21 01:11:17 rwaldhoff Exp $
   -->
   
   <!-- ========== Properties: Property Files  =============================== -->
  @@ -114,6 +114,11 @@
     <!-- The default context name for the test webapp -->
     <property name="httpclient.test.webappContext" value="httpclienttest"/>
   
  +  <!-- Anakia props -->
  +
  +  <property name="docs.src" value="./xdocs"/>
  +  <property name="docs.dest" value="./docs"/>
  +
   <!-- ========== Targets =================================================== -->
   
   <!-- ========== Targets: "Internal" Targets =============================== -->
  @@ -333,10 +338,7 @@
   
     <target name="xdoc" depends="xdoc.fetch-stylesheet"
             description="Generates HTML documentation from XML source">
  -      <property name="docs.src" value="./xdocs"/>
  -      <property name="docs.dest" value="./docs"/>
  -      <taskdef name="anakia"
  -               classname="org.apache.velocity.anakia.AnakiaTask">
  +      <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
             <classpath location="${velocity.jar}"/>
             <classpath location="${jdom.jar}"/>
             <classpath location="${xerces.jar}"/>
  
  
  

Reply via email to