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/04/03 16:45:04 UTC

cvs commit: jakarta-avalon-excalibur/altrmi build.xml

hammant     02/04/03 06:45:04

  Modified:    altrmi   build.xml
  Log:
  site target
  
  Revision  Changes    Path
  1.3       +10 -0     jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	3 Apr 2002 13:59:22 -0000	1.2
  +++ build.xml	3 Apr 2002 14:45:04 -0000	1.3
  @@ -406,6 +406,16 @@
        
       </target>
       
  +    <target name="site" depends="docs" description=" Places Docs ready for hosting on website">  
  +  
  +      <mkdir dir="../site/docs/altrmi"/>     
  +      <copy todir="../site/docs/altrmi">
  +        <fileset dir="docs">
  +          <include name="**"/>
  +        </fileset>
  +      </copy>        
  +  
  +    </target>     
      
       <!-- Cleans up build and distribution directories -->
       <target name="clean" description="Cleans up the project">
  
  
  

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