Author: scooter
Date: 2008-09-18 08:43:21 -0700 (Thu, 18 Sep 2008)
New Revision: 14926
Modified:
cytoscape/trunk/build.xml
Log:
Copy the entire javadoc tree when we do a dist
Modified: cytoscape/trunk/build.xml
===================================================================
--- cytoscape/trunk/build.xml 2008-09-17 23:35:55 UTC (rev 14925)
+++ cytoscape/trunk/build.xml 2008-09-18 15:43:21 UTC (rev 14926)
@@ -899,7 +899,6 @@
onerror="ignore"/>
<target name="install-bundles"
- depends="release"
if="install4j.available" >
<echo>
---------------------------------------
@@ -923,7 +922,7 @@
<target name="dist"
depends="zip_release,doc,install-bundles,source">
<copy toDir="${dist.dir}/javadoc">
- <fileset dir="${javadoc.dir}" includes="*"/>
+ <fileset dir="${javadoc.dir}" includes="**"/>
</copy>
</target>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---