hammant     02/03/01 01:58:30

  Modified:    .        build.xml
  Log:
  hsql and httpproxy have moved
  
  Revision  Changes    Path
  1.93      +1 -22     jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- build.xml 28 Feb 2002 21:00:01 -0000      1.92
  +++ build.xml 1 Mar 2002 09:58:30 -0000       1.93
  @@ -90,10 +90,6 @@
   
     <!-- Main target -->
     <target name="main" depends="jars" description="Generates the files minus 
documentation">
  -    <ant antfile="build.xml" dir="apps/hsql" target="main"
  -         inheritall="false"/>  
  -    <ant antfile="build.xml" dir="apps/httpproxy" target="main"
  -         inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/overlord" target="main"
            inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/simpleserver" target="main"
  @@ -481,10 +477,6 @@
   
       <mkdir dir="${dist.base}/phoenix-apps"/>
   
  -    <ant antfile="build.xml" dir="apps/hsql" target="dist"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/httpproxy" target="dist"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/overlord" target="dist"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/simpleserver" target="dist"
  @@ -536,10 +528,6 @@
         <fileset dir="." includes="**/*~" defaultexcludes="no"/>
       </delete>
   
  -    <ant antfile="build.xml" dir="apps/hsql" target="clean"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/httpproxy" target="clean"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/overlord" target="clean"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/simpleserver" target="clean"
  @@ -553,10 +541,6 @@
       <delete dir="${docs.dir}" />
       <delete dir="${dist.base}" />
   
  -    <ant antfile="build.xml" dir="apps/hsql" target="distclean"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/httpproxy" target="distclean"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/overlord" target="distclean"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/simpleserver" target="distclean"
  @@ -567,12 +551,7 @@
     
     
     <!-- Delegated (to apps/xxxxxx) Targets -->
  -  <target name="hsql" depends="compile" description="Delegates to build.xml 
in apps/hsql">
  -    <ant antfile="build.xml" dir="apps/hsql" target="${apps-target}" 
inheritall="false"/>
  -  </target>
  -  <target name="httpproxy" depends="compile" description="Delegates to 
build.xml in apps/httpproxy">
  -    <ant antfile="build.xml" dir="apps/httpproxy" target="${apps-target}" 
inheritall="false"/>
  -  </target>
  +
     <target name="overlord" depends="compile" description="Delegates to 
build.xml in apps/overlord">
       <ant antfile="build.xml" dir="apps/overlord" target="${apps-target}" 
inheritall="false"/>
     </target>  
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to