src-readme.txt 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ===============================================================================
  2. SPRING SECURITY - README FILE
  3. ===============================================================================
  4. -------------------------------------------------------------------------------
  5. OVERVIEW
  6. -------------------------------------------------------------------------------
  7. Spring Security System 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 a spring-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 Spring Security, you must download
  17. the full release or compile it from CVS. See the "Building" 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 Spring Security forum located at the
  24. Spring Community's forum site:
  25. http://forum.springframework.org
  26. If you start using Spring 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$