hammant     2003/03/16 13:39:49

  Modified:    site     build.xml
  Log:
  nearly working
  
  Revision  Changes    Path
  1.15      +0 -8      avalon-apps/site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-apps/site/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 16 Mar 2003 21:35:57 -0000      1.14
  +++ build.xml 16 Mar 2003 21:39:49 -0000      1.15
  @@ -64,29 +64,21 @@
   
     <target name="site" depends="docs" description="Places Docs ready for hosting on 
website">
   
  -    <ant dir="../db/" target="site" inheritAll="false"/>
       <ant dir="../demo/" target="site" inheritAll="false"/>
       <ant dir="../ftpserver/" target="site" inheritAll="false"/>
  -    <ant dir="../hsql/" target="site" inheritAll="false"/>
       <ant dir="../httpproxy/" target="site" inheritAll="false"/>
  -    <ant dir="../overlord/" target="site" inheritAll="false"/>
       <ant dir="../simpleserver/" target="site" inheritAll="false"/>
       <ant dir="../sevak/" target="site" inheritAll="false"/>
  -    <ant dir="../xcommander/" target="site" inheritAll="false"/>
   
     </target>
   
     <target name="dists" description="Generates the distributables for apps projects">
   
  -    <ant dir="../db/" target="dist" inheritAll="false"/>
       <ant dir="../demo/" target="dist" inheritAll="false"/>
       <ant dir="../ftpserver/" target="dist" inheritAll="false"/>
  -    <ant dir="../hsql/" target="dist" inheritAll="false"/>
       <ant dir="../httpproxy/" target="dist" inheritAll="false"/>
  -    <ant dir="../overlord/" target="dist" inheritAll="false"/>
       <ant dir="../sevak/" target="dist" inheritAll="false"/>
       <ant dir="../simpleserver/" target="dist" inheritAll="false"/>
  -    <ant dir="../xcommander/" target="dist" inheritAll="false"/>
   
       <mkdir dir="dist"/>
       <copy todir="dist" flatten="true">
  
  
  

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

Reply via email to