You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/11/29 23:58:37 UTC

svn commit: r1415433 - /incubator/onami/trunk/test/src/site/site.xml

Author: simonetripodi
Date: Thu Nov 29 22:58:37 2012
New Revision: 1415433

URL: http://svn.apache.org/viewvc?rev=1415433&view=rev
Log:
test site descriptor updated according to what is already defined in the attached site.xml to the parent 

Modified:
    incubator/onami/trunk/test/src/site/site.xml

Modified: incubator/onami/trunk/test/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/test/src/site/site.xml?rev=1415433&r1=1415432&r2=1415433&view=diff
==============================================================================
--- incubator/onami/trunk/test/src/site/site.xml (original)
+++ incubator/onami/trunk/test/src/site/site.xml Thu Nov 29 22:58:37 2012
@@ -1,35 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2010-2012 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}">
 
-  <version position="left"/>
-
-  <custom>
-    <fluidoSkin>
-      <gitHub>
-        <projectId>99soft/junice</projectId>
-        <ribbonOrientation>right</ribbonOrientation>
-        <ribbonColor>red</ribbonColor>
-      </gitHub>
-    </fluidoSkin>
-  </custom>
-
-   <body>
-    <menu name="${project.name}">
+  <body>
+    <menu name="Apache Onami™ Test">
       <item name="Home" href="index.html"/>
       <item name="The core - JUniceRunner" href="core.html"/>
       <item name="Guice integration" href="guice.html"/>