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:40:08 UTC

svn commit: r617827 - in /myfaces/orchestra/trunk/core/src/site: resources/ site.xml

Author: skitching
Date: Sat Feb  2 08:40:07 2008
New Revision: 617827

URL: http://svn.apache.org/viewvc?rev=617827&view=rev
Log:
Inherit menus from parent pom rather than duplicate them.
Remove resources dir; a skin is now used.
Add link to a doc file that previously existed but wasn't referenced.

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

Modified: myfaces/orchestra/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/site.xml?rev=617827&r1=617826&r2=617827&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/site.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/site.xml Sat Feb  2 08:40:07 2008
@@ -19,60 +19,38 @@
   -->
 
 <project name="MyFaces Orchestra">
+    <bannerLeft>
+        <name>MyFaces Orchestra</name>
+        <src>images/myfaces-logo.png</src>
+        <href>http://myfaces.apache.org/</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Easter Island</name>
+        <src>images/easter.png</src>
+        <href>http://myfaces.apache.org/</href>
+    </bannerRight>
+    <skin>
+        <groupId>org.apache.myfaces.maven</groupId>
+        <artifactId>myfaces-site-skin</artifactId>
+        <version>1-SNAPSHOT</version>
+    </skin>
+
+    <body>
+        <menu name="Core Documentation">
+            <item name="Introduction" href="introduction.html"/>
+            <item name="Conversations" href="conversation.html"/>
+            <item name="Persistence" href="persistence.html"/>
+            <item name="Glossary" href="glossary.html"/>
+            <item name="Installation" href="installation.html"/>
+            <item name="Conversation API Usage" href="usage.html"/>
+            <item name="ViewController" href="viewController.html"/>
+            <item name="Best Practice" href="bestPractice.html"/>
+            <item name="JSF Component Bindings" href="component-bindings.html"/>
+            <item name="TODO" href="todo.html"/>
+            <item name="FAQs" href="faqs.html"/>
+        </menu>
 
-	<bannerLeft>
-		<name>MyFaces Orchestra</name>
-		<src>images/myfaces-logo.png</src>
-		<href>http://myfaces.apache.org/</href>
-	</bannerLeft>
-	<bannerRight>
-		<name>Easter Island</name>
-		<src>images/easter.png</src>
-		<href>http://myfaces.apache.org/</href>
-	</bannerRight>
+        <menu ref="reports"/>
 
-	<body>
-
-		<links>
-			<item name="Apache" href="http://www.apache.org/"/>
-			<item name="MyFaces" href="../../index.html"/>
-			<item name="API" href="../../api/index.html"/>
-			<item name="Impl" href="../../impl/index.html"/>
-			<item name="Tomahawk" href="../../tomahawk/index.html"/>
-			<item name="Sandbox" href="../../sandbox/index.html"/>
-			<item name="Tobago" href="http://myfaces.apache.org/tobago"/>
-			<item name="Orchestra" href="../index.html"/>
-		</links>
-
-		<menu name="MyFaces Projects">
-			<item name="Overview" href="../../index.html"/>
-			<item name="API" href="../../api/index.html"/>
-			<item name="Impl" href="../../impl/index.html"/>
-			<item name="Tomahawk" href="../../tomahawk/index.html"/>
-			<item name="Sandbox" href="../../sandbox/index.html"/>
-			<item name="Tobago" href="http://myfaces.apache.org/tobago"/>
-			<item name="Orchestra" href="../index.html"/>
-		</menu>
-
-                <menu name="MyFaces Orchestra">
-                        <item name="Download" href="download.html"/>
-                        <item name="Wiki" href="http://wiki.apache.org/myfaces/Orchestra" />
-                </menu>
-
-		<menu name="MyFaces Orchestra - Core">
-			<item name="Introduction" href="introduction.html"/>
-			<item name="Conversations" href="conversation.html"/>
-			<item name="Persistence" href="persistence.html"/>
-			<item name="Glossary" href="glossary.html"/>
-			<item name="Installation" href="installation.html"/>
-			<item name="Conversation API Usage" href="usage.html"/>
-			<item name="ViewController" href="viewController.html"/>
-			<item name="Best Practice" href="bestPractice.html"/>
-			<item name="TODO" href="todo.html"/>
-			<item name="FAQs" href="faqs.html"/>
-		</menu>
-
-		${reports}
-
-	</body>
+    </body>
 </project>