Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Hunter2013-12-13 21:21:44 +0000
committerAnthony Hunter2013-12-13 21:21:44 +0000
commita00ec5a3819e8db073489c7a2c4b86d0e116514c (patch)
tree81b1394b8c81dc2274c20bf2fa018b881d5abb03 /emf-transaction.b3aggrcon
parentbcad2cfc84a344a007cf0b63a2161422010e39a7 (diff)
downloadorg.eclipse.simrel.build-a00ec5a3819e8db073489c7a2c4b86d0e116514c.tar.gz
org.eclipse.simrel.build-a00ec5a3819e8db073489c7a2c4b86d0e116514c.tar.xz
org.eclipse.simrel.build-a00ec5a3819e8db073489c7a2c4b86d0e116514c.zip
Bug 423981 fix EMF Validation with "categorization" in "Modeling"
Diffstat (limited to 'emf-transaction.b3aggrcon')
-rw-r--r--emf-transaction.b3aggrcon12
1 files changed, 9 insertions, 3 deletions
diff --git a/emf-transaction.b3aggrcon b/emf-transaction.b3aggrcon
index a188217ec..ec7cf8ce3 100644
--- a/emf-transaction.b3aggrcon
+++ b/emf-transaction.b3aggrcon
@@ -1,9 +1,15 @@
<?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/transaction/updates/interim" description="EMF Transaction interim">
- <features name="org.eclipse.emf.transaction.sdk.feature.group" versionRange="[1.8.0.201312131638,1.9.0]"/>
- <features name="org.eclipse.emf.transaction.examples.feature.group" versionRange="[1.8.0.201312131638,1.9.0]"/>
- <features name="org.eclipse.emf.transaction.master.feature.group" versionRange="[1.8.0.201312131638,1.9.0]"/>
+ <features name="org.eclipse.emf.transaction.sdk.feature.group" versionRange="[1.8.0.201312131638,1.9.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.emf.transaction.examples.feature.group" versionRange="[1.8.0.201312131638,1.9.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.emf.transaction.master.feature.group" versionRange="[1.8.0.201312131638,1.9.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
</repositories>
<contacts href="simrel.b3aggr#//@contacts[email='anthonyh@ca.ibm.com']"/>
</aggregator:Contribution>

Back to the top