Author: mck
Date: Fri May 24 05:22:01 2013
New Revision: 1485933

URL: http://svn.apache.org/r1485933
Log:
according to TILES-447 we drop support for servlet-2.4 and jsp-2.0 with 
tiles-2.2
 ref: http://thread.gmane.org/gmane.comp.apache.tiles.user/584/focus=589

Modified:
    tiles/site/staging/2.2/framework/getting_started.html

Modified: tiles/site/staging/2.2/framework/getting_started.html
URL: 
http://svn.apache.org/viewvc/tiles/site/staging/2.2/framework/getting_started.html?rev=1485933&r1=1485932&r2=1485933&view=diff
==============================================================================
--- tiles/site/staging/2.2/framework/getting_started.html (original)
+++ tiles/site/staging/2.2/framework/getting_started.html Fri May 24 05:22:01 
2013
@@ -352,41 +352,41 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Requirements</h2>
-<p>To use Tiles in your application you need:</p>
-<ul><li>a Java Runtime Environment following the <b>Java SE 5.0</b> 
specifications;</li>
-<li>a servlet container that supports <b>Servlet 2.4</b> (or above) and <b>JSP 
2.0</b> (or above).</li>
-</ul>
-</div>
-<div class="section"><h2>Installation</h2>
-<p>To install Tiles in your web application:</p>
-<ul><li><a href="../download.html">download</a> a distribution of Tiles;</li>
-<li>if you downloaded the binary distribution, unpack it;</li>
-<li>copy the <tt>tiles-core-VERSION.jar</tt>, <tt>tiles-api-VERSION.jar</tt>, 
<tt>tiles-servlet-VERSION.jar</tt> and <tt>tiles-jsp-VERSION.jar</tt> files in 
the <tt>WEB-INF/lib</tt> directory of your web application. It is <b>not 
reccomended</b> to put them in a location where they are shared across the 
container;</li>
-<li>copy the Tiles dependencies JARs:<ul><li><a class="externalLink" 
href="http://jakarta.apache.org/commons/beanutils/";>Jakarta Commons 
BeanUtils</a> 1.8.0 or above;</li>
-<li><a class="externalLink" 
href="http://jakarta.apache.org/commons/digester/";>Jakarta Commons Digester</a> 
2.0 or above;</li>
-<li><a class="externalLink" href="http://www.slf4j.org/";>SLF4J</a> (API and an 
implementation) 1.5.8 or above. You might need &quot;jcl-over-slf4j&quot; 
too.</li>
-</ul>
-<p>These dependencies are present in the <tt>lib</tt> directory of the binary 
distribution;</p>
-</li>
-<li>if you need JSP support, copy the <tt>tiles-jsp-VERSION.jar</tt> and 
<tt>tiles-template-VERSION.jar</tt> in the <tt>WEB-INF/lib</tt> directory of 
your web application;</li>
-<li>if you need to load Tiles definition files using wildcards, copy the 
<tt>spring-web-VERSION.jar</tt>, <tt>spring-core-VERSION.jar</tt>, 
<tt>spring-context-VERSION.jar</tt>, <tt>spring-beans-VERSION.jar</tt>, 
<tt>aopalliance-VERSION.jar</tt> files under the <tt>WEB-INF/lib</tt> 
directory;</li>
-<li>if you need to load Tiles definition files using wildcards under a 
<b>portlet environment</b>, copy the 
<tt>spring-webmvc-portlet-VERSION.jar</tt>, <tt>spring-core-VERSION.jar</tt>, 
<tt>spring-context-VERSION.jar</tt>, <tt>spring-beans-VERSION.jar</tt>, 
<tt>aopalliance-VERSION.jar</tt> files under the <tt>WEB-INF/lib</tt> 
directory;</li>
-</ul>
-</div>
-<div class="section"><h2>Usage</h2>
-<p>If you are using Tiles for the first time, read the <a 
href="tutorial/index.html">Tutorial</a>.</p>
-<p>If you are migrating from Struts-Tiles, see the <a 
href="migration/index.html">Migration guide</a>.</p>
-</div>
-<div class="section"><h2>Examples</h2>
-<p>To see Tiles in action, there are two examples:</p>
-<ul><li>The Tiles test web application, included in <tt>examples</tt> 
directory of the binary distribution (<a href="download.html">download 
it</a>).</li>
-<li>The Tiles showcase, that shows Tiles features and integration with other 
technologies and frameworks (currently only Struts 1).<p>Currently it is still 
under development, and you can access it through its subversion repository:</p>
-<div 
class="source"><pre>http://svn.apache.org/repos/asf/tiles/examples/trunk/tiles-showcase/</pre>
-</div>
-</li>
-</ul>
-</div>
+        <div class="section"><h2>Requirements</h2>
+<p>To use Tiles in your application you need:</p>
+<ul><li>a Java Runtime Environment following the <b>Java SE 5.0</b> 
specifications;</li>
+<li>a servlet container that supports <b>Servlet 2.5</b> (or above) and <b>JSP 
2.1</b> (or above).</li>
+</ul>
+</div>
+<div class="section"><h2>Installation</h2>
+<p>To install Tiles in your web application:</p>
+<ul><li><a href="../download.html">download</a> a distribution of Tiles;</li>
+<li>if you downloaded the binary distribution, unpack it;</li>
+<li>copy the <tt>tiles-core-VERSION.jar</tt>, <tt>tiles-api-VERSION.jar</tt>, 
<tt>tiles-servlet-VERSION.jar</tt> and <tt>tiles-jsp-VERSION.jar</tt> files in 
the <tt>WEB-INF/lib</tt> directory of your web application. It is <b>not 
reccomended</b> to put them in a location where they are shared across the 
container;</li>
+<li>copy the Tiles dependencies JARs:<ul><li><a class="externalLink" 
href="http://jakarta.apache.org/commons/beanutils/";>Jakarta Commons 
BeanUtils</a> 1.8.0 or above;</li>
+<li><a class="externalLink" 
href="http://jakarta.apache.org/commons/digester/";>Jakarta Commons Digester</a> 
2.0 or above;</li>
+<li><a class="externalLink" href="http://www.slf4j.org/";>SLF4J</a> (API and an 
implementation) 1.5.8 or above. You might need &quot;jcl-over-slf4j&quot; 
too.</li>
+</ul>
+<p>These dependencies are present in the <tt>lib</tt> directory of the binary 
distribution;</p>
+</li>
+<li>if you need JSP support, copy the <tt>tiles-jsp-VERSION.jar</tt> and 
<tt>tiles-template-VERSION.jar</tt> in the <tt>WEB-INF/lib</tt> directory of 
your web application;</li>
+<li>if you need to load Tiles definition files using wildcards, copy the 
<tt>spring-web-VERSION.jar</tt>, <tt>spring-core-VERSION.jar</tt>, 
<tt>spring-context-VERSION.jar</tt>, <tt>spring-beans-VERSION.jar</tt>, 
<tt>aopalliance-VERSION.jar</tt> files under the <tt>WEB-INF/lib</tt> 
directory;</li>
+<li>if you need to load Tiles definition files using wildcards under a 
<b>portlet environment</b>, copy the 
<tt>spring-webmvc-portlet-VERSION.jar</tt>, <tt>spring-core-VERSION.jar</tt>, 
<tt>spring-context-VERSION.jar</tt>, <tt>spring-beans-VERSION.jar</tt>, 
<tt>aopalliance-VERSION.jar</tt> files under the <tt>WEB-INF/lib</tt> 
directory;</li>
+</ul>
+</div>
+<div class="section"><h2>Usage</h2>
+<p>If you are using Tiles for the first time, read the <a 
href="tutorial/index.html">Tutorial</a>.</p>
+<p>If you are migrating from Struts-Tiles, see the <a 
href="migration/index.html">Migration guide</a>.</p>
+</div>
+<div class="section"><h2>Examples</h2>
+<p>To see Tiles in action, there are two examples:</p>
+<ul><li>The Tiles test web application, included in <tt>examples</tt> 
directory of the binary distribution (<a href="download.html">download 
it</a>).</li>
+<li>The Tiles showcase, that shows Tiles features and integration with other 
technologies and frameworks (currently only Struts 1).<p>Currently it is still 
under development, and you can access it through its subversion repository:</p>
+<div 
class="source"><pre>http://svn.apache.org/repos/asf/tiles/examples/trunk/tiles-showcase/</pre>
+</div>
+</li>
+</ul>
+</div>
 
       </div>
     </div>


Reply via email to