You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2010/03/10 17:33:38 UTC

svn commit: r921442 - in /myfaces/extensions/scripting/trunk: examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml src/site/xdoc/installation.xml

Author: werpu
Date: Wed Mar 10 16:33:38 2010
New Revision: 921442

URL: http://svn.apache.org/viewvc?rev=921442&view=rev
Log:
https://issues.apache.org/jira/browse/EXTSCRIPT-41

Modified:
    myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml
    myfaces/extensions/scripting/trunk/src/site/xdoc/installation.xml

Modified: myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml?rev=921442&r1=921441&r2=921442&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/web.xml Wed Mar 10 16:33:38 2010
@@ -31,7 +31,7 @@
         <param-value>org.apache.myfaces.scripting.servlet.StartupServletContextPluginChainLoader</param-value>
     </context-param>
 
-
+    <!--
     <context-param>
         <description>Additional comma separated loader paths to allow direct editing on the sources directory instead
             of the deployment dir
@@ -68,7 +68,7 @@
         <param-name>facelets.RESOURCE_RESOLVER</param-name>
         <param-value>org.apache.myfaces.scripting.facelet.ReroutingResourceResolver</param-value>
     </context-param>
-
+    -->
     <!--
     <context-param>
         <description>a comma separated whitelist of root packages which are compiled those and nothing else

Modified: myfaces/extensions/scripting/trunk/src/site/xdoc/installation.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/src/site/xdoc/installation.xml?rev=921442&r1=921441&r2=921442&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/src/site/xdoc/installation.xml (original)
+++ myfaces/extensions/scripting/trunk/src/site/xdoc/installation.xml Wed Mar 10 16:33:38 2010
@@ -42,14 +42,14 @@
                 <li>Maven 2.0.9 or higher</li>
             </ul>
             <p>
-                After checkout, a full build can be obtained from the root directory of your checkout via<b>mvn
+                After checkout, a full build can be obtained from the root directory of your checkout via <b>mvn
                 clean install</b>.
             </p>
             <p>
                 Once finished, a valid build is installed, which can be used further on. Additionally you can find
                 two blueprint projects which you can use as starting points for your own projects under
                 <b>&lt;checkoutDir&gt;/examples</b>
-                , which can be kickstarted via<b>mvn jetty:run-exploded</b>.
+                , which can be kickstarted via <b>mvn jetty:run-exploded</b>.
             </p>
         </section>
         <section name="Setup of Ext-Scripting">