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:52:29 UTC

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

Author: simonetripodi
Date: Wed Jan 11 12:52:29 2012
New Revision: 1229987

URL: http://svn.apache.org/viewvc?rev=1229987&view=rev
Log:
linked project descriptor XSD

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=1229987&r1=1229986&r2=1229987&view=diff
==============================================================================
--- incubator/amber/trunk/src/site/site.xml (original)
+++ incubator/amber/trunk/src/site/site.xml Wed Jan 11 12:52:29 2012
@@ -15,18 +15,20 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="${project.name}">
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  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>
 
   <skin>
-  <groupId>org.apache.maven.skins</groupId>
-  <artifactId>maven-fluido-skin</artifactId>
-  <version>1.0</version>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.0</version>
   </skin>
 
   <version position="left"/>