Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-11-17 06:11:02 +0000
committerDavid Williams2016-11-17 06:11:02 +0000
commitaed56047bffb6ad594bd27ec84656b72148b1438 (patch)
tree5c887b53a96a887bfa3ac26ce9db92d671cdbd6c /emf-parsley.aggrcon
parentc7883b0375862d3f2a8c5b0468e1e89053d41ccb (diff)
downloadorg.eclipse.simrel.build-aed56047bffb6ad594bd27ec84656b72148b1438.tar.gz
org.eclipse.simrel.build-aed56047bffb6ad594bd27ec84656b72148b1438.tar.xz
org.eclipse.simrel.build-aed56047bffb6ad594bd27ec84656b72148b1438.zip
Bug 506726 rename/tweak model files
Change-Id: I4f9475b6d1e5631359c42ca21bff8b03b0b5aa75 Signed-off-by: David Williams <david_williams@acm.org>
Diffstat (limited to 'emf-parsley.aggrcon')
-rw-r--r--emf-parsley.aggrcon16
1 files changed, 8 insertions, 8 deletions
diff --git a/emf-parsley.aggrcon b/emf-parsley.aggrcon
index dc6d81c53..0a438083b 100644
--- a/emf-parsley.aggrcon
+++ b/emf-parsley.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/b3/2011/aggregator/1.1.0" label="EMF Parsley">
+<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="EMF Parsley">
<repositories location="http://download.eclipse.org/emf-parsley/milestones/" description="EMF Parsley">
<features name="org.eclipse.emf.parsley.sdk.feature.group">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
<features name="org.eclipse.emf.parsley.sdk.source.feature.group">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
<features name="org.eclipse.emf.parsley.cdo.feature.feature.group">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
<features name="org.eclipse.emf.parsley.cdo.feature.source.feature.group">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
</repositories>
- <contacts href="simrel.b3aggr#//@contacts[email='lorenzo.bettini@gmail.com']"/>
- <contacts href="simrel.b3aggr#//@contacts[email='vincenzo.caselli@rcp-vision.com']"/>
- <contacts href="simrel.b3aggr#//@contacts[email='francesco.guidieri@gmail.com']"/>
+ <contacts href="simrel.aggr#//@contacts[email='lorenzo.bettini@gmail.com']"/>
+ <contacts href="simrel.aggr#//@contacts[email='vincenzo.caselli@rcp-vision.com']"/>
+ <contacts href="simrel.aggr#//@contacts[email='francesco.guidieri@gmail.com']"/>
</aggregator:Contribution>

Back to the top