You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/03/28 08:50:21 UTC

cvs commit: jakarta-avalon-apps/simpleserver build.xml

hammant     02/03/27 23:50:21

  Modified:    simpleserver build.xml
  Log:
  site target
  
  Revision  Changes    Path
  1.7       +10 -0     jakarta-avalon-apps/simpleserver/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/simpleserver/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	4 Mar 2002 16:32:31 -0000	1.6
  +++ build.xml	28 Mar 2002 07:50:21 -0000	1.7
  @@ -251,6 +251,16 @@
   
     <target name="docs" depends="javadocs,xdocs"/>
   
  +  <target name="site" depends="docs" description=" Places Docs ready for hosting on website">  
  +  
  +    <mkdir dir="../site/docs/apps/simpleserver"/>
  +    <copy todir="../site/docs/apps/simpleserver">
  +      <fileset dir="docs">
  +        <include name="**"/>
  +      </fileset>
  +    </copy>        
  +  
  +  </target>  
   
     <!-- Completely build all dists -->
     <target name="dist" description="Generates the distribution">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>