hammant     02/02/20 08:18:53

  Modified:    .        build.xml
  Log:
  jesktop removed
  
  Revision  Changes    Path
  1.90      +0 -11     jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- build.xml 4 Feb 2002 10:51:31 -0000       1.89
  +++ build.xml 20 Feb 2002 16:18:53 -0000      1.90
  @@ -100,8 +100,6 @@
            inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/httpproxy" target="main"
            inheritall="false"/>  
  -    <ant antfile="build.xml" dir="apps/jesktop" target="main"
  -         inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/overlord" target="main"
            inheritall="false"/>  
       <ant antfile="build.xml" dir="apps/simpleserver" target="main"
  @@ -499,8 +497,6 @@
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/httpproxy" target="dist"
            inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/jesktop" target="check"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/overlord" target="dist"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/simpleserver" target="dist"
  @@ -564,8 +560,6 @@
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/httpproxy" target="clean"
            inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/jesktop" target="clean"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/overlord" target="clean"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/simpleserver" target="clean"
  @@ -591,8 +585,6 @@
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/httpproxy" target="distclean"
            inheritall="false"/>
  -    <ant antfile="build.xml" dir="apps/jesktop" target="distclean"
  -         inheritall="false"/>
       <ant antfile="build.xml" dir="apps/overlord" target="distclean"
            inheritall="false"/>
       <ant antfile="build.xml" dir="apps/simpleserver" target="distclean"
  @@ -608,9 +600,6 @@
     </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="jesktop" depends="compile" description="Delegates to 
build.xml in apps/jesktop">
  -    <ant antfile="build.xml" dir="apps/jesktop" 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"/>
  
  
  

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

Reply via email to