You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/03/23 21:47:08 UTC

svn commit: r1304588 - in /incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF: jsp/templates/base_layout.jsp tags/custom_js.tag

Author: carlucci
Date: Fri Mar 23 20:47:08 2012
New Revision: 1304588

URL: http://svn.apache.org/viewvc?rev=1304588&view=rev
Log:
RAVE-519: added empty custom_js.tag file which can be easily overlayed for including custom javascript sources for extension projects

Added:
    incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/custom_js.tag
      - copied unchanged from r1304579, incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/custom_css.tag
Modified:
    incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp

Modified: incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp?rev=1304588&r1=1304587&r2=1304588&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp (original)
+++ incubator/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp Fri Mar 23 20:47:08 2012
@@ -69,6 +69,8 @@ under the License.
 <portal:render-init-script location="${'BEFORE_RAVE'}" />
 <%-- render the javascript src includes at the bottom of the page for performance --%>
 <rave:rave_js/>
+<%-- render custom javascript from extension projects if the tag is overlayed --%>
+<rave:custom_js/>
 <%-- render any script that needs to execute post-src includes --%>
 <portal:render-init-script location="${'AFTER_RAVE'}" />
 </body>