Author: felixk
Date: Wed Mar 9 09:51:33 2011
New Revision: 1079714
URL: http://svn.apache.org/viewvc?rev=1079714&view=rev
Log:
Fix usage of new maven-skin (JAMES-1203)
Modified:
james/project/trunk/project/src/site/site.xml
Modified: james/project/trunk/project/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=1079714&r1=1079713&r2=1079714&view=diff
==============================================================================
--- james/project/trunk/project/src/site/site.xml (original)
+++ james/project/trunk/project/src/site/site.xml Wed Mar 9 09:51:33 2011
@@ -25,16 +25,16 @@
<version>1.6-SNAPSHOT</version>
</skin>
- <!-- Banner sources must have absolute URL, otherwise inheriting will fail
-->
<bannerLeft>
<name>James Project</name>
- <src>http://james.apache.org/images/logos/james-project-logo.gif</src>
+ <src>images/logos/james-project-logo.gif</src>
<href>http://james.apache.org/index.html</href>
+ <alt>james-project-logo.gif</alt>
</bannerLeft>
<bannerRight>
<name>The Apache Software Foundation</name>
- <src>http://james.apache.org/images/logos/asf-logo-reduced.gif</src>
+ <src>images/logos/asf-logo-reduced.gif</src>
<href>http://www.apache.org/index.html</href>
</bannerRight>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]