You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ws...@apache.org on 2006/10/08 23:45:19 UTC

svn commit: r454219 - in /shale/framework/trunk/src/site: site.xml xdoc/features-commons-validator.xml xdoc/features-view-controller.xml

Author: wsmoak
Date: Sun Oct  8 14:45:18 2006
New Revision: 454219

URL: http://svn.apache.org/viewvc?view=rev&rev=454219
Log:
Remove duplicate 'features' pages and adjust the menu links to point to the new shale-validator and shale-view module index pages.

SHALE-299

Removed:
    shale/framework/trunk/src/site/xdoc/features-commons-validator.xml
    shale/framework/trunk/src/site/xdoc/features-view-controller.xml
Modified:
    shale/framework/trunk/src/site/site.xml

Modified: shale/framework/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/src/site/site.xml?view=diff&rev=454219&r1=454218&r2=454219
==============================================================================
--- shale/framework/trunk/src/site/site.xml (original)
+++ shale/framework/trunk/src/site/site.xml Sun Oct  8 14:45:18 2006
@@ -30,10 +30,10 @@
     </menu>
 
     <menu name="Features">
-        <item name="View Controller"    href="/features-view-controller.html"/>
+        <item name="View Controller"    href="/shale-view/index.html"/>
         <item name="Dialog Manager"     href="/features-dialog-manager.html"/>
         <item name="Application Manager" href="/features-application-manager.html"/>
-        <item name="Validation"         href="/features-commons-validator.html"/>
+        <item name="Commons Validator Integration" href="/shale-validator/index.html"/>
         <item name="Remoting"           href="/features-remoting.html"/>
         <item name="JNDI Integration"   href="/features-jndi-integration.html"/>
         <item name="Spring Integration" href="/features-spring-integration.html"/>