diff options
author | David Williams | 2017-03-31 10:09:37 -0400 |
---|---|---|
committer | David Williams | 2017-03-31 10:09:37 -0400 |
commit | 16434c4e8f091dcc230072ca41c0a40b6ea4e6af (patch) | |
tree | 855b9435fbd613fa3126ce0295ed264b0814f8a4 | |
parent | 25e18e8c0d93515649d044fd5c073a45096d83b9 (diff) | |
download | org.eclipse.simrel.build-16434c4e8f091dcc230072ca41c0a40b6ea4e6af.tar.gz org.eclipse.simrel.build-16434c4e8f091dcc230072ca41c0a40b6ea4e6af.tar.xz org.eclipse.simrel.build-16434c4e8f091dcc230072ca41c0a40b6ea4e6af.zip |
[releng] Minor change to standardize formatting.
Change-Id: I15c2563516fe5e0ee6956b54504b52272a318aae
Signed-off-by: David Williams <david_williams@acm.org>
-rw-r--r-- | emft-ecoretools.aggrcon | 2 | ||||
-rw-r--r-- | mdt-modisco.aggrcon | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emft-ecoretools.aggrcon b/emft-ecoretools.aggrcon index eb280d8c..32169670 100644 --- a/emft-ecoretools.aggrcon +++ b/emft-ecoretools.aggrcon @@ -1,6 +1,6 @@ <?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="EMFT Ecore Tools"> - <repositories location="http://download.eclipse.org/ecoretools/updates/milestones/3.3.0M6a/oxygen" description="EMFT Ecore Tools Releases"> + <repositories location="http://download.eclipse.org/ecoretools/updates/milestones/3.3.0M6a/oxygen" description="EMFT Ecore Tools Releases"> <features name="org.eclipse.emf.ecoretools.sdk.feature.group" versionRange="[3.0.0,4.0.0]"> <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/> </features> diff --git a/mdt-modisco.aggrcon b/mdt-modisco.aggrcon index 712bca42..42085f01 100644 --- a/mdt-modisco.aggrcon +++ b/mdt-modisco.aggrcon @@ -1,5 +1,5 @@ <?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" enabled="true" label="MoDisco"> +<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="MoDisco"> <repositories location="http://download.eclipse.org/modeling/mdt/modisco/updates/integration/1.1.0/I201703112300/" description="MoDisco Milestones"> <features name="org.eclipse.modisco.sdk.feature.feature.group" versionRange="1.1.0"> <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/> |