You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by ho...@apache.org on 2001/01/24 23:38:24 UTC

cvs commit: jakarta-watchdog build.xml

horwat      01/01/24 14:38:24

  Modified:    .        build.xml
  Log:
  Solve watchdog version problem. The build/dist directories will now be created *inside* the source workspace.
  
  Revision  Changes    Path
  1.36      +2 -2      jakarta-watchdog/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml	2000/08/24 12:39:46	1.35
  +++ build.xml	2001/01/24 22:38:24	1.36
  @@ -4,8 +4,8 @@
   
      <property name="ant.home" value="../jakarta-ant"/>
      <property name="build.compiler" value="classic"/>
  -   <property name="watchdog.build" value="../build/watchdog"/>
  -   <property name="watchdog.dist" value="../dist/watchdog"/>
  +   <property name="watchdog.build" value="./build"/>
  +   <property name="watchdog.dist" value="./dist"/>
      <property name="watchdog-classpath" value="../jakarta-tools/moo.jar:../jakarta-servletapi/lib/servlet.jar" />
   
      <!-- Prepare the unpacked destination directory -->