diff options
author | David Williams | 2013-03-02 18:31:20 +0000 |
---|---|---|
committer | David Williams | 2013-03-02 18:31:20 +0000 |
commit | 7d940a433a0015356a30009db8c5a848311a45ae (patch) | |
tree | 21bdd96a5c0535c39ef5666c25dc31295350609d /eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf | |
parent | ae4f1654c61c78e943c8500d5a762ec24996cbe6 (diff) | |
download | eclipse.platform.releng.aggregator-7d940a433a0015356a30009db8c5a848311a45ae.tar.gz eclipse.platform.releng.aggregator-7d940a433a0015356a30009db8c5a848311a45ae.tar.xz eclipse.platform.releng.aggregator-7d940a433a0015356a30009db8c5a848311a45ae.zip |
Bug 402078 - [CBI] Kepler repo should be listed instead of JunoI20130302-1500
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf')
-rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/platform/platform.p2.inf | 8 |
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 41361b9a8..4a940527f 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.2,name:The Eclipse Project Updates);\ -addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.2,name:The Eclipse Project Updates);\ -addRepository(type:0,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ -addRepository(type:1,location:http${#58}//download.eclipse.org/releases/juno,name:Juno);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.3,name:The Eclipse Project Updates);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.3,name:The Eclipse Project Updates);\ +addRepository(type:0,location:http${#58}//download.eclipse.org/releases/kepler,name:Kepler);\ +addRepository(type:1,location:http${#58}//download.eclipse.org/releases/kepler,name:Kepler);\ mkdir(path:${installFolder}/dropins); requires.1.namespace=org.eclipse.equinox.p2.iu requires.1.name=toolingorg.eclipse.platform.configuration.macosx |