|
From: <be...@us...> - 2009-03-31 22:41:47
|
Revision: 275
http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=275&view=rev
Author: benoitx
Date: 2009-03-31 22:41:45 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
Fixing PMD report and changing Skin (just to show it). Removing the Stat-SCM for now until we can reduce the reports for modules.
Modified Paths:
--------------
trunk/src/site/site.xml
Modified: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml 2009-03-31 06:05:08 UTC (rev 274)
+++ trunk/src/site/site.xml 2009-03-31 22:41:45 UTC (rev 275)
@@ -11,7 +11,17 @@
<src>images/objectlab_logo.gif</src>
<href>http://www.objectlab.co.uk/</href>
</bannerRight>
- <publishDate position="left" format="yyyy-MM-dd hh:mm Z" />
+ <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-stylus-skin</artifactId>
+ <version>1.0</version>
+ </skin>
+
+ <publishDate position="left" format="yyyy-MM-dd HH:mm Z" />
<version position="left" />
<body>
<links>
@@ -27,9 +37,9 @@
<item name="Tenor Handling" href="tenor.html" />
<item name="JavaDoc" class="newWindow" target="_new"
href="apidocs/index.html" />
- <item name="Stat SVN" href="statsvn/index.html" />
+ <!--<item name="Stat SVN" href="statsvn/index.html" />-->
<item name="In the press" href="press/index.html" />
- <item name="Sitemap" href="sitemap.html" />
+ <!--<item name="Sitemap" href="sitemap.html" />-->
<item name="FAQ" href="faq.html" />
</menu>
@@ -44,7 +54,7 @@
<item name="ObjectLab" href="http://www.objectlab.co.uk" />
<item name="Joda-time" href="http://joda-time.sourceforge.net" />
</menu>
-
</body>
+ <footer>Hello Marcin</footer>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|