<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
  name="PhotoXChange">

  <skin>
    <groupId>org.wamblee</groupId>
    <artifactId>wamblee-skin</artifactId>
  </skin>

  <body>
    <links>
      <item name="wamblee.org" href="http://wamblee.org/"/>
    </links>

    <menu name="about">
      <item name="index" href="index.html"/>
    </menu>

    <menu name="download">
      <item name="releases" href="download.html"/>
    </menu>
    
    <menu name="documentation">
      <item name="features" href="documentation/features.html"/>
      <item name="installation" href="documentation/installation.html"/>
      <item name="design" href="documentation/design.html"/>
    </menu>
  </body>
</project>
