mcconnell 2003/10/28 05:38:21
Modified: mavenized-site maven.xml
Log:
Handle manual updating of the download page.
Revision Changes Path
1.3 +3 -1 avalon-sandbox/mavenized-site/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/mavenized-site/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 27 Oct 2003 21:41:07 -0000 1.2
+++ maven.xml 28 Oct 2003 13:38:21 -0000 1.3
@@ -7,8 +7,10 @@
xmlns:m="maven">
<preGoal name="site:site">
- <copy toDir="${basedir}/target/docs/download.cgi"
+ <copy toDir="${basedir}/target/docs/downloads.cgi"
file="${basedir}/xdocs/downloads.cgi"/>
+ <copy toDir="${basedir}/target/docs/downloads.html"
+ file="${basedir}/xdocs/downloads.html"/>
</preGoal>
<!-- default maven.xml file -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]