View | Details | Raw Unified | Return to bug 57123
Collapse All | Expand All

(-)build.properties.default (-2 / +2 lines)
Lines 137-144 Link Here
137
137
138
# ----- Eclipse JDT, version 4.4 or later -----#
138
# ----- Eclipse JDT, version 4.4 or later -----#
139
# See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler before updating
139
# See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler before updating
140
jdt.version=4.4
140
jdt.version=4.4.1
141
jdt.release=R-4.4-201406061215
141
jdt.release=R-4.4.1-201409250400
142
jdt.home=${base.path}/ecj-${jdt.version}
142
jdt.home=${base.path}/ecj-${jdt.version}
143
jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
143
jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
144
# The download will be moved to the archive area eventually. We are taking care of that in advance.
144
# The download will be moved to the archive area eventually. We are taking care of that in advance.
(-)res/ide-support/eclipse/eclipse.classpath (-1 / +1 lines)
Lines 24-30 Link Here
24
    <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
24
    <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
25
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar"/>
25
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar"/>
26
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/wsdl4j-1.6.2/wsdl4j-1.6.2.jar"/>
26
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/wsdl4j-1.6.2/wsdl4j-1.6.2.jar"/>
27
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-4.4/ecj-4.4.jar"/>
27
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-4.4.1/ecj-4.4.1.jar"/>
28
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/easymock-3.2/easymock-3.2.jar"/>
28
    <classpathentry kind="var" path="TOMCAT_LIBS_BASE/easymock-3.2/easymock-3.2.jar"/>
29
    <classpathentry kind="output" path=".settings/output"/>
29
    <classpathentry kind="output" path=".settings/output"/>
30
</classpath>
30
</classpath>
(-)res/ide-support/netbeans/nb-tomcat-build.properties (-1 / +1 lines)
Lines 37-43 Link Here
37
# it is not possible to retrieve the classpaths from the build to
37
# it is not possible to retrieve the classpaths from the build to
38
# use in the NetBeans targets, so they must be explicitly declared
38
# use in the NetBeans targets, so they must be explicitly declared
39
39
40
nb-test.classpath=${test.classes}:${tomcat.build}/webapps/examples/WEB-INF/classes:${base.path}/junit-4.11/junit-4.11.jar:${base.path}/easymock-3.2/easymock-3.2.jar:${base.path}/hamcrest-1.3/hamcrest-core-1.3.jar:${base.path}/ecj-4.4/ecj-4.4.jar:${tomcat.classes}
40
nb-test.classpath=${test.classes}:${tomcat.build}/webapps/examples/WEB-INF/classes:${base.path}/junit-4.11/junit-4.11.jar:${base.path}/easymock-3.2/easymock-3.2.jar:${base.path}/hamcrest-1.3/hamcrest-core-1.3.jar:${base.path}/ecj-4.4.1/ecj-4.4.1.jar:${tomcat.classes}
41
41
42
# Extra properties used by the Tomcat project additional NetBeans targets.
42
# Extra properties used by the Tomcat project additional NetBeans targets.
43
43
(-)res/ide-support/netbeans/project.xml (-1 / +1 lines)
Lines 178-184 Link Here
178
            -->
178
            -->
179
            <compilation-unit>
179
            <compilation-unit>
180
                <package-root>java</package-root>
180
                <package-root>java</package-root>
181
                <classpath mode="compile">${base.path}/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar:${base.path}/wsdl4j-1.6.2/wsdl4j-1.6.2.jar:${base.path}/ecj-4.4/ecj-4.4.jar:${ant.includes}/</classpath>
181
                <classpath mode="compile">${base.path}/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar:${base.path}/wsdl4j-1.6.2/wsdl4j-1.6.2.jar:${base.path}/ecj-4.4.1/ecj-4.4.1.jar:${ant.includes}/</classpath>
182
                <source-level>1.7</source-level>
182
                <source-level>1.7</source-level>
183
            </compilation-unit>
183
            </compilation-unit>
184
            <compilation-unit>
184
            <compilation-unit>
(-)res/maven/tomcat-embed-jasper.pom (-1 / +1 lines)
Lines 45-51 Link Here
45
    <dependency>
45
    <dependency>
46
      <groupId>org.eclipse.jdt.core.compiler</groupId>
46
      <groupId>org.eclipse.jdt.core.compiler</groupId>
47
      <artifactId>ecj</artifactId>
47
      <artifactId>ecj</artifactId>
48
      <version>4.4</version>
48
      <version>4.4.1</version>
49
    </dependency>
49
    </dependency>
50
  </dependencies>
50
  </dependencies>
51
</project>
51
</project>
(-)res/maven/tomcat-jasper.pom (-1 / +1 lines)
Lines 57-63 Link Here
57
    <dependency>
57
    <dependency>
58
      <groupId>org.eclipse.jdt.core.compiler</groupId>
58
      <groupId>org.eclipse.jdt.core.compiler</groupId>
59
      <artifactId>ecj</artifactId>
59
      <artifactId>ecj</artifactId>
60
      <version>4.4</version>
60
      <version>4.4.1</version>
61
    </dependency>
61
    </dependency>
62
    <dependency>
62
    <dependency>
63
      <groupId>org.apache.tomcat</groupId>
63
      <groupId>org.apache.tomcat</groupId>

Return to bug 57123