hammant     02/02/28 13:00:02

  Modified:    .        build.xml
  Log:
  apps gone
  
  Revision  Changes    Path
  1.92      +0 -33     jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- build.xml 21 Feb 2002 13:15:48 -0000      1.91
  +++ build.xml 28 Feb 2002 21:00:01 -0000      1.92
  @@ -90,12 +90,6 @@
   
     <!-- Main target -->
     <target name="main" depends="jars" description="Generates the files minus 
documentation">
  -    <ant antfile="build.xml" dir="apps/db" target="main"
  -         inheritall="false"/>  
  -    <ant antfile="build.xml" dir="apps/demo" target="main"
  -         inheritall="false"/>  
  -    <ant antfile="build.xml" dir="apps/ftpserver" target="main"
  -         inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/hsql" target="main"
            inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/httpproxy" target="main"
  @@ -487,12 +481,6 @@
   
       <mkdir dir="${dist.base}/phoenix-apps"/>
   
  -    <ant antfile="build.xml" dir="apps/db" target="check"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/demo" target="dist"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/ftpserver" target="check"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/hsql" target="dist"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/httpproxy" target="dist"
  @@ -548,12 +536,6 @@
         <fileset dir="." includes="**/*~" defaultexcludes="no"/>
       </delete>
   
  -    <ant antfile="build.xml" dir="apps/db" target="clean"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/demo" target="clean"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/ftpserver" target="clean"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/hsql" target="clean"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/httpproxy" target="clean"
  @@ -571,12 +553,6 @@
       <delete dir="${docs.dir}" />
       <delete dir="${dist.base}" />
   
  -    <ant antfile="build.xml" dir="apps/db" target="distclean"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/demo" target="distclean"
  -         inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/ftpserver" target="distclean"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/hsql" target="distclean"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/httpproxy" target="distclean"
  @@ -591,15 +567,6 @@
     
     
     <!-- Delegated (to apps/xxxxxx) Targets -->
  -  <target name="db" depends="compile" description="Delegates to build.xml in 
apps/db'">
  -    <ant antfile="build.xml" dir="apps/db" target="${apps-target}" 
inheritall="false"/>
  -  </target>  
  -  <target name="demo" depends="compile" description="Delegates to build.xml 
in apps/demo'">
  -    <ant antfile="build.xml" dir="apps/demo" target="${apps-target}" 
inheritall="false"/>
  -  </target>
  -  <target name="ftpserver" depends="compile" description="Delegates to 
build.xml in apps/ftpserver">
  -    <ant antfile="build.xml" dir="apps/ftpserver" target="${apps-target}" 
inheritall="false"/>
  -  </target>
     <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>
  
  
  

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

Reply via email to