You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/02 17:38:08 UTC

svn commit: r617824 - in /myfaces/orchestra/trunk/maven/src/site: resources/ site.xml

Author: skitching
Date: Sat Feb  2 08:37:57 2008
New Revision: 617824

URL: http://svn.apache.org/viewvc?rev=617824&view=rev
Log:
Fix some non-absolute urls in site.xml (get screwed up when inherited).
Remove resources dir, now a skin is being used.

Removed:
    myfaces/orchestra/trunk/maven/src/site/resources/
Modified:
    myfaces/orchestra/trunk/maven/src/site/site.xml

Modified: myfaces/orchestra/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/src/site/site.xml?rev=617824&r1=617823&r2=617824&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/src/site/site.xml (original)
+++ myfaces/orchestra/trunk/maven/src/site/site.xml Sat Feb  2 08:37:57 2008
@@ -55,11 +55,11 @@
 
         <menu name="MyFaces Projects" inherit="top">
             <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
-              <item name="API1"          href="http://myfaces.apache.org/core11/myfaces-api/index.html"/>
+              <item name="API"          href="http://myfaces.apache.org/core11/myfaces-api/index.html"/>
               <item name="Impl"         href="http://myfaces.apache.org/core11/myfaces-impl/index.html"/>
             </item>
             <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
-              <item name="API1"          href="http://myfaces.apache.org/core12/myfaces-api/index.html"/>
+              <item name="API"          href="http://myfaces.apache.org/core12/myfaces-api/index.html"/>
               <item name="Impl"         href="http://myfaces.apache.org/core12/myfaces-impl/index.html"/>
             </item>
             <item name="Trinidad"       href="http://myfaces.apache.org/trinidad/index.html"/>
@@ -71,15 +71,15 @@
         </menu>
 
         <menu name="MyFaces Orchestra" inherit="top">
-            <item name="Download" href="download.html"/>
+            <item name="Download" href="http://myfaces.apache.org/download.html"/>
             <item name="Wiki" href="http://wiki.apache.org/myfaces/Orchestra" />
         </menu>
 
         <menu name="MyFaces Orchestra - Modules" inherit="top">
-            <item name="Core" href="myfaces-orchestra-core/index.html"/>
-            <item name="Core15" href="myfaces-orchestra-core15/index.html"/>
-            <item name="Sandbox" href="myfaces-orchestra-sandbox/index.html"/>
-            <item name="Examples" href="myfaces-orchestra-examples-project/index.html"/>
+            <item name="Core" href="http://myfaces.apache.org/orchestra/myfaces-orchestra-core/index.html"/>
+            <item name="Core15" href="http://myfaces.apache.org/orchestra/myfaces-orchestra-core15/index.html"/>
+            <item name="Sandbox" href="http://myfaces.apache.org/orchestra/myfaces-orchestra-sandbox/index.html"/>
+            <item name="Examples" href="http://myfaces.apache.org/orchestra/myfaces-orchestra-examples-project/index.html"/>
         </menu>
 
         <menu ref="reports"/>