Skip to main content
summaryrefslogtreecommitdiffstats
blob: 24ca8e502816c7875f353b247befd26c00417adc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="Xtext, Xtend">
  <repositories location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/" description="Xtext p2 repository">
    <features name="org.eclipse.xtext.sdk.feature.group" versionRange="2.12.0">
      <categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
      <categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
    </features>
    <features name="org.eclipse.xtend.sdk.feature.group" versionRange="2.12.0">
      <categories href="simrel.aggr#//@customCategories[identifier='Programming%20Languages']"/>
    </features>
  </repositories>
  <contacts href="simrel.aggr#//@contacts[email='dennis.huebner@typefox.io']"/>
  <contacts href="simrel.aggr#//@contacts[email='eclipse@typefox.io']"/>
</aggregator:Contribution>

Back to the top