Mailing List Archive

svn commit: r1537447 - in /forrest/trunk: main/webapp/locationmap.xml site-author/status.xml
Author: crossley
Date: Thu Oct 31 11:36:49 2013
New Revision: 1537447

URL: http://svn.apache.org/r1537447
Log:
Locationmap was not finding project.js.**

Modified:
forrest/trunk/main/webapp/locationmap.xml
forrest/trunk/site-author/status.xml

Modified: forrest/trunk/main/webapp/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/locationmap.xml?rev=1537447&r1=1537446&r2=1537447&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap.xml (original)
+++ forrest/trunk/main/webapp/locationmap.xml Thu Oct 31 11:36:49 2013
@@ -96,7 +96,7 @@
</select>
</match>
<match pattern="project.js.**">
- <location src="resources/scripts/{1}.js" />
+ <location src="{properties:resources}scripts/{1}.js" />
</match>
<match pattern="project.xml.site">
<location src="{properties:content.xdocs}site.xml" />

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=1537447&r1=1537446&r2=1537447&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Oct 31 11:36:49 2013
@@ -154,6 +154,9 @@
<link href="site:upgrading_010">upgrading to v0.10-dev</link>
</action>
<!-- 2013-10 -->
+ <action context="code" type="update" dev="DC">
+ Fixed locationmap to properly find project.js.** javascript resources.
+ </action>
<action context="docs" type="update" dev="DC">
Improved the
"<link href="site:buildPlugin">How to build a Plugin</link>"