/[packages]/cauldron/tomcat6/current/SOURCES/tomcat6-6.0.36-ecj4.patch
ViewVC logotype

Contents of /cauldron/tomcat6/current/SOURCES/tomcat6-6.0.36-ecj4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 338821 - (show annotations) (download)
Fri Jan 4 23:09:29 2013 UTC (11 years, 10 months ago) by dmorgan
File size: 596 byte(s)
Fix build against new ecj
1 --- java/org/apache/jasper/compiler/JDTCompiler.java~ 2012-10-16 10:05:51.000000000 +0200
2 +++ java/org/apache/jasper/compiler/JDTCompiler.java 2013-01-05 00:05:56.336513305 +0100
3 @@ -93,6 +93,14 @@
4 this.sourceFile = sourceFile;
5 }
6
7 + /* (non-Javadoc)
8 + * @see org.eclipse.jdt.internal.compiler.env.ICompilationUnit#ignoreOptionalProblems()
9 + */
10 + public boolean ignoreOptionalProblems() {
11 + // TODO: Auto-generated method stub
12 + return false;
13 + }
14 +
15 public char[] getFileName() {
16 return sourceFile.toCharArray();
17 }

  ViewVC Help
Powered by ViewVC 1.1.30