Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-11-30 13:08:33 +0000
committerKalyan Prasad Tatavarthi2018-11-30 13:08:43 +0000
commit18d318be5af24f0f5b20830406f0f06a4a29dd47 (patch)
tree4bfd090e0a19adaa00f0bf0cbbf632f855f1dd83
parentb0f1369d5cfe47dd944be07bbe776be909d522b0 (diff)
downloadeclipse.platform.releng.aggregator-18d318be5af24f0f5b20830406f0f06a4a29dd47.tar.gz
eclipse.platform.releng.aggregator-18d318be5af24f0f5b20830406f0f06a4a29dd47.tar.xz
eclipse.platform.releng.aggregator-18d318be5af24f0f5b20830406f0f06a4a29dd47.zip
Revert "Bug 541729 - Deploy and update ECJ to use 4.10RC1 to produce 4.10RC2"
Reverting the patch based on feedback by Jay and Andrey. This reverts commit 54fb209962eba01dc5f6cea64f3bf78761678163. Change-Id: If660decd6beee750435a7600d66674d65c6ff19d
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 531595294..7215eaabb 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -108,7 +108,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
- <cbi-ecj-version>3.16.0.v20181129-0401</cbi-ecj-version>
+ <cbi-ecj-version>3.16.0.v20181120-0611</cbi-ecj-version>
<!--
Production bundles are produced by ignoring the compiler warnings specified

Back to the top