src-readme.txt 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ===============================================================================
  2. ACEGI SECURITY SYSTEM FOR SPRING - README FILE
  3. ===============================================================================
  4. -------------------------------------------------------------------------------
  5. OVERVIEW
  6. -------------------------------------------------------------------------------
  7. The Acegi Security System for Spring provides security services for
  8. The Spring Framework (http://www.springframework.org).
  9. For a detailed list of features and access to the latest release, please visit
  10. http://acegisecurity.org.
  11. -------------------------------------------------------------------------------
  12. SOURCE RELEASES
  13. -------------------------------------------------------------------------------
  14. If you have downloaded an acegi-security-xx-src.zip, you will NOT be able to
  15. compile the project. The -src releases are intended for source code review
  16. and IDE integration only. If you wish to use Acegi Security, you must download
  17. the full release or compile it from CVS. See the "Building with Maven" page
  18. at http://acegisecurity.org for further details. There is also a "Download"
  19. link if you would prefer to download an already compiled release.
  20. -------------------------------------------------------------------------------
  21. OBTAINING SUPPORT
  22. -------------------------------------------------------------------------------
  23. If you need any help, please use the Acegi Security System for Spring forum
  24. located at the Spring Community's forum site:
  25. http://forum.springframework.org
  26. If you start using Acegi Security in your project, please consider joining
  27. the acegisecurity-developer mailing list. This is currently the best way to
  28. keep informed about the project's status and provide feedback in design
  29. discussions. You can join at:
  30. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
  31. Links to mailing list archives, the forums, and other useful resources are
  32. available from http://acegisecurity.org.
  33. $Id$