rubys 01/09/23 20:25:28
Modified: proposal/gump/site build.xml
Removed: proposal/gump/site/xdocs/stylesheets site.vsl
Log:
Use site.vsl from jakarta-site2
Revision Changes Path
1.2 +4 -0 jakarta-alexandria/proposal/gump/site/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/site/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/09/24 01:04:23 1.1
+++ build.xml 2001/09/24 03:25:28 1.2
@@ -71,6 +71,9 @@
<classpath refid="classpath"/>
</taskdef>
+ <copy file="${site.dir}/xdocs/stylesheets/site.vsl"
+ todir="${docs.src}/stylesheets"/>
+
<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html" style="./site.vsl"
projectFile="${project.file}"
@@ -99,6 +102,7 @@
<target name="clean">
<delete dir="${docs.dest}"/>
<delete file="${docs.src}/asf-logo.svg"/>
+ <delete file="${docs.src}/stylesheets/site.vsl"/>
<delete file="velocity.log"/>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]