You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ck...@apache.org on 2008/03/26 20:50:12 UTC

svn commit: r641519 - in /myfaces: core/trunk_1.2.x/src/site/site.xml shared/trunk_3.0.x/src/site/site.xml

Author: ckormos
Date: Wed Mar 26 12:50:10 2008
New Revision: 641519

URL: http://svn.apache.org/viewvc?rev=641519&view=rev
Log:
fixed Apache banner to point to the right address.
added MyFaces skin usage to the /shared module's site.

Modified:
    myfaces/core/trunk_1.2.x/src/site/site.xml
    myfaces/shared/trunk_3.0.x/src/site/site.xml   (contents, props changed)

Modified: myfaces/core/trunk_1.2.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk_1.2.x/src/site/site.xml?rev=641519&r1=641518&r2=641519&view=diff
==============================================================================
--- myfaces/core/trunk_1.2.x/src/site/site.xml (original)
+++ myfaces/core/trunk_1.2.x/src/site/site.xml Wed Mar 26 12:50:10 2008
@@ -26,21 +26,21 @@
     <bannerLeft>
         <name>Apache MyFaces</name>
         <src>img/banners/MyFaces_logo.jpg</src>
-        <href>http://myfaces.apache.org/</href>
+        <href>http://myfaces.apache.org/index.html</href>
     </bannerLeft>
     
     <bannerRight>
         <name>Apache Banner</name>
         <src>img/banners/apache_banner.png</src>
-        <href>http://myfaces.apache.org/</href>
+        <href>http://www.apache.org</href>
     </bannerRight>
     
     <publishDate format="dd MMM yyyy" />
     
     <skin>
-      <groupId>org.apache.myfaces.maven</groupId>
-      <artifactId>myfaces-site-skin</artifactId>
-      <version>1-SNAPSHOT</version>
+      	<groupId>org.apache.myfaces.maven</groupId>
+      	<artifactId>myfaces-site-skin</artifactId>
+      	<version>1-SNAPSHOT</version>
     </skin>
     
     <body>

Modified: myfaces/shared/trunk_3.0.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/src/site/site.xml?rev=641519&r1=641518&r2=641519&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/src/site/site.xml (original)
+++ myfaces/shared/trunk_3.0.x/src/site/site.xml Wed Mar 26 12:50:10 2008
@@ -1,37 +1,60 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="MyFaces Impl">
-
-  <bannerLeft>
-    <name>MyFaces Commons</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>  
-
-  <body>
-
-    <links>
-      <item name="API" href="../api/index.html"/>
-      <item name="Impl" href="../impl/index.html"/>
-      <item name="Commons" href="index.html"/>
-      <item name="Tomahawk" href="../tomahawk/index.html"/>
-      <item name="Sandbox" href="../sandbox/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="Commons" href="index.html"/>
-      <item name="Tomahawk" href="../tomahawk/index.html"/>
-      <item name="Sandbox" href="../sandbox/index.html"/>
-    </menu>
-	
-	  ${reports}
-    
-  </body>
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<project name="MyFaces Impl">
+  	<bannerLeft>
+        <name>Apache MyFaces</name>
+        <src>img/banners/MyFaces_logo.jpg</src>
+        <href>http://myfaces.apache.org/index.html</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>img/banners/apache_banner.png</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    
+    <skin>
+      	<groupId>org.apache.myfaces.maven</groupId>
+      	<artifactId>myfaces-site-skin</artifactId>
+      	<version>1-SNAPSHOT</version>
+    </skin>
+
+  	<body>
+	   	<links>
+	      	<item name="API" href="../api/index.html"/>
+	     	<item name="Impl" href="../impl/index.html"/>
+	      	<item name="Commons" href="index.html"/>
+	      	<item name="Tomahawk" href="../tomahawk/index.html"/>
+	      	<item name="Sandbox" href="../sandbox/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="Commons" href="index.html"/>
+	      	<item name="Tomahawk" href="../tomahawk/index.html"/>
+	      	<item name="Sandbox" href="../sandbox/index.html"/>
+	    </menu>
+		
+		${reports}
+  	</body>
+</project>

Propchange: myfaces/shared/trunk_3.0.x/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native