Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-10-23 10:42:01 +0000
committerSravan Kumar Lakkimsetti2018-10-23 10:54:53 +0000
commit84f556c9cdb6e159306252393978b6bb09171c48 (patch)
treea096ce57bd8aed6cfa89cb1c6ebd2f85ec4b15e8 /eclipse-platform-parent/pom.xml
parent4d585c105a409e2a4c68955d3c77482666664810 (diff)
downloadeclipse.platform.releng.aggregator-84f556c9cdb6e159306252393978b6bb09171c48.tar.gz
eclipse.platform.releng.aggregator-84f556c9cdb6e159306252393978b6bb09171c48.tar.xz
eclipse.platform.releng.aggregator-84f556c9cdb6e159306252393978b6bb09171c48.zip
Bug 540394 - Use ECJ for building platform product
Change-Id: I481d014995a73be04ab86fdff8daf636b4d2bb63 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 281101d94..76974f446 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -110,8 +110,7 @@
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
<!-- jdt.core and jdt.compiler.apt should "match", come from same build, and be signed
by same certificate. See bug 462783. -->
- <cbi-jdt-version>3.15.0.v20180905-0317</cbi-jdt-version>
- <cbi-jdt-apt-version>1.3.300.v20180905-0315</cbi-jdt-apt-version>
+ <cbi-ecj-version>3.15.0.v20180925-1107</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified
@@ -442,13 +441,8 @@
<dependencies>
<dependency>
<groupId>org.eclipse.jdt</groupId>
- <artifactId>org.eclipse.jdt.core</artifactId>
- <version>${cbi-jdt-version}</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jdt</groupId>
- <artifactId>org.eclipse.jdt.compiler.apt</artifactId>
- <version>${cbi-jdt-apt-version}</version>
+ <artifactId>ecj</artifactId>
+ <version>${cbi-ecj-version}</version>
</dependency>
</dependencies>
<configuration>

Back to the top