Author: markt Date: Sat Dec 1 16:29:36 2018 New Revision: 1847902 URL: http://svn.apache.org/viewvc?rev=1847902&view=rev Log: Improve message wording
Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/scan/LocalStrings.properties?rev=1847902&r1=1847901&r2=1847902&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/scan/LocalStrings.properties [UTF-8] (original) +++ tomcat/trunk/java/org/apache/tomcat/util/scan/LocalStrings.properties [UTF-8] Sat Dec 1 16:29:36 2018 @@ -15,12 +15,12 @@ jarScan.classPath.badEntry=The class path entry [{0}] could not be converted to a URL jarScan.classloaderFail=Failed to scan [{0}] from classloader hierarchy -jarScan.classloaderJarNoScan=Not scanning JAR [{0}] from classpath +jarScan.classloaderJarNoScan=Not performing JAR scanning on file [{0}] from classpath jarScan.classloaderJarScan=Scanning JAR [{0}] from classpath jarScan.classloaderStart=Scanning for JARs in classloader hierarchy jarScan.jarUrlStart=Scanning JAR at URL [{0}] jarScan.webinfclassesFail=Failed to scan /WEB-INF/classes jarScan.webinflibFail=Failed to scan JAR [{0}] from /WEB-INF/lib -jarScan.webinflibJarNoScan=Not scanning JAR [{0}] from /WEB-INF/lib +jarScan.webinflibJarNoScan=Not performing JAR scanning on file [{0}] from /WEB-INF/lib jarScan.webinflibJarScan=Scanning JAR [{0}] from /WEB-INF/lib jarScan.webinflibStart=Scanning /WEB-INF/lib for JARs --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org