navigation.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. * ========================================================================
  4. *
  5. * Copyright 2004, 2005 Acegi Technology Pty Limited
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License");
  8. * you may not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS,
  15. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. *
  19. * ========================================================================
  20. -->
  21. <project>
  22. <body>
  23. <links>
  24. <item name="Acegi Security on Sourceforge" href="http://sourceforge.net/projects/acegisecurity" />
  25. </links>
  26. <menu name="Overview">
  27. <item name="Home" href="index.html"/>
  28. <item name="Building with Maven" href="building.html"/>
  29. <item name="Downloads" href="downloads.html"/>
  30. </menu>
  31. <menu name="Documentation">
  32. <item name="Suggested Steps" href="suggested.html"/>
  33. <item name="Reference Guide" href="reference.html"/>
  34. <item name="Sample SQL Schema" href="dbinit.txt"/>
  35. <item name="FAQ" href="faq.html"/>
  36. <item name="External Web Articles" href="articles.html"/>
  37. <item name="Use without Spring" href="standalone.html"/>
  38. <item name="Upgrading to 0.8.0" href="upgrade/upgrade-070-080.html"/>
  39. <item name="Upgrading to 0.7.0" href="upgrade/upgrade-06-070.html"/>
  40. <item name="Upgrading to 0.6" href="upgrade/upgrade-05-06.html"/>
  41. <item name="Upgrading to 0.5" href="upgrade/upgrade-04-05.html"/>
  42. <item name="Upgrading to 0.4" href="upgrade/upgrade-03-04.html"/>
  43. <item name="Core JavaDocs" href="multiproject/acegi-security/apidocs/index.html" target="_blank"/>
  44. </menu>
  45. <menu name="Projects">
  46. <item name="Core Framework" href="multiproject/acegi-security/index.html"/>
  47. <item name="CAS Adapter" href="multiproject/acegi-security-cas/index.html"/>
  48. <item name="Catalina Adapter" href="multiproject/acegi-security-catalina/index.html"/>
  49. <item name="JBoss Adapter" href="multiproject/acegi-security-jboss/index.html"/>
  50. <item name="Jetty Adapter" href="multiproject/acegi-security-jetty/index.html"/>
  51. <item name="Resin Adapter" href="multiproject/acegi-security-resin/index.html"/>
  52. </menu>
  53. <menu name="Samples">
  54. <item name="Contacts" href="multiproject/acegi-security-sample-contacts/index.html"/>
  55. <item name="Attributes" href="multiproject/acegi-security-sample-attributes/index.html"/>
  56. </menu>
  57. <search/>
  58. <menu type="footer">
  59. <item name="Spring Framework" href="http://www.springframework.org/" img="http://www.springframework.org/buttons/spring_white.png"/>
  60. <item name="Code Coverage by Clover" href="http://www.cenqua.com/clover/" img="http://www.cenqua.com/clover/images/clovered1.gif" />
  61. </menu>
  62. </body>
  63. </project>