Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-15 16:48:29 +0000
committerMatthias Sohn2017-12-15 16:50:12 +0000
commitd7d8806d24c66501622ebfb555f4c18b29a56ba3 (patch)
tree7b25c63e3a9dddf91d17d0c871c181622001f515
parentffd9143c4fb8bec36f3d3bf8a485764281b4e1d7 (diff)
downloadorg.eclipse.simrel.build-Oxygen.2_respin.tar.gz
org.eclipse.simrel.build-Oxygen.2_respin.tar.xz
org.eclipse.simrel.build-Oxygen.2_respin.zip
Contribute JGit/EGit 4.9.2.201712150930-r for Oxygen.2Oxygen.2_respin
Bug: 528335 Bug: 528497 Bug: 528781 Change-Id: I75a2fe4b97292a78d248b0307f197c2698adc4ed Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--egit.aggrcon22
1 files changed, 11 insertions, 11 deletions
diff --git a/egit.aggrcon b/egit.aggrcon
index 765cfa446..d5b637cb0 100644
--- a/egit.aggrcon
+++ b/egit.aggrcon
@@ -1,20 +1,20 @@
<?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/cbi/p2repo/2011/aggregator/1.1.0" label="EGit">
- <repositories location="http://download.eclipse.org/egit/updates-4.9.1" description="EGit Updates">
- <bundles name="org.eclipse.egit.ui.smartimport" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.jgit.feature.group" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.jgit.pgm.feature.group" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.egit.feature.group" versionRange="[4.9.1.201712030800-r]">
+ <repositories location="http://download.eclipse.org/egit/updates-4.9.2" description="EGit Updates">
+ <bundles name="org.eclipse.egit.ui.smartimport" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.jgit.feature.group" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.jgit.pgm.feature.group" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.egit.feature.group" versionRange="[4.9.2.201712150930-r]">
<categories href="simrel.aggr#//@customCategories[identifier='Collaboration']"/>
</features>
- <features name="org.eclipse.egit.mylyn.feature.group" versionRange="[4.9.1.201712030800-r]">
+ <features name="org.eclipse.egit.mylyn.feature.group" versionRange="[4.9.2.201712150930-r]">
<categories href="simrel.aggr#//@customCategories[identifier='Collaboration']"/>
</features>
- <features name="org.eclipse.egit.source.feature.group" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.jgit.source.feature.group" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.jgit.pgm.source.feature.group" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.jgit.http.apache.feature.group" versionRange="[4.9.1.201712030800-r]"/>
- <features name="org.eclipse.egit.gitflow.feature.feature.group" versionRange="[4.9.1.201712030800-r]">
+ <features name="org.eclipse.egit.source.feature.group" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.jgit.source.feature.group" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.jgit.pgm.source.feature.group" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.jgit.http.apache.feature.group" versionRange="[4.9.2.201712150930-r]"/>
+ <features name="org.eclipse.egit.gitflow.feature.feature.group" versionRange="[4.9.2.201712150930-r]">
<categories href="simrel.aggr#//@customCategories[identifier='Collaboration']"/>
</features>
</repositories>

Back to the top