Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Hunter2012-12-12 16:21:45 +0000
committerAnthony Hunter2012-12-12 16:21:45 +0000
commitdb8006b022733174dcf2de420f4904af266ac62e (patch)
tree774764c7edaf0274383478300146e9f898082212 /emf-transaction.b3aggrcon
parent111cca29094641a4961be702f4332232b3802793 (diff)
downloadorg.eclipse.simrel.build-db8006b022733174dcf2de420f4904af266ac62e.tar.gz
org.eclipse.simrel.build-db8006b022733174dcf2de420f4904af266ac62e.tar.xz
org.eclipse.simrel.build-db8006b022733174dcf2de420f4904af266ac62e.zip
Fix versionRange="[1.7.0,1.8.0]" for Kepler for EMF Transaction
Diffstat (limited to 'emf-transaction.b3aggrcon')
-rw-r--r--emf-transaction.b3aggrcon8
1 files changed, 4 insertions, 4 deletions
diff --git a/emf-transaction.b3aggrcon b/emf-transaction.b3aggrcon
index 004080045..8f05dfcde 100644
--- a/emf-transaction.b3aggrcon
+++ b/emf-transaction.b3aggrcon
@@ -1,10 +1,10 @@
<?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="EMF TRANSACTION">
- <repositories location="http://download.eclipse.org/modeling/emf/updates/releases/" description="EMF Transaction milestones">
- <features name="org.eclipse.emf.transaction.sdk.feature.group" versionRange="1.6.0.v20120328-0001-777Z-9A_WsZmcPluNecyPkvrPKlH">
+<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="EMF Transaction">
+ <repositories location="http://download.eclipse.org/modeling/emf/transaction/updates/interim/" description="EMF Transaction interim">
+ <features name="org.eclipse.emf.transaction.sdk.feature.group" versionRange="[1.7.0,1.8.0]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
- <features name="org.eclipse.emf.transaction.examples.feature.group" versionRange="1.6.0.v20120328-0001-47D8Z8yGE5PtKEQUIIOX6EAL3">
+ <features name="org.eclipse.emf.transaction.examples.feature.group" versionRange="[1.7.0,1.8.0]">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
</repositories>

Back to the top