Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-06-09 13:29:55 +0000
committerSravan Kumar Lakkimsetti2017-06-09 13:29:55 +0000
commit7cca89bf6e739283b6b88a8626c228b21e652fbd (patch)
tree30667a2d3ea43c01b9573c18138ae849ff4166a1 /eclipse.platform.releng.tychoeclipsebuilder/platform
parentf1f0938f71f7ad73f707593f17c767edc951cbe5 (diff)
downloadeclipse.platform.releng.aggregator-7cca89bf6e739283b6b88a8626c228b21e652fbd.tar.gz
eclipse.platform.releng.aggregator-7cca89bf6e739283b6b88a8626c228b21e652fbd.tar.xz
eclipse.platform.releng.aggregator-7cca89bf6e739283b6b88a8626c228b21e652fbd.zip
Bug 517931 - Update branding and build scripts to 4.8
Change-Id: I95b5d010f0fe6c512c989c000513a150538a3d61 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
index 94659b418..033045afa 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf
@@ -1,8 +1,8 @@
instructions.configure=\
-addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.7,name:The Eclipse Project Updates);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.7,name:The Eclipse Project Updates);\
-addRepository(type:0,location:http${#58}//download.eclipse.org/releases/oxygen,name:Oxygen);\
-addRepository(type:1,location:http${#58}//download.eclipse.org/releases/oxygen,name:Oxygen);\
+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/oxygen,name:Photon);\
+addRepository(type:1,location:http${#58}//download.eclipse.org/releases/oxygen,name:Photon);\
mkdir(path:${installFolder}/dropins);
requires.1.namespace=org.eclipse.equinox.p2.iu
requires.1.name=toolingorg.eclipse.platform.configuration.macosx

Back to the top