| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <project name="Spring Security">
- <skin>
- <groupId>org.springframework.maven.skins</groupId>
- <artifactId>maven-spring-skin</artifactId>
- <version>1.0.4</version>
- </skin>
- <publishDate position="left" format="d MMM yyyy"/>
- <bannerLeft>
- <name>Spring Security</name>
- <src>http://www.springframework.org/files/logo.jpg
- </src>
- <href>http://static.springframework.org/spring-security/
- </href>
- </bannerLeft>
- <body>
- <links>
- <item name="Spring Framework" href="http://www.springframework.org/"/>
- <item name="OWASP" href="http://www.owasp.org/"/>
- </links>
- <menu name="Overview">
- <item name="Home" href="index.html"/>
- <item name="Building from Source" href="building.html"/>
- <item name="Downloads" href="http://www.springframework.org/download/"/>
- </menu>
- <menu name="Documentation">
- <item name="Suggested Steps" href="suggested.html"/>
- <item name="Reference Guide" href="reference.html"/>
- <item name="Javadoc API" href="apidocs/index.html"/>
- <item name="FAQ" href="faq.html"/>
- <item name="JIRA Issue tracker" href="http://jira.springframework.org/browse/SEC"/>
- <item name="Road Map" href="http://jira.springframework.org/browse/SEC?report=com.atlassian.jira.plugin.system.project:roadmap-panel"/>
- <item name="Community Forum" href="http://forum.springframework.org/forumdisplay.php?f=33"/>
- </menu>
-
- <menu ref="reports" name="Reports"/>
- </body>
- </project>
|