diff options
Diffstat (limited to 'src/main/site/site.xml')
-rw-r--r-- | src/main/site/site.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/main/site/site.xml b/src/main/site/site.xml new file mode 100644 index 00000000..f72f52bf --- /dev/null +++ b/src/main/site/site.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project name="MOCCA"> + <publishDate position="right"/> + <bannerLeft> + <name>MOCCA</name> + <src>http://mocca.egovlabs.gv.at/mocca-t_s.png</src> + <href>http://mocca.egovlabs.gv.at/</href> + </bannerLeft> + + <body> + <links> + <item name="Apache" href="http://www.apache.org/" /> + <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/"/> + <item name="Maven 2" href="http://maven.apache.org/"/> + </links> + + <menu name="MOCCA"> + <item name="Introduction" href="index.html"/> + <item name="Download" href="download.html"/> + <item name="Release Notes" href="release-notes.html" /> + <item name="General Information" href="about.html"/> + <item name="Road Map" href="roadmap.html" /> + </menu> + + <menu ref="reports"/> + + </body> + +</project>
\ No newline at end of file |