Author: niallp
Date: Fri Jan 25 00:57:11 2008
New Revision: 615152
URL: http://svn.apache.org/viewvc?rev=615152&view=rev
Log:
Add m2 site navigation
Added:
commons/proper/vfs/trunk/src/
commons/proper/vfs/trunk/src/site/
commons/proper/vfs/trunk/src/site/resources/
commons/proper/vfs/trunk/src/site/resources/images/
- copied from r615143, commons/proper/vfs/trunk/xdocs/images/
commons/proper/vfs/trunk/src/site/site.xml (with props)
Added: commons/proper/vfs/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/site.xml?rev=615152&view=auto
==============================================================================
--- commons/proper/vfs/trunk/src/site/site.xml (added)
+++ commons/proper/vfs/trunk/src/site/site.xml Fri Jan 25 00:57:11 2008
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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="Commons VFS">
+
+ <bannerRight>
+ <name>Commons VFS</name>
+ <src>/images/vfs-logo-white.png</src>
+ <href>/index.html</href>
+ </bannerRight>
+
+ <body>
+
+ <menu name="Commons VFS">
+ <item name="Overview" href="/index.html"/>
+ <item name="Download and Build" href="/download.html"/>
+ <item name="3rd party plugins" href="/3rdparty.html"/>
+ <item name="Using the API" href="/api.html"/>
+ <item name="API JavaDocs" href="/apidocs/index.html"/>
+ <item name="File Systems" href="/filesystems.html"/>
+ <item name="Ant Tasks" href="/anttasks.html"/>
+ <item name="Wiki"
href="http://wiki.apache.org/commons/VFS"/>
+ </menu>
+
+ <menu name="Development">
+ <item name="Test Server" href="/testserver.html"/>
+ <item name="Mailing Lists" href="/mail-lists.html"/>
+ <item name="Issue Tracking" href="/issue-tracking.html"/>
+ <item name="Source Repository" href="/source-repository.html"/>
+ <item name="To Do List" href="/todo.html"/>
+ </menu>
+
+ </body>
+
+</project>
Propchange: commons/proper/vfs/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/proper/vfs/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL