updated to the 2.0 xdoc schema
[utils] / support / general / src / site / site.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
3  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
5  name="Utilities Library: Support/General">
6   <skin>
7     <groupId>org.apache.maven.skins</groupId>
8     <artifactId>maven-stylus-skin</artifactId>
9     <version>1.2</version>
10   </skin>
11   
12   <body>
13     <links>
14       <item name="utilities library" href="http://utils.wamblee.org/"/>
15       <item name="support/general" href="http://utils.wamblee.org/support/general/index.html"/>
16     </links>
17
18     <menu name="Security">
19       <item name="User guide" href="userguide.html"/>
20       <item name="javadoc" href="apidocs/index.html"/>
21     </menu>
22   </body>
23 </project>