Author: markt
Date: Mon Nov 12 00:00:17 2012
New Revision: 1408159
URL: http://svn.apache.org/viewvc?rev=1408159&view=rev
Log:
Update docs after r1407595
Modified:
tomcat/trunk/webapps/docs/config/context.xml
tomcat/trunk/webapps/docs/config/globalresources.xml
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1408159&r1=1408158&r2=1408159&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Mon Nov 12 00:00:17 2012
@@ -934,13 +934,9 @@
<attribute name="type" required="true">
<p>The fully qualified Java class name expected by the web application
- for this environment entry. Must be one of the legal values for
+ for this environment entry. Must be a legal value for
<code><env-entry-type></code> in the web application deployment
- descriptor: <code>java.lang.Boolean</code>,
- <code>java.lang.Byte</code>, <code>java.lang.Character</code>,
- <code>java.lang.Double</code>, <code>java.lang.Float</code>,
- <code>java.lang.Integer</code>, <code>java.lang.Long</code>,
- <code>java.lang.Short</code>, or <code>java.lang.String</code>.</p>
+ descriptor.</p>
</attribute>
<attribute name="value" required="true">
Modified: tomcat/trunk/webapps/docs/config/globalresources.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/globalresources.xml?rev=1408159&r1=1408158&r2=1408159&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/globalresources.xml (original)
+++ tomcat/trunk/webapps/docs/config/globalresources.xml Mon Nov 12 00:00:17
2012
@@ -115,13 +115,9 @@
<attribute name="type" required="true">
<p>The fully qualified Java class name expected by the web application
- for this environment entry. Must be one of the legal values for
+ for this environment entry. Must be a legal value for
<code><env-entry-type></code> in the web application deployment
- descriptor: <code>java.lang.Boolean</code>,
- <code>java.lang.Byte</code>, <code>java.lang.Character</code>,
- <code>java.lang.Double</code>, <code>java.lang.Float</code>,
- <code>java.lang.Integer</code>, <code>java.lang.Long</code>,
- <code>java.lang.Short</code>, or <code>java.lang.String</code>.</p>
+ descriptor.</p>
</attribute>
<attribute name="value" required="true">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]