(no commit message)
[utils] / test / enterprise / 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">
6   
7   <skin>
8     <groupId>org.wamblee</groupId>
9     <artifactId>wamblee-skin</artifactId>
10   </skin>
11   
12   <bannerLeft>
13     <name>Utilities Library: Test/Enterprise</name>
14   </bannerLeft>
15
16   <body>
17     <links>
18       <item name="utilities library" href="http://utils.wamblee.org/"/>
19     </links>
20
21     <menu name="Test/Enterprise">
22       <item name="User guide" href="userguide.html"/>
23       <item name="javadoc" href="apidocs/index.html"/>
24     </menu>
25   </body>
26 </project>