You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/06/03 22:11:31 UTC

svn commit: r951139 - /openwebbeans/trunk/webbeans-impl/src/site/site.xml

Author: struberg
Date: Thu Jun  3 20:11:31 2010
New Revision: 951139

URL: http://svn.apache.org/viewvc?rev=951139&view=rev
Log:
OWB-390 cleanup sites


Modified:
    openwebbeans/trunk/webbeans-impl/src/site/site.xml

Modified: openwebbeans/trunk/webbeans-impl/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/site/site.xml?rev=951139&r1=951138&r2=951139&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/src/site/site.xml (original)
+++ openwebbeans/trunk/webbeans-impl/src/site/site.xml Thu Jun  3 20:11:31 2010
@@ -1,18 +1,21 @@
 <?xml version="1.0"?>
 <!--
-	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.
+ 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="OpenWebBeans-Impl">
@@ -24,8 +27,8 @@
     
     <bannerRight>
         <name>Apache Banner</name>
-        <src>http://incubator.apache.org/openwebbeans/images/apache-incubator-logo.png</src>
-        <href>http://incubator.apache.org/openwebbeans</href>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
     </bannerRight>
     
     <publishDate format="dd MMM yyyy" />
@@ -33,8 +36,8 @@
     
     <body>
         <breadcrumbs>
-        <item name="Incubator" href="http://incubator.apache.org"/>
-        <item name="OpenWebBeans" href="http://incubator.apache.org/openwebbeans"/>
+        <item name="Apache" href="http://www.apache.org"/>
+        <item name="OpenWebBeans" href="http://openwebbeans.apache.org"/>
         <item name="Impl" href="http://incubator.apache.org/openwebbeans/${project.version}/openwebbeans-impl"/>
         </breadcrumbs>
 
@@ -42,7 +45,7 @@
             <item name="Introduction" href="index.html" />
         </menu>
 
-    	<menu ref="reports"/>
+        <menu ref="reports"/>
     </body>
 </project>