You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ke...@apache.org on 2010/07/14 20:13:41 UTC

svn commit: r964118 - /incubator/oodt/trunk/core/src/site/site.xml

Author: kelly
Date: Wed Jul 14 18:13:41 2010
New Revision: 964118

URL: http://svn.apache.org/viewvc?rev=964118&view=rev
Log:
WIP OODT-16

Replace Caltech with ASF. Remove left+right banners & skin; fall back to default skin.

Modified:
    incubator/oodt/trunk/core/src/site/site.xml

Modified: incubator/oodt/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/core/src/site/site.xml?rev=964118&r1=964117&r2=964118&view=diff
==============================================================================
--- incubator/oodt/trunk/core/src/site/site.xml (original)
+++ incubator/oodt/trunk/core/src/site/site.xml Wed Jul 14 18:13:41 2010
@@ -1,27 +1,23 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- 
-Copyright 2008 California Institute of Technology. ALL RIGHTS
-RESERVED. U.S. Government Sponsorship acknowledged.
+<?xml version='1.0' encoding='utf-8'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more contributor
+license agreements.  See the NOTICE.txt 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
 
-$Id$
--->
+     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>
-  <!-- <bannerLeft>
-    <name>${project.name}</name>
-    <src>http://oodt.jpl.nasa.gov/${pom.artifactId}/${pom.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>-->
-  <publishDate position="left" format="dd-MMM-yyyy"/>
-  <body>
-   <menu ref="reports"/>
-  </body>
-  <skin>
-    <groupId>gov.nasa.jpl.oodt</groupId>
-    <artifactId>oodt-m2-skin</artifactId>
-    <version>2.0-SNAPSHOT</version>
-  </skin>
+    <publishDate position='left' format='dd-MMM-yyyy'/>
+    <body>
+        <menu ref='reports'/>
+    </body>
 </project>