You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 13:50:41 UTC

svn commit: r1229986 - /incubator/amber/trunk/src/site/site.xml

Author: simonetripodi
Date: Wed Jan 11 12:50:41 2012
New Revision: 1229986

URL: http://svn.apache.org/viewvc?rev=1229986&view=rev
Log:
switching to maven-fluido-skin

Modified:
    incubator/amber/trunk/src/site/site.xml

Modified: incubator/amber/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/src/site/site.xml?rev=1229986&r1=1229985&r2=1229986&view=diff
==============================================================================
--- incubator/amber/trunk/src/site/site.xml (original)
+++ incubator/amber/trunk/src/site/site.xml Wed Jan 11 12:50:41 2012
@@ -1,47 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    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="${project.name}">
 
   <bannerLeft>
-    <name>Apache Amber OAuth reference implementation</name>
-    <src>images/amber_head.png</src>
-    <href>${project.url}/index.html</href>
+  <name>Apache Amber OAuth reference implementation</name>
+  <src>images/amber_head.png</src>
+  <href>${project.url}/index.html</href>
   </bannerLeft>
-    <version position="left"/>
 
-    <body>
-        <menu name="${project.name}"/>
+  <skin>
+  <groupId>org.apache.maven.skins</groupId>
+  <artifactId>maven-fluido-skin</artifactId>
+  <version>1.0</version>
+  </skin>
+
+  <version position="left"/>
+
+  <body>
+    <menu name="${project.name}"/>
+
+    <menu name="Miscellaneous">
+      <item name="Project stats" href="stats.html"/>
+    </menu>
+
+    <menu ref="reports"/>
+
+    <menu ref="modules"/>
+
+    <menu name="External Links">
+      <item name="Apache Incubator" href="http://incubator.apache.org/"/>
+    </menu>
+  </body>
 
-        <menu name="Miscellaneous">
-            <item name="Project stats" href="stats.html"/>
-        </menu>
-
-        <menu ref="reports"/>
-
-        <menu ref="modules"/>
-
-        <menu name="External Links">
-            <item name="Apache Incubator" href="http://incubator.apache.org/"/>
-        </menu>
-    </body>
-    <skin>
-        <groupId>com.googlecode.fluido-skin</groupId>
-        <artifactId>fluido-skin</artifactId>
-        <version>1.3</version>
-    </skin>
 </project>