Author: seade Date: Tue May 29 17:51:24 2007 New Revision: 542709 URL: http://svn.apache.org/viewvc?view=rev&rev=542709 Log: Use an absolute url for the project logo - this should fix the problem where the project logo is not appearing on the component pages.
Modified: jakarta/turbine/fulcrum/trunk/project.xml Modified: jakarta/turbine/fulcrum/trunk/project.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/project.xml?view=diff&rev=542709&r1=542708&r2=542709 ============================================================================== --- jakarta/turbine/fulcrum/trunk/project.xml (original) +++ jakarta/turbine/fulcrum/trunk/project.xml Tue May 29 17:51:24 2007 @@ -26,7 +26,7 @@ <organization> <name>Apache Software Foundation</name> <url>http://turbine.apache.org/</url> - <logo>/images/turbine-project.png</logo> + <logo>http://turbine.apache.org/images/turbine-project.png</logo> </organization> <inceptionYear>2000</inceptionYear> <package>org.apache.fulcrum</package> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]