Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-09-30 13:11:19 +0000
committerMatthias Sohn2013-09-30 15:01:07 +0000
commit032629fa60013a1947866bf496e319786a152509 (patch)
tree0be07b6482ae00868222139badd58aea12d55c13
parentce1be293d9be07a9f9a2ec66261ba81b490d7118 (diff)
downloadegit-github-032629fa60013a1947866bf496e319786a152509.tar.gz
egit-github-032629fa60013a1947866bf496e319786a152509.tar.xz
egit-github-032629fa60013a1947866bf496e319786a152509.zip
Update target platform
- update to latest recommended Orbit build R20130827064939 - update to Eclipse platform 4.3 Change-Id: Idf3482758075eeb497bfe42e561741638d6f7418 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--org.eclipse.mylyn.github-feature/github.target4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target
index 3e2875df..c8d1ea1f 100644
--- a/org.eclipse.mylyn.github-feature/github.target
+++ b/org.eclipse.mylyn.github-feature/github.target
@@ -9,11 +9,11 @@
<unit id="org.mockito" version="1.8.4.v201303031500"/>
<unit id="org.objenesis" version="1.0.0.v201105211943"/>
<unit id="org.junit" version="4.8.2.v4_8_2_v20130308-0413"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
-<repository location="http://download.eclipse.org/eclipse/updates/4.3milestones"/>
+<repository location="http://download.eclipse.org/eclipse/updates/4.3"/>
</location>
<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
diff --git a/pom.xml b/pom.xml
index 1cdfa0d5..df21af59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<platform-version-name>kepler</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
- <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/</orbit-site>
+ <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/</orbit-site>
<download-publish-path>/home/data/httpd/download.eclipse.org/egit/github/updates-nightly</download-publish-path>
</properties>

Back to the top