Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-02-17 16:17:49 +0000
committerSravan Kumar Lakkimsetti2020-02-17 16:17:49 +0000
commit0beb68745797eaf6452999048d19b91c22efb2da (patch)
treee7e2562ce9f095d0d6dbb73269c3dc5554d1fd80
parent0de1248c49ba08ef055f908bdefb04bc1dfbc471 (diff)
downloadeclipse.platform.releng.aggregator-0beb68745797eaf6452999048d19b91c22efb2da.tar.gz
eclipse.platform.releng.aggregator-0beb68745797eaf6452999048d19b91c22efb2da.tar.xz
eclipse.platform.releng.aggregator-0beb68745797eaf6452999048d19b91c22efb2da.zip
Bug 560226 - Create experimental builds using prefix X on JIRO
- Changing comparator repo to X-builds repo Change-Id: Ifdbace7d5dc4f5407a5905d5a4ef50b29370bedf Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/X-build/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/X-build/pom.xml b/cje-production/X-build/pom.xml
index 3742e1016..fb44c8021 100644
--- a/cje-production/X-build/pom.xml
+++ b/cje-production/X-build/pom.xml
@@ -89,9 +89,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.15-I-builds/</eclipserun-repo>
+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.15-X-builds/</eclipserun-repo>
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.15-I-builds</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.15-X-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.

Back to the top