You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2001/12/19 21:12:50 UTC

cvs commit: jakarta-commons-sandbox/betwixt build.xml

rdonkin     01/12/19 12:12:50

  Modified:    betwixt  build.xml
  Log:
  Added commons-logging jar to the build classpath and allowed user to specify a local location for the java2 api
  
  Revision  Changes    Path
  1.5       +4 -4      jakarta-commons-sandbox/betwixt/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2001/11/19 10:06:10	1.4
  +++ build.xml	2001/12/19 20:12:49	1.5
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.4 2001/11/19 10:06:10 jstrachan Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/12/19 20:12:49 rdonkin Exp $ -->
   <project name="betwixt" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -42,7 +42,7 @@
         <property name="cp" value=""/>
   
         <!-- now combine the classpaths -->
  -      <property name="classpath" value="${cp}:${collections.jar}:${junit.jar}"/>
  +      <property name="classpath" value="${cp}:${collections.jar}:${junit.jar}:${logging.jar}"/>
   
         <property name="name" value="betwixt"/>
         <property name="Name" value="Betwixt"/>
  @@ -149,7 +149,7 @@
                  destdir="${dest.doc.api}"
                  windowtitle="${Name-Long}"
                  doctitle="${Name-Long}"
  -               bottom="&lt;small&gt;Copyright &amp;copy; 2001 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."
  +               bottom="&lt;small&gt;Copyright &amp;copy; 2001 Apache Software Foundation. Documentation generated ${TODAY}&lt;/small&gt;."
                  public="true"
                  version="true"
                  author="true"
  @@ -161,7 +161,7 @@
                  nohelp="true"
                  nonavbar="false"
                  serialwarn="false">
  -          <link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
  +          <link href="${jdk-doc-url}"/>
         </javadoc>
         <delete dir="${workdir}"/>
      </target>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>