You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@locus.apache.org on 2000/09/21 02:33:23 UTC

cvs commit: jakarta-tomcat-4.0 build.xml

pierred     00/09/20 17:33:23

  Modified:    .        build.xml
  Log:
  Previous cleanup was too agressive. Merci to Remy for pointing
  it out...
  
  Revision  Changes    Path
  1.8       +10 -1     jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	2000/09/20 19:54:59	1.7
  +++ build.xml	2000/09/21 00:33:23	1.8
  @@ -1,6 +1,16 @@
   <project name="Tomcat 4.0" default="deploy-main" basedir=".">
   
   
  +  <!-- ===================== Initialize Property Values =================== -->
  +
  +  <property name="ant.home"        value="${basedir}/../jakarta-ant"/>
  +  <property name="catalina.build"  value="${basedir}/../build/catalina"/>
  +  <property name="jasper.build"    value="${basedir}/../build/jasper"/>
  +  <property name="servletapi.dist" value="${basedir}/../dist/servletapi"/>
  +  <property name="tomcat.build"    value="${basedir}/../build/tomcat-4.0"/>
  +  <property name="tomcat.dist"     value="${basedir}/../dist/tomcat-4.0"/>
  +
  +
     <!-- ===================== DEPLOY: Create Directories =================== -->
     <target name="deploy-prepare">
       <mkdir dir="${tomcat.build}"/>
  @@ -78,7 +88,6 @@
       <copydir src="${servletapi.dist}/docs/api"
               dest="${tomcat.build}/webapps/ROOT/servletapi-javadoc"/>
     </target>
  -
   
     <!-- ====================== DIST: Copy Source Code ====================== -->
     <target name="dist-source">