You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/02 01:44:44 UTC

svn commit: r643650 - in /commons/sandbox/functor/trunk/src/site: site.xml xdoc/navigation.xml

Author: niallp
Date: Tue Apr  1 16:44:43 2008
New Revision: 643650

URL: http://svn.apache.org/viewvc?rev=643650&view=rev
Log:
move m1 navigation.xml to m2 site.xml

Added:
    commons/sandbox/functor/trunk/src/site/site.xml
      - copied, changed from r643647, commons/sandbox/functor/trunk/src/site/xdoc/navigation.xml
Removed:
    commons/sandbox/functor/trunk/src/site/xdoc/navigation.xml

Copied: commons/sandbox/functor/trunk/src/site/site.xml (from r643647, commons/sandbox/functor/trunk/src/site/xdoc/navigation.xml)
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/src/site/site.xml?p2=commons/sandbox/functor/trunk/src/site/site.xml&p1=commons/sandbox/functor/trunk/src/site/xdoc/navigation.xml&r1=643647&r2=643650&rev=643650&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/src/site/xdoc/navigation.xml (original)
+++ commons/sandbox/functor/trunk/src/site/site.xml Tue Apr  1 16:44:43 2008
@@ -1,22 +1,26 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-   Copyright 2004 The Apache Software Foundation
+  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
 
-   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
 
-       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.
+  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.
 -->
-<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
 <project name="Commons&#xA0;Functor">
-  <title>Commons&#xA0;Functor</title>
+  <bannerRight>
+    <name>Commons Functor</name>
+    <src>/images/functor-logo-white.png</src>
+    <href>/index.html</href>
+  </bannerRight>
   <body>
     <menu name="Commons&#xA0;Functor">
       <item name="Overview" href="/index.html"/>
@@ -27,11 +31,10 @@
     </menu>
     <menu name="Development">
       <item name="Building" href="/building.html"/>
-      <item name="Test Coverage" href="/clover/index.html"/>
+      <item name="Test Coverage" href="/cobertura/index.html"/>
       <item name="Team" href="/team-list.html"/>
-      <item name="Status" href="http://svn.apache.org/viewcvs/*checkout*/jakarta/commons/sandbox/functor/trunk/STATUS.txt"/>
-      <item name="SVN" href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/functor/"/>
+      <item name="Status" href="http://svn.apache.org/repos/asf/commons/sandbox/functor/trunk/STATUS.txt"/>
+      <item name="SVN" href="/source-repository.html"/>
     </menu>
-    &common-menus;
   </body>
 </project>