(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 17:09:05 +0000 (17:09 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 30 May 2010 17:09:05 +0000 (17:09 +0000)
pom.xml
security/impl/src/site/xdoc/index.xml
security/impl/src/site/xdoc/userguide.xml
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index ca6b6d79a7f5898ee0243b95204d5f49b1df528c..175b986f5b5b578f297bdc8c319607a2c7773471 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </instrumentation>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <locales>en</locales>
+                </configuration>
+            </plugin>
 
 
         </plugins>
index 9c5d4e298f859b3c0668cf76089b4b0c3251c27a..13d7f468a86018ccc89a609d05ba92302596fa20 100644 (file)
@@ -4,7 +4,7 @@
   "http://maven.apache.org/dtd/xdoc_1_0.dtd">
 <document>
   <properties>
-    <title>Test/Enterprise overview</title>
+    <title>Security overview</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
index 67b762de1938fd8a6abce800a2c1175165b0fd09..ce0c29fd7de9359eb9adc8e7ff8f541a2e8e968a 100644 (file)
@@ -4,7 +4,7 @@
   "http://maven.apache.org/dtd/xdoc_1_0.dtd">
 <document>
   <properties>
-    <title>Test/Enterprise Userguide</title>
+    <title>Security Userguide</title>
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
index 4a5c546bffb28c10423848159945c15c303c1751..b10801dec71a0bdee9ac3b11f777c0caaa2c7d1e 100644 (file)
@@ -18,7 +18,7 @@
     </menu>
 
     <menu name="Components">
-      <item name="Support" href="http://utils.wamblee.org/support/index.html"/>
+      <item name="Support/General" href="http://utils.wamblee.org/support/general/index.html"/>
       <item name="Security" href="http://utils.wamblee.org/security/index.html"/>
       <item name="Test/Enterprise" href="http://utils.wamblee.org/test/enterprise/index.html"/>
     </menu>