tetsuya 2003/09/19 01:28:48
Modified: . build.xml Log: Added Link to Apachecon2003 (http://apachecon.com/2003/US/) Revision Changes Path 1.3 +4 -0 ws-site/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ws-site/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 5 Sep 2003 04:18:19 -0000 1.2 +++ build.xml 19 Sep 2003 08:28:48 -0000 1.3 @@ -18,6 +18,10 @@ <include name="**/*.html"/> <replacetoken>mirrors.html</replacetoken> </replace> + <replace dir="./targets" value="<!--================= start Menu items ==================--><A HREF="http://apachecon.com/2003/US/index.html"><img border="0" src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>"> + <include name="**/*.html"/> + <replacetoken><!--================= start Menu items ==================--></replacetoken> + </replace> <delete dir="./targets/[preferred]"/> </target>