mcatan 2004/04/12 05:52:15
Modified: xdocs build.xml
Log:
added file ChangeLog
Revision Changes Path
1.2 +4 -0 logging-log4cxx/xdocs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 7 Mar 2004 04:58:12 -0000 1.1
+++ build.xml 12 Apr 2004 12:52:15 -0000 1.2
@@ -14,6 +14,8 @@
<property name="logging-site"
value="../../logging-site"/>
+ <property name="logging-log4cxx"
+ value=".."/>
<!-- Construct classpath for building the html pages -->
<path id="site.classpath">
@@ -47,6 +49,8 @@
<mkdir dir="${docs.dest}/css"/>
<copy file="${logging-site}/docs/css/site.css"
tofile="${docs.dest}/css/site.css"/>
+ <copy file="${logging-log4cxx}/ChangeLog"
+ tofile="${docs.dest}/ChangeLog"/>
<anakia basedir="${docs.src}" destdir="${docs.dest}/"
extension=".html"