<?xml version="1.0" encoding="ISO-8859-1"?><project xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd" name="Wicket Spring" xmlns="http://maven.apache.org/DECORATION/1.0.1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <skin>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-site-skin</artifactId>
    <version>1.0-SNAPSHOT</version>
  </skin>
  <body>
    <menu name="Wicket Spring">
      <item name="About" href="/index.html" />
      <item name="Apache Wicket" href="http://wicket.apache.org" />
      <item name="License" href="/license.html" />
    </menu>
    <menu name="Project Info">
      <item name="Dependencies" href="/dependencies.html" />
      <item name="Javadoc" href="/apidocs/index.html" target="_blank" />
      <item name="Mailing Lists" href="/mail-lists.html" />
      <item name="Issue Tracker" href="http://issues.apache.org/jira/browse/WICKET" />
      <item name="SVN Access" href="/source-repository.html" />
    </menu>
  </body>
</project>