You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2007/04/18 14:44:42 UTC

svn commit: r530004 - /tomcat/tc6.0.x/trunk/conf/web.xml

Author: jfclere
Date: Wed Apr 18 05:44:41 2007
New Revision: 530004

URL: http://svn.apache.org/viewvc?view=rev&rev=530004
Log:
default is not javac but the JDT compiler (See doc).

Modified:
    tomcat/tc6.0.x/trunk/conf/web.xml

Modified: tomcat/tc6.0.x/trunk/conf/web.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/web.xml?view=diff&rev=530004&r1=530003&r2=530004
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/web.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/web.xml Wed Apr 18 05:44:41 2007
@@ -133,8 +133,8 @@
   <!--                       Used in development mode only. [4]             -->
   <!--                                                                      -->
   <!--   compiler            Which compiler Ant should use to compile JSP   -->
-  <!--                       pages.  See the Ant documentation for more     -->
-  <!--                       information. [javac]                           -->
+  <!--                       pages.  See the jasper documentation for more  -->
+  <!--                       information.                                   -->
   <!--                                                                      -->
   <!--   classdebuginfo      Should the class file be compiled with         -->
   <!--                       debugging information?  [true]                 -->



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