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/03/02 14:12:33 UTC

svn commit: r632753 - /commons/proper/chain/trunk/src/site/site.xml

Author: niallp
Date: Sun Mar  2 05:12:32 2008
New Revision: 632753

URL: http://svn.apache.org/viewvc?rev=632753&view=rev
Log:
add m2 site.xml

Added:
    commons/proper/chain/trunk/src/site/site.xml   (with props)

Added: commons/proper/chain/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/site/site.xml?rev=632753&view=auto
==============================================================================
--- commons/proper/chain/trunk/src/site/site.xml (added)
+++ commons/proper/chain/trunk/src/site/site.xml Sun Mar  2 05:12:32 2008
@@ -0,0 +1,47 @@
+<?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 Chain">
+  <bannerRight>
+    <name>Commons Chain</name>
+    <src>/images/chain-logo-white.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Chain">
+      <item name="Overview"      href="/index.html"/>
+      <item name="Download"      href="http://commons.apache.org/downloads/download_chain.cgi"/>
+      <item name="Release Notes" href="/changes-report.html"/>
+      <item name="Cookbook"      href="/cookbook.html"/>
+      <item name="Javadoc"       href="/apidocs/index.html"/>
+      <item name="Dependencies"  href="/dependencies.html"/>
+      <item name="License"       href="/license.html"/>
+      <item name="Wiki"          href="http://wiki.apache.org/commons/Chain"/>
+    </menu>
+    
+    <menu name="Development">
+      <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="Javadoc (latest)"        href="http://commons.apache.org/chain/apidocs/"/>
+      <item name="Building"                href="/building.html"/>
+    </menu>
+
+  </body>
+
+</project>

Propchange: commons/proper/chain/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/chain/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL