You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/24 18:18:38 UTC

svn commit: r239704 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: ./ controls/

Author: ekoneil
Date: Wed Aug 24 09:18:30 2005
New Revision: 239704

URL: http://svn.apache.org/viewcvs?rev=239704&view=rev
Log:
Rename some documents from a pattern like foo/foo_bar.xml to foo/bar.xml for simplicity, nicer URLs, and DRY.  :)

BB: self
DRT: build.release pass


Added:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/containment.xml
      - copied unchanged from r239663, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/controls_containment.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/gettingStarted.xml
      - copied unchanged from r239663, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/getting_started.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/overview.xml
      - copied unchanged from r239663, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/controls_overview.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/programming.xml
      - copied unchanged from r239663, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/controls_programming.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sampleControlsBlank.xml
      - copied unchanged from r239663, beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sample_controls-blank.xml
Removed:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/controls_containment.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/controls_overview.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/controls_programming.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/getting_started.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sample_controls-blank.xml
Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml?rev=239704&r1=239703&r2=239704&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml Wed Aug 24 09:18:30 2005
@@ -49,10 +49,10 @@
         <pageflow_tag_links>
         </pageflow_tag_links>
         <controls label="Controls">
-            <control_getting_started label="Getting Started" href="controls/getting_started.html"/>
-            <control_overview label="Overview" href="controls/controls_overview.html"/>
-            <control_programming label="Programming" href="controls/controls_programming.html"/>
-            <control_containment label="Controls Containment" href="controls/controls_containment.html"/>
+            <control_getting_started label="Getting Started" href="controls/gettingStarted.html"/>
+            <control_overview label="Overview" href="controls/overview.html"/>
+            <control_programming label="Programming" href="controls/programming.html"/>
+            <control_containment label="Controls Containment" href="controls/containment.html"/>
             <projects label="Project Model" href="controls/projects.html"/>
         </controls>
         <controls label="System Controls">
@@ -75,7 +75,7 @@
             <address-enhanced label="Web Service: AddressBook Enhanced" href="wsm/sample_AddressBookEnhanced.html"/>
             <address-wsdl label="Web Service: AddressBook from WSDL" href="wsm/sample_AddressBookFromWSDL.html"/>
             <netui-blank label="Project: Page Flow" href="pageflow/sample_netui-blank.html"/>
-            <control-blank label="Project: Control" href="controls/sample_controls-blank.html"/>
+            <control-blank label="Project: Control" href="controls/sampleControlsBlank.html"/>
             <wsm-blank label="Project: Web Service" href="wsm/sample_wsm-blank.html"/>
             <ws-control-blank label="Project: Web Service Control" href="system-controls/webservices/sample-ws-control-blank.html" />
         </samples>