You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2010/12/19 13:49:12 UTC

svn commit: r1050835 - /turbine/fulcrum/trunk/security/api/src/site/site.xml

Author: tv
Date: Sun Dec 19 12:49:12 2010
New Revision: 1050835

URL: http://svn.apache.org/viewvc?rev=1050835&view=rev
Log:
Switch to Maven2-layout

Added:
    turbine/fulcrum/trunk/security/api/src/site/site.xml   (with props)

Added: turbine/fulcrum/trunk/security/api/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/api/src/site/site.xml?rev=1050835&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/api/src/site/site.xml (added)
+++ turbine/fulcrum/trunk/security/api/src/site/site.xml Sun Dec 19 12:49:12 2010
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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="Fulcrum Security API"
+  href="http://turbine.apache.org/fulcrum/security/api/">
+
+<body>
+
+    <menu name="Overview">
+      <item name="Main"                 href="http://turbine.apache.org/fulcrum/fulcrum-security-site/"/>
+      <item name="Authenticators"       href="http://turbine.apache.org/fulcrum/fulcrum-security-site/authenticators.html"/>
+      <item name="Tasks"                href="http://turbine.apache.org/fulcrum/fulcrum-security-site/tasks.html"/>
+    </menu>
+
+    <menu name="Security Components">
+        <item name="Site"                  href="http://turbine.apache.org/fulcrum/fulcrum-security-site/"/>
+        <item name="Security API"          href="http://turbine.apache.org/fulcrum/fulcrum-security-api/"/>
+        <item name="Memory Impl"           href="http://turbine.apache.org/fulcrum/fulcrum-security-memory/"/>
+        <item name="Hibernate Impl"        href="http://turbine.apache.org/fulcrum/fulcrum-security-hibernate/"/>
+        <item name="Torque Impl"           href="http://turbine.apache.org/fulcrum/fulcrum-security-torque/"/>
+        <item name="NT Impl"               href="http://turbine.apache.org/fulcrum/fulcrum-security-nt/"/>
+        <item name="Adapter Turbine"       href="http://turbine.apache.org/fulcrum/fulcrum-security-adapter-turbine/"/>
+        <item name="Adapter OpenSymphony"  href="http://turbine.apache.org/fulcrum/fulcrum-security-adapter-opensymphony/"/>
+    </menu>
+
+</body>
+
+</project>

Propchange: turbine/fulcrum/trunk/security/api/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain