| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!--
- * ========================================================================
- *
- * Copyright 2004, 2005 Acegi Technology Pty Limited
- *
- * 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
- *
- * 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="Acegi Security">
- <bannerLeft>
- <name>Acegi Security</name>
- <src>http://sourceforge.net/sflogo.php?group_id=104215&type=5</src>
- <href>http://acegisecurity.sourceforge.net</href>
- </bannerLeft>
- <bannerRight>
- <src>http://acegisecurity.org/logo.gif</src>
- <href>http://acegisecurity.org/</href>
- </bannerRight>
- <body>
- <links>
- <item name="Acegi Security on Sourceforge" href="http://sourceforge.net/projects/acegisecurity" />
- </links>
- <menu name="Overview">
- <item name="Home" href="/"/>
- <item name="Building with Maven" href="building.html"/>
- <item name="Downloads" href="downloads.html"/>
- </menu>
- <menu name="Documentation">
- <item name="Suggested Steps" href="suggested.html"/>
- <item name="Reference Guide" href="docbook/acegi.html"/>
- <item name="Sample SQL Schema" href="dbinit.txt"/>
- <item name="FAQ" href="faq.html"/>
- <item name="Petclinic Tutorial" href="petclinic-tutorial.html"/>
- <item name="External Web Articles" href="articles.html"/>
- <item name="Products using Acegi" href="powering.html"/>
- <item name="Use without Spring" href="standalone.html"/>
- <item name="Upgrading to 1.0.0" href="upgrade/upgrade-090-100.html"/>
- <item name="Upgrading to 0.9.0" href="upgrade/upgrade-080-090.html"/>
- <item name="Upgrading to 0.8.0" href="upgrade/upgrade-070-080.html"/>
- <item name="Core JavaDocs" href="acegi-security/apidocs/index.html" target="_blank"/>
- <item name="Contacts HTTPS" href="acegi-security-sample-contacts/ssl/howto.txt"/>
- <item name="Project Policies" href="policies.html"/>
- <item name="Acegi Security JIRA" href="http://opensource.atlassian.com/projects/spring/secure/BrowseProject.jspa?id=10040"/>
- <item name="Blog" href="http://blog.springframework.com/ben.alex/"/>
- </menu>
- <menu name="Projects">
- <item name="Core Framework" href="acegi-security/index.html"/>
- <item name="CAS Adapter" href="acegi-security-cas/index.html"/>
- <item name="Catalina Adapter" href="acegi-security-adapters/acegi-security-catalina/index.html"/>
- <item name="JBoss Adapter" href="acegi-security-adapters/acegi-security-jboss/index.html"/>
- <item name="Jetty Adapter" href="acegi-security-adapters/acegi-security-jetty/index.html"/>
- <item name="Resin Adapter" href="acegi-security-adapters/acegi-security-resin/index.html"/>
- </menu>
- <!--
- <menu name="Samples">
- <item name="Contacts" href="acegi-security-sample-contacts/index.html"/>
- <item name="Attributes" href="acegi-security-sample-attributes/index.html"/>
- </menu>
- -->
- <menu name="" type="footer">
- <item name="Spring Framework" href="http://www.springframework.org/" img="http://www.springframework.org/buttons/spring_white.png"/>
- </menu>
- </body>
- </project>
|