Modified: hadoop/core/trunk/src/docs/src/documentation/conf/cli.xconf URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/conf/cli.xconf?rev=699119&r1=699118&r2=699119&view=diff ============================================================================== --- hadoop/core/trunk/src/docs/src/documentation/conf/cli.xconf (original) +++ hadoop/core/trunk/src/docs/src/documentation/conf/cli.xconf Thu Sep 25 15:40:34 2008 @@ -211,6 +211,7 @@ <exclude pattern="**/"/> <exclude pattern="api/**"/> + <exclude pattern="jdiff/**"/> <exclude pattern="changes.html"/> <exclude pattern="releasenotes.html"/>
Modified: hadoop/core/trunk/src/docs/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/content/xdocs/site.xml?rev=699119&r1=699118&r2=699119&view=diff ============================================================================== --- hadoop/core/trunk/src/docs/src/documentation/content/xdocs/site.xml (original) +++ hadoop/core/trunk/src/docs/src/documentation/content/xdocs/site.xml Thu Sep 25 15:40:34 2008 @@ -53,6 +53,7 @@ <hod-config-guide href="hod_config_guide.html"/> </hod> <api label="API Docs" href="ext:api/index" /> + <jdiff label="API Changes" href="ext:jdiff/changes" /> <wiki label="Wiki" href="ext:wiki" /> <faq label="FAQ" href="ext:faq" /> <lists label="Mailing Lists" href="ext:lists" /> @@ -90,6 +91,9 @@ </hod> <relnotes href="releasenotes.html" /> <changes href="changes.html" /> + <jdiff href="jdiff/"> + <changes href="changes.html" /> + </jdiff> <api href="api/"> <index href="index.html" /> <org href="org/">
