Author: markt
Date: Tue Sep  3 12:33:06 2013
New Revision: 1519665

URL: http://svn.apache.org/r1519665
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55478
Javadoc change therefore CTR
Remove non-production warning.
Comparing the code between 6.0p.x and 7.0.x did not identify any differences 
that would justify leaving this warning in place.

Modified:
    
tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java?rev=1519665&r1=1519664&r2=1519665&view=diff
==============================================================================
--- 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java 
(original)
+++ 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/VirtualWebappLoader.java 
Tue Sep  3 12:33:06 2013
@@ -39,11 +39,6 @@ import org.apache.catalina.LifecycleExce
  * </Context>
  * </pre>
  *
- *
- * <strong>This is not meant to be used for production.
- * Its meant to ease development with IDE's without the
- * need for fully republishing jars in WEB-INF/lib</strong>
- *
  * <p>The <code>*.jar</code> suffix can be used to include all JAR files in a
  * certain directory. If a file or a directory does not exist, it will be
  * skipped. 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to