Fix out-of-date message (WRO4J is not longer used)
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/deb317ed Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/deb317ed Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/deb317ed Branch: refs/heads/master Commit: deb317ed2e4cac88d0d724eb1a75908c40ecbaed Parents: fc5fe93 Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Sep 3 14:13:53 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Sep 3 14:13:53 2014 -0700 ---------------------------------------------------------------------- .../src/test/resources/t5/webresources/pages/Index.tml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/deb317ed/tapestry-webresources/src/test/resources/t5/webresources/pages/Index.tml ---------------------------------------------------------------------- diff --git a/tapestry-webresources/src/test/resources/t5/webresources/pages/Index.tml b/tapestry-webresources/src/test/resources/t5/webresources/pages/Index.tml index 26a47ee..3d26bd2 100644 --- a/tapestry-webresources/src/test/resources/t5/webresources/pages/Index.tml +++ b/tapestry-webresources/src/test/resources/t5/webresources/pages/Index.tml @@ -1,6 +1,6 @@ <t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"> - <p>This page is used to demonstrate the integration of WRO4J.</p> + <p>This page is used to demonstrate the integration of Google Closure (for JavaScript minimization) and YUI's CSSCompressor (for CSS minification).</p> <div class="alert alert-success" id="banner"/>
