]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - doc/site/site.xml
Move site directory
[lgpl/argeo-commons.git] / doc / site / site.xml
diff --git a/doc/site/site.xml b/doc/site/site.xml
new file mode 100644 (file)
index 0000000..8b5f5f3
--- /dev/null
@@ -0,0 +1,47 @@
+<!--
+
+    Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+            http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+
+<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">
+       <version />
+       <publishDate format="yyyy-MM-dd HH:mm" />
+       <body>
+               <menu name="Overview">
+                       <item name="Home" href="${project.url}/index.html" />
+                       <item name="Runtime" href="${project.url}/runtime/index.html">
+                               <item name="API (Javadoc)" href="${project.url}/apidocs/index.html" />
+                               <item name="Code" href="${project.url}/xref/index.html" />
+                               <item name="Unit Tests Results" href="${project.url}/surefire-report.html" />
+                       </item>
+               </menu>
+               <menu ref="parent" />
+               <menu ref="modules" />
+               <menu ref="reports" />
+       </body>
+       <poweredBy>
+               <logo name="Maven" href="http://maven.apache.org/"
+                       img="http://maven.apache.org/images/logos/maven-feather.png" />
+       </poweredBy>
+       <skin>
+               <groupId>org.apache.maven.skins</groupId>
+               <artifactId>maven-default-skin</artifactId>
+               <version>1.0</version>
+       </skin>
+</project>
+