(no commit message)
[utils] / test / enterprise / src / site / site.xml
index e2cea7a5ea09c1a8c48aacf6bcbe48e0610d1b1d..13b888a5e7d3756c61fdd748356f632f01b34b4a 100644 (file)
@@ -1,13 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Utilities Library: Test/Enterprise">
+<?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="utilities library: test/enterprise">
+  
+  <skin>
+    <groupId>org.wamblee</groupId>
+    <artifactId>wamblee-skin</artifactId>
+  </skin>
+  
   <body>
     <links>
       <item name="utilities library" href="http://utils.wamblee.org/"/>
     </links>
 
-    <menu name="Test/Enterprise">
-      <item name="User guide" href="userguide.html"/>
-      <item name="javadoc" href="apidocs/index.html"/>
+    <menu name="test/enterprise">
+      <item name="user guide" href="index.html"/>
+      <item name="full javadoc" href="apidocs/index.html"/>
     </menu>
   </body>
 </project>