LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml

This commit is contained in:
Erick 2018-08-15 15:32:41 -07:00
parent 60257ea276
commit 59550fc262
2 changed files with 3 additions and 1 deletions

View File

@ -263,6 +263,8 @@ Other:
* LUCENE-8453: Add documentation to analysis factories of Korean (Nori) analyzer * LUCENE-8453: Add documentation to analysis factories of Korean (Nori) analyzer
module. (Tomoko Uchida via Uwe Schindler) module. (Tomoko Uchida via Uwe Schindler)
* LUCENE-8455: Upgrade ECJ compiler to 4.6.1 in lucene/common-build.xml (Erick Erickson)
======================= Lucene 7.4.1 ======================= ======================= Lucene 7.4.1 =======================
Bug Fixes: Bug Fixes:

View File

@ -2096,7 +2096,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
</target> </target>
<target name="-ecj-resolve" unless="ecj.loaded" depends="ivy-availability-check,ivy-configure" if="ecj-javadoc-lint.supported"> <target name="-ecj-resolve" unless="ecj.loaded" depends="ivy-availability-check,ivy-configure" if="ecj-javadoc-lint.supported">
<ivy:cachepath organisation="org.eclipse.jdt.core.compiler" module="ecj" revision="4.4.1" <ivy:cachepath organisation="org.eclipse.jdt.core.compiler" module="ecj" revision="4.6.1"
inline="true" conf="master" type="jar" pathid="ecj.classpath" /> inline="true" conf="master" type="jar" pathid="ecj.classpath" />
<componentdef classname="org.eclipse.jdt.core.JDTCompilerAdapter" <componentdef classname="org.eclipse.jdt.core.JDTCompilerAdapter"
classpathref="ecj.classpath" name="ecj-component"/> classpathref="ecj.classpath" name="ecj-component"/>