Author: limpbizkit
Date: Tue May 19 15:29:44 2009
New Revision: 977
Modified:
trunk/build.xml
Log:
Fixing the package overview page on the main javadoc page to be core-only
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Tue May 19 15:29:44 2009
@@ -150,6 +150,7 @@
<move file="${build.dir}/javadoc/allclasses-frame.html"
tofile="${build.dir}/javadoc/allclasses-frame-with-extensions.html"/>
<copy file="${build.dir}/javadoc-core/allclasses-frame.html"
tofile="${build.dir}/javadoc/allclasses-frame.html"/>
<replace file="${build.dir}/javadoc/allclasses-frame.html" token="All
Classes" value="Core Classes"/>
+ <move file="${build.dir}/javadoc-core/overview-summary.html"
tofile="${build.dir}/javadoc/overview-summary.html"/>
</target>
<target name="no_aop"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" 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/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---