You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by fa...@apache.org on 2003/09/26 07:24:48 UTC

cvs commit: avalon-site build.xml

farra       2003/09/25 22:24:48

  Modified:    .        build.xml
  Log:
  added addApacheCon target
  will add ApacheCon logo to all html files in site
  regenerate via forrest to remove
  
  Revision  Changes    Path
  1.6       +8 -1      avalon-site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-site/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	28 Jan 2003 23:58:33 -0000	1.5
  +++ build.xml	26 Sep 2003 05:24:48 -0000	1.6
  @@ -281,5 +281,12 @@
   	    ]]></footer>
           </javadoc>
     </target>
  -    
  +
  +  <target name="addApacheCon">
  +    <replace dir="site" value="&lt;div id='navcolumn'&gt;&lt;a href='http://apachecon.com/2003/US/index.html'&gt;&lt;img border='0' src='http://www.apache.org/~ceki/ac2003/ac2003-150.gif'/&gt;&lt;/a&gt;">
  +      <include name="**/*.html"/>
  +      <replacetoken>&lt;div id="navcolumn"&gt;</replacetoken>
  +    </replace>
  +  </target>
  +
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org