Author: tchemit Date: 2009-08-24 23:48:39 +0200 (Mon, 24 Aug 2009) New Revision: 626 Modified: trunk/src/site/site.xml Log: site.xml does not allowed dynamic expression... Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-24 21:14:58 UTC (rev 625) +++ trunk/src/site/site.xml 2009-08-24 21:48:39 UTC (rev 626) @@ -29,7 +29,8 @@ </links> <breadcrumbs> - <item name="${platformName}" href="http://www.${platform}" /> + <!-- can not be use, since this is a static content --> + <!--<item name="${platformName}" href="http://www.${platform}" />--> <item name="${project.name}" href="${project.url}" /> </breadcrumbs>
participants (1)
-
tchemit@users.nuiton.org