You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/07/26 11:22:36 UTC

cvs commit: jakarta-tomcat-catalina/webapps build.xml

remm        2002/07/26 02:22:36

  Modified:    webapps  build.xml
  Log:
  - More script updates.
  
  Revision  Changes    Path
  1.2       +5 -13     jakarta-tomcat-catalina/webapps/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	18 Jul 2002 16:48:14 -0000	1.1
  +++ build.xml	26 Jul 2002 09:22:36 -0000	1.2
  @@ -5,9 +5,9 @@
   
     <!-- See "build.properties.sample" in the top level directory for all     -->
     <!-- property values you must customize for successful building!!!        -->
  -  <property file="build.properties"/>
  +  <!--property file="build.properties"/>
     <property file="../build.properties"/>
  -  <property file="${user.home}/build.properties"/>
  +  <property file="${user.home}/build.properties"/-->
   
     <property name="build.compiler"  value="classic"/>
     <property name="webapps.build"   value="${basedir}/build"/>
  @@ -37,26 +37,18 @@
       <ant dir="${basedir}/admin" target="dist"/>
     </target>
   
  -  <target name="examples">
  -    <ant dir="${basedir}/examples" target="dist"/>
  -  </target>
  -
     <target name="manager">
       <ant dir="${basedir}/manager" target="dist"/>
     </target>
   
  -  <target name="tomcat-docs">
  -    <ant dir="${basedir}/tomcat-docs" target="dist"/>
  -  </target>
  -
  -  <target name="webdav">
  -    <ant dir="${basedir}/webdav" target="dist"/>
  +  <target name="docs">
  +    <ant dir="${basedir}/docs" target="dist"/>
     </target>
   
   
     <!-- ================= BUILD: Compile Server Components ================= -->
     <!-- Update the depends list for each subproject -->
  -  <target name="build" depends="build-prepare,ROOT,admin,examples,manager,tomcat-docs,webdav"/>
  +  <target name="build" depends="build-prepare,ROOT,admin,manager,docs"/>
   
   
     <!-- ======================= BUILD: Clean Directory ===================== -->
  
  
  

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