Author: steveh
Date: Wed Oct 20 10:40:46 2004
New Revision: 55169
Modified:
incubator/beehive/trunk/build.xml
Log:
The target 'build.dist' now pics up an index.html page for the Beehive docs.
Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Wed Oct 20 10:40:46 2004
@@ -317,9 +317,10 @@
<target name="build.dist.docs" depends="docs">
<!-- copy javadocs to dist -->
<copy todir="${dist.dir}/docs/javadoc" failOnError="true">
- <fileset dir="controls\build\docs\reference"/>
- <fileset dir="netui\build\docs\reference"/>
- <fileset dir="wsm\build\docs\reference"/>
+ <fileset dir="controls/build/docs/reference"/>
+ <fileset dir="netui/build/docs/reference"/>
+ <fileset dir="wsm/build/docs/reference"/>
+ <fileset file="netui/docs/index.html"/>
</copy>
</target>