Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-29 09:02:18 +0000
committerMatthias Sohn2013-05-29 09:02:18 +0000
commitf9f716f417b0c9b8055baae16f0b355eb14cab5c (patch)
tree16f34d4cdee85fe95d52326fb109bc23b847825d
parent8e7a5c4b89ebae5c57512c2dfb3f0cf127b611cf (diff)
downloadorg.eclipse.simrel.build-f9f716f417b0c9b8055baae16f0b355eb14cab5c.tar.gz
org.eclipse.simrel.build-f9f716f417b0c9b8055baae16f0b355eb14cab5c.tar.xz
org.eclipse.simrel.build-f9f716f417b0c9b8055baae16f0b355eb14cab5c.zip
JGit/EGit Kepler RC2
The implementation contained in feature org.eclipse.egit.import was moved into the feature org.eclipse.egit. It doesn't need to be optional anymore since the necessary team API version is now available in all supported Eclipse platform versions (Juno and Kepler). Packages don't need to explicitly include the feature org.eclipse.egit.import any longer. Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--egit.b3aggrcon19
-rw-r--r--simrel.b3aggr1
2 files changed, 8 insertions, 12 deletions
diff --git a/egit.b3aggrcon b/egit.b3aggrcon
index d30ea3398..8a5d62e92 100644
--- a/egit.b3aggrcon
+++ b/egit.b3aggrcon
@@ -1,27 +1,24 @@
<?xml version="1.0" encoding="ASCII"?>
<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="EGit">
- <repositories location="http://download.eclipse.org/egit/staging/v3.0.0.201305080800-m7" description="EGit Updates">
- <features name="org.eclipse.jgit.feature.group" versionRange="[3.0.0.201305080800-m7]">
+ <repositories location="http://download.eclipse.org/egit/staging/v3.0.0.201305282000-rc2" description="EGit Updates">
+ <features name="org.eclipse.jgit.feature.group" versionRange="[3.0.0.201305281830-rc2]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
</features>
- <features name="org.eclipse.jgit.pgm.feature.group" versionRange="[3.0.0.201305080800-m7]">
+ <features name="org.eclipse.jgit.pgm.feature.group" versionRange="[3.0.0.201305281830-rc2]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
</features>
- <features name="org.eclipse.egit.feature.group" versionRange="[3.0.0.201305080800-m7]">
+ <features name="org.eclipse.egit.feature.group" versionRange="[3.0.0.201305282000-rc2]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
</features>
- <features name="org.eclipse.egit.mylyn.feature.group" versionRange="[3.0.0.201305080800-m7]">
+ <features name="org.eclipse.egit.mylyn.feature.group" versionRange="[3.0.0.201305282000-rc2]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
</features>
- <features name="org.eclipse.egit.import.feature.group" versionRange="[3.0.0.201305080800-m7]">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
- </features>
- <features name="org.eclipse.jgit.java7.feature.group" versionRange="[3.0.0.201305080800-m7]">
+ <features name="org.eclipse.jgit.java7.feature.group" versionRange="[3.0.0.201305281830-rc2]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
</features>
</repositories>
- <repositories location="http://download.eclipse.org/egit/github/staging/v3.0.0.201305080800-m7" description="EGit GitHub Updates">
- <features name="org.eclipse.mylyn.github.feature.feature.group" versionRange="[3.0.0.201305080800-m7]">
+ <repositories location="http://download.eclipse.org/egit/github/staging/v3.0.0.201305282000-rc2" description="EGit GitHub Updates">
+ <features name="org.eclipse.mylyn.github.feature.feature.group" versionRange="[3.0.0.201305282000-rc2]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/>
</features>
</repositories>
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 281a1f7b0..ac7a8ad52 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -266,7 +266,6 @@
<features href="egit.b3aggrcon#//@repositories.0/@features.2"/>
<features href="egit.b3aggrcon#//@repositories.0/@features.3"/>
<features href="egit.b3aggrcon#//@repositories.0/@features.4"/>
- <features href="egit.b3aggrcon#//@repositories.0/@features.5"/>
<features href="egit.b3aggrcon#//@repositories.1/@features.0"/>
<features href="subversive.b3aggrcon#//@repositories.0/@features.2"/>
<features href="subversive.b3aggrcon#//@repositories.0/@features.5"/>

Back to the top