Author: crossley
Date: Tue Jan 29 21:18:31 2008
New Revision: 616627
URL: http://svn.apache.org/viewvc?rev=616627&view=rev
Log:
Use new samples-* directory names.
Issue: FOR-1063
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/tabs.xml
Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml?rev=616627&r1=616626&r2=616627&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml
(original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/site.xml Tue
Jan 29 21:18:31 2008
@@ -43,12 +43,12 @@
<linkmap label="Documentation ToC" href="linkmap.html" description="Table
of Contents for this example site"/>
</about>
<samples tab="samples">
- <overview label="Overview" href="samples/index.html"/>
- <samples_1 label="Samples 1" href="site:samples1//index"/>
- <samples_2 label="Samples 2" href="site:samples2//index"/>
+ <overview label="Overview" href="samples-a/index.html"/>
+ <samples_1 label="Samples 1" href="site:samples-b/index"/>
+ <samples_2 label="Samples 2" href="site:samples-c/index"/>
</samples>
<samples1 label="First set of Samples" description="First Set of Samples">
- <docs-samples1 label="Samples 1" href="samples1/" tab="samples-1">
+ <docs-samples1 label="Samples 1" href="samples-b/" tab="samples-1">
<index label="Overview" href="index.html"/>
<sample label="Apache doc v2.0" href="sample.html" description="A nonsense
document using all possible elements in the current document v2.0">
@@ -81,7 +81,7 @@
</docs-samples1>
</samples1>
<samples2 label="Second Set of Samples" description="Second Set of
Samples">
- <docs-samples2 label="Samples 2" href="samples2/" tab="samples-2">
+ <docs-samples2 label="Samples 2" href="samples-c/" tab="samples-2">
<index label="Overview" href="index.html"/>
<i18n label="Internationalisation (i18n)" href="i18n.html"/>
<i18n-demo label="i18n demonstration" href="demo-i18n.html"/>
Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/tabs.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/tabs.xml?rev=616627&r1=616626&r2=616627&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/tabs.xml
(original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/tabs.xml Tue
Jan 29 21:18:31 2008
@@ -31,9 +31,9 @@
be displayed when their parent tab is selected.
-->
<tab id="" label="Home" dir="" indexfile="index.html"/>
- <tab id="samples" label="Samples" dir="samples">
- <tab id="samples-1" label="Samples1" dir="samples1" />
- <tab id="samples-2" label="Samples2" dir="samples2" />
+ <tab id="samples" label="Samples" dir="samples-a">
+ <tab id="samples-1" label="Samples1" dir="samples-b" />
+ <tab id="samples-2" label="Samples2" dir="samples-c" />
</tab>
<tab label="Apache XML Projects" href="http://xml.apache.org">
<tab label="Forrest" href="http://forrest.apache.org"/>