Author: kkolinko Date: Fri Nov 22 20:02:29 2013 New Revision: 1544662 URL: http://svn.apache.org/r1544662 Log: Align documentation with the code. The attribute names were wrong.
Modified: tomcat/trunk/webapps/docs/config/jar-scan-filter.xml Modified: tomcat/trunk/webapps/docs/config/jar-scan-filter.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/jar-scan-filter.xml?rev=1544662&r1=1544661&r2=1544662&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/jar-scan-filter.xml (original) +++ tomcat/trunk/webapps/docs/config/jar-scan-filter.xml Fri Nov 22 20:02:29 2013 @@ -49,8 +49,8 @@ ... <JarScanner> <JarScanFilter - pluggableScan="${tomcat.util.scan.StandardJarScanFilter.jarsToScan}, - my_pluggable_feature.jar"/> + pluggabilityScan="${tomcat.util.scan.StandardJarScanFilter.jarsToScan}, + my_pluggable_feature.jar"/> </JarScanner> ... </Context>]]></source> @@ -114,7 +114,7 @@ the default value is <code>true</code>.</p> </attribute> - <attribute name="pluggableSkip" required="false"> + <attribute name="pluggabilitySkip" required="false"> <p>The comma separated list of JAR file and / or directory name patterns to skip when scanning for pluggable features. If not specified, the default is obtained from the @@ -122,7 +122,7 @@ property.</p> </attribute> - <attribute name="pluggableScan" required="false"> + <attribute name="pluggabilityScan" required="false"> <p>The comma separated list of JAR file and / or directory name patterns to scan when scanning for pluggable features. If not specified, the default is obtained from the @@ -130,7 +130,7 @@ property.</p> </attribute> - <attribute name="defaultPluggableScan" required="false"> + <attribute name="defaultPluggabilityScan" required="false"> <p>Controls if JARs are scanned or skipped by default. If <code>true</code>, JARs are scanned unless they match one or more pluggable skip patterns and don't match any pluggable scan patterns. If --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org