Skip to main content
summaryrefslogtreecommitdiffstats
blob: b1b06f0163b350f28e8f339b0e6ab47596ad1095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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="RedDeer">
  <repositories location="http://download.eclipse.org/reddeer/releases/2.5.0/">
    <features name="org.eclipse.reddeer.eclipse.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
    <features name="org.eclipse.reddeer.ui.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
    <features name="org.eclipse.reddeer.spy.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
    <features name="org.eclipse.reddeer.gef.spy.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
    <features name="org.eclipse.reddeer.swt.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
    <features name="org.eclipse.reddeer.graphiti.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
    <features name="org.eclipse.reddeer.e4.feature.feature.group">
      <categories href="simrel.aggr#//@customCategories[identifier='Testing']"/>
    </features>
  </repositories>
  <contacts href="simrel.aggr#//@contacts[email='odockal@redhat.com']"/>
  <contacts href="simrel.aggr#//@contacts[email='rawagner@redhat.com']"/>
  <contacts href="simrel.aggr#//@contacts[email='apodhrad@redhat.com']"/>
</aggregator:Contribution>

Back to the top