You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/11/07 22:44:27 UTC

svn commit: r1198955 - /commons/sandbox/meiyo/trunk/src/site/site.xml

Author: simonetripodi
Date: Mon Nov  7 21:44:26 2011
New Revision: 1198955

URL: http://svn.apache.org/viewvc?rev=1198955&view=rev
Log:
fixed site descriptor according to commons requirements

Modified:
    commons/sandbox/meiyo/trunk/src/site/site.xml

Modified: commons/sandbox/meiyo/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/meiyo/trunk/src/site/site.xml?rev=1198955&r1=1198954&r2=1198955&view=diff
==============================================================================
--- commons/sandbox/meiyo/trunk/src/site/site.xml (original)
+++ commons/sandbox/meiyo/trunk/src/site/site.xml Mon Nov  7 21:44:26 2011
@@ -1,37 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- |  Copyright 2010-2011 The 99 Software Foundation
- |
- |  Licensed 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>${project.description}</name>
-        <src>images/logo.png</src>
-        <href>${project.url}/index.html</href>
-    </bannerLeft>
-
-    <version position="left"/>
-
-    <body>
-        <menu name="${project.name}">
-            <item name="Home" href="index.html" />
-        </menu>
-
-        <menu name="External Links">
-            <item name="Project Page" href="https://github.com/99soft/meiyo/" />
-        </menu>
-    </body>
+  <bannerRight>
+    <name>${project.description}</name>
+    <src>images/logo.png</src>
+    <href>${project.url}/index.html</href>
+  </bannerRight>
+
+  <version position="left" />
+
+  <body>
+    <menu name="${project.name}">
+      <item name="Home" href="index.html" />
+    </menu>
+  </body>
 
 </project>