hammant     01/11/22 02:31:46

  Modified:    .        build.xml
  Log:
  simpleserver in new location
  
  Revision  Changes    Path
  1.78      +12 -2     jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- build.xml 2001/11/21 10:20:16     1.77
  +++ build.xml 2001/11/22 10:31:46     1.78
  @@ -95,6 +95,8 @@
       <ant antfile="build.xml" dir="apps/ftpserver" target="main" 
inheritall="false"/>
       <ant antfile="build.xml" dir="apps/jesktop" target="main" 
inheritall="false"/>
       <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/simpleserver" target="main" 
inheritall="false"/>            
     </target>
   
     <target name="all" depends="main,docs" description="Generates the files 
including documentation"/>
  @@ -464,6 +466,8 @@
       <ant antfile="build.xml" dir="apps/ftpserver" target="check" 
inheritall="false"/>
       <ant antfile="build.xml" dir="apps/jesktop" target="check" 
inheritall="false"/>
       <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/simpleserver" target="dist" 
inheritall="false"/>
   
       <copy todir="${dist.base}/phoenix-apps" flatten="true">
         <fileset dir="apps">
  @@ -538,9 +542,15 @@
     </target>
     <target name="bay" depends="compile" description="Delegates to build.xml 
in apps/bay">
       <ant antfile="build.xml" dir="apps/bay" target="${apps-target}" 
inheritall="false"/>
  -  </target>  
  +  </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>    
  +  </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="simpleserver" depends="compile" description="Delegates to 
build.xml in apps/simpleserver">
  +    <ant antfile="build.xml" dir="apps/simpleserver" target="${apps-target}" 
inheritall="false"/>
  +  </target>  
     
   </project>
  
  
  

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

Reply via email to