You are viewing a plain text version of this content. The canonical link for it is here.
Posted to servletapi-dev@jakarta.apache.org by cr...@apache.org on 2001/02/01 23:29:15 UTC

cvs commit: jakarta-servletapi-4 build.xml

craigmcc    01/02/01 14:29:15

  Modified:    .        build.xml
  Log:
  Update build process to create "build" and "dist" directories
  inside the top-level source directory.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-servletapi-4/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-4/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/01/09 03:24:15	1.1
  +++ build.xml	2001/02/01 22:29:14	1.2
  @@ -4,8 +4,8 @@
   
     <property name="ant.home" value="../jakarta-ant" />
     <property name="build.compiler"   value="classic"/>
  -  <property name="servletapi.build" value="../build/servletapi"/>
  -  <property name="servletapi.dist"  value="../dist/servletapi"/>
  +  <property name="servletapi.build" value="build"/>
  +  <property name="servletapi.dist"  value="dist"/>
     <property name="servletapi.lib"   value="lib"/>
   
     <!-- ===================== Prepare Directories ========================= -->