Author: kkolinko
Date: Thu Feb 27 23:16:33 2014
New Revision: 1572779
URL: http://svn.apache.org/r1572779
Log:
Followup to r1570175
Update compilerSourceVM and compilerTargetVM values in jasper-howto.xml as well.
Modified:
tomcat/trunk/webapps/docs/jasper-howto.xml
Modified: tomcat/trunk/webapps/docs/jasper-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=1572779&r1=1572778&r2=1572779&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jasper-howto.xml Thu Feb 27 23:16:33 2014
@@ -106,10 +106,10 @@ set then <code>setenv.[sh|bat]</code> sh
to the <code>CLASSPATH</code> environment variable.</li>
<li><strong>compilerSourceVM</strong> - What JDK version are the source files
-compatible with? (Default value: <code>1.6</code>)</li>
+compatible with? (Default value: <code>1.7</code>)</li>
<li><strong>compilerTargetVM</strong> - What JDK version are the generated
files
-compatible with? (Default value: <code>1.6</code>)</li>
+compatible with? (Default value: <code>1.7</code>)</li>
<li><strong>development</strong> - Is Jasper used in development mode? If true,
the frequency at which JSPs are checked for modification may be specified via
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]