(no commit message)
[utils] / security / usermgt / 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: Security/Usermgt</name>
14   </bannerLeft>
15
16   <body>
17     <links>
18       <item name="utilities library" href="http://utils.wamblee.org/"/>
19       <item name="security/usermgt" href="http://utils.wamblee.org/security/usermgt/index.html"/>
20     </links>
21
22     <menu name="Security">
23       <item name="User guide" href="userguide.html"/>
24       <item name="javadoc" href="apidocs/index.html"/>
25     </menu>
26   </body>
27 </project>