Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-08-18 05:12:44 +0000
committerEike Stepper2012-08-18 05:12:44 +0000
commit4473dffbd718f7445316f85e4a143b510ff44c73 (patch)
tree3cdab30a6e8c0834bdee275ae57aa46588655536 /emf-cdo.b3aggrcon
parent66c4417a4ad34be1a3e920c5271e4aec2d71d9bf (diff)
downloadorg.eclipse.simrel.build-4473dffbd718f7445316f85e4a143b510ff44c73.tar.gz
org.eclipse.simrel.build-4473dffbd718f7445316f85e4a143b510ff44c73.tar.xz
org.eclipse.simrel.build-4473dffbd718f7445316f85e4a143b510ff44c73.zip
Re-enabled CDO contribution with the CDO Dawn SDK that depends
on Graphiti
Diffstat (limited to 'emf-cdo.b3aggrcon')
-rw-r--r--emf-cdo.b3aggrcon8
1 files changed, 5 insertions, 3 deletions
diff --git a/emf-cdo.b3aggrcon b/emf-cdo.b3aggrcon
index bba786a03..71b3f09ad 100644
--- a/emf-cdo.b3aggrcon
+++ b/emf-cdo.b3aggrcon
@@ -1,18 +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/b3/2011/aggregator/1.1.0" label="EMF CDO">
- <repositories enabled="false" location="http://download.eclipse.org/modeling/emf/cdo/drops/I20120815-1120" description="EMF CDO I20120815-1120">
+ <repositories enabled="true" location="http://download.eclipse.org/modeling/emf/cdo/drops/I20120815-1120" description="EMF CDO I20120815-1120">
<features name="org.eclipse.net4j.sdk.feature.group">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
<features name="org.eclipse.emf.cdo.sdk.feature.group">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
- <features name="org.eclipse.emf.cdo.dawn.sdk.feature.group">
+ <features name="org.eclipse.emf.cdo.epp.feature.group">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
- <features name="org.eclipse.emf.cdo.epp.feature.group">
+ <!--
+ <features name="org.eclipse.emf.cdo.dawn.sdk.feature.group">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
+ -->
</repositories>
<contacts href="simrel.b3aggr#//@contacts[email='stepper@esc-net.de']"/>
</aggregator:Contribution>

Back to the top