hammant     2002/06/29 10:49:53

  Modified:    site     build.xml
               site/src/xdocs appsincvs.xml
  Log:
  Sevak added
  
  Revision  Changes    Path
  1.8       +24 -16    jakarta-avalon-apps/site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/site/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 6 Jun 2002 20:48:40 -0000       1.7
  +++ build.xml 29 Jun 2002 17:49:53 -0000      1.8
  @@ -177,10 +177,33 @@
       <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">
  +      <fileset dir=".." >
  +        <include name="*/distributions/*.zip"/>
  +        <include name="*/distributions/*.tar.gz"/>
  +      </fileset>         
  +    </copy>     
  +  
  +  </target>  
  +  
     <!-- Update the www directory -->
     <target name="site-copy" depends="site" description="Copy prepared website docs 
to dir under CVS control">
   
  @@ -199,21 +222,6 @@
         <fileset dir="docs" />
       </copy>
   
  -  </target>  
  -  
  -  <target name="dist" description="Runs all dists from 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="../simpleserver/" target="dist" inheritAll="false"/>  
  -    <ant dir="../xcommander/" target="dist" inheritAll="false"/>      
  -  
  -  </target>   
  -
  -  
  +  </target>     
       
   </project>
  
  
  
  1.6       +6 -1      jakarta-avalon-apps/site/src/xdocs/appsincvs.xml
  
  Index: appsincvs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/site/src/xdocs/appsincvs.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- appsincvs.xml     7 Jun 2002 20:22:08 -0000       1.5
  +++ appsincvs.xml     29 Jun 2002 17:49:53 -0000      1.6
  @@ -44,6 +44,11 @@
             An in development content gathering server. See <link 
href="http://hack.hack/apps/overlord/index.html";>apps/overlord</link>
           </p>
         </s2>
  +      <s2 title="Sevak">
  +        <p>
  +          A web server service. The initial implementation wraps Cataliana. See 
<link href="http://hack.hack/apps/sevak/index.html";>apps/sevak</link>
  +        </p>
  +      </s2>
         <s2 title="SimpleServer">
           <p>
             A simple demonstration of a Phoenix dependant server. See <link 
href="http://hack.hack/apps/simpleserver/index.html";>apps/simpleserver</link>
  
  
  

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

Reply via email to