bloritsch 2003/02/27 08:28:48
Modified: . build.xml
Log:
fix last remaining niggling issue
Revision Changes Path
1.176 +4 -0 avalon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon/build.xml,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- build.xml 27 Feb 2003 15:42:32 -0000 1.175
+++ build.xml 27 Feb 2003 16:28:47 -0000 1.176
@@ -498,6 +498,10 @@
<fileset dir="${target.docs}"/>
</copy>
+ <copy todir="${dist.javadocs}">
+ <fileset dir="${target.javadocs}"/>
+ </copy>
+
<copy todir="${dist.dir}">
<fileset dir=".">
<include name="README.txt"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]