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:49:50 UTC

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

hammant     02/03/27 23:49:50

  Modified:    site     build.xml
  Log:
  site target
  
  Revision  Changes    Path
  1.2       +20 -3     jakarta-avalon-apps/site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/site/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	28 Mar 2002 07:15:20 -0000	1.1
  +++ build.xml	28 Mar 2002 07:49:49 -0000	1.2
  @@ -90,6 +90,7 @@
       <mkdir dir="${build.context}"/>
       <mkdir dir="${build.xdocs}"/>
       <mkdir dir="${build.docs}"/>
  +    <mkdir dir="${build.docs}/apps"/>  
       <mkdir dir="${build.dir}/work"/>
   
       <!-- Base pointers for non-xdocs documentation. Override these in .ant.properties to link to local docs -->
  @@ -130,9 +131,9 @@
         The apps xdocs are only generated in subsequent steps.
       -->
   
  -    <replace file="${docs.dir}/index.html" token="@link1@" value="&lt;a"/>
  -    <replace file="${docs.dir}/index.html" token="@link2@" value="&gt;"/>
  -    <replace file="${docs.dir}/index.html" token="@link3@" value="&lt;/a&gt;"/>
  +    <replace file="${build.docs}/index.html" token="@link1@" value="&lt;a"/>
  +    <replace file="${build.docs}/index.html" token="@link2@" value="&gt;"/>
  +    <replace file="${build.docs}/index.html" token="@link3@" value="&lt;/a&gt;"/>
   
       <copy todir="docs">
         <fileset dir="${build.docs}">
  @@ -142,4 +143,20 @@
       
     </target>
     
  +  <target name="site" depends="docs" description="Places Docs ready for hosting on website">  
  +  
  +    <ant dir="../db/" target="site"/>  
  +    <ant dir="../demo/" target="site"/>  
  +    <ant dir="../ftpserver/" target="site"/>  
  +    <ant dir="../hsql/" target="site"/>  
  +    <ant dir="../httpproxy/" target="site"/>  
  +    <ant dir="../overlord/" target="site"/>  
  +    <ant dir="../simpleserver/" target="site"/>  
  +    <ant dir="../xcommander/" target="site"/>      
  +  
  +  </target>   
  +  
  +
  +  
  +    
   </project>
  
  
  

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