Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-30 09:58:11 +0000
committerSravan Kumar Lakkimsetti2018-05-30 09:58:11 +0000
commitb2748937f933ed36c5f2f0677c1c63233d2f3665 (patch)
tree6b04eaf386702958963385d01e492c3b4615aadf /eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
parent4933d3953cf6af887c40461568ea14b0d6c0c260 (diff)
downloadeclipse.platform.releng.aggregator-b2748937f933ed36c5f2f0677c1c63233d2f3665.tar.gz
eclipse.platform.releng.aggregator-b2748937f933ed36c5f2f0677c1c63233d2f3665.tar.xz
eclipse.platform.releng.aggregator-b2748937f933ed36c5f2f0677c1c63233d2f3665.zip
Bug 535193 - Update product version number to 4.9 across build scripts
Change-Id: Ib61e4010e1d4a5778dcead37f183c915bd2f8232 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
index 497257cf3..380e20fc4 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.p2.inf
@@ -1,8 +1,8 @@
instructions.configure=\
-addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.8,name:The Eclipse Project Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.8,name:The Eclipse Project Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/releases/photon,name:Photon);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/releases/photon,name:Photin);\
+addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.9,name:The Eclipse Project Updates);\
+addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.9,name:The Eclipse Project Updates);\
+addRepository(type:0,location:http${#58}//download.eclipse.org/releases/4.9,name:4.9);\
+addRepository(type:1,location:http${#58}//download.eclipse.org/releases/4.9,name:4.9);\
mkdir(path:${installFolder}/dropins);
requires.1.namespace=org.eclipse.equinox.p2.iu
requires.1.name=toolingorg.eclipse.sdk.configuration.macosx
@@ -49,7 +49,7 @@ properties.0.name = org.eclipse.equinox.p2.type.product
properties.0.value = true
properties.1.name = org.eclipse.equinox.p2.description
-properties.1.value = Initial Photon Release of the Eclipse SDK.
+properties.1.value = Initial 4.9 Release of the Eclipse SDK.
properties.2.name = org.eclipse.equinox.p2.provider
properties.2.value = Eclipse.org

Back to the top