Author: remm
Date: Thu Apr 13 06:54:07 2006
New Revision: 393807

URL: http://svn.apache.org/viewcvs?rev=393807&view=rev
Log:
- Compatibility with Eclipse 3.2 (sort of, the flag doesn't mean the same 
thing, with the new one
  doing some new unknown stuff).

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JDTCompiler.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JDTCompiler.java
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JDTCompiler.java?rev=393807&r1=393806&r2=393807&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JDTCompiler.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/JDTCompiler.java Thu 
Apr 13 06:54:07 2006
@@ -395,7 +395,8 @@
                                          policy,
                                          settings,
                                          requestor,
-                                         problemFactory);
+                                         problemFactory,
+                                         true);
         compiler.compile(compilationUnits);
 
         if (!ctxt.keepGenerated()) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to