Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8f6e0e58cf3c864da116183bf2ff0850015251a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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" description="XWT - Declarative UI in XML for Eclipse" label="XWT">
  <repositories location="http://download.eclipse.org/xwt/release-1.1.0">
    <features description="XWT Runtime" name="org.eclipse.xwt.feature.feature.group" versionRange="1.0.0">
      <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
      <categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
    </features>
    <features description="XWT Sources" name="org.eclipse.xwt.source.feature.feature.group" versionRange="1.0.0">
      <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
      <categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
    </features>
    <features description="The integration of XWT with eclipse workbench" name="org.eclipse.xwt.workbench.feature.feature.group" versionRange="1.0.0">
      <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
      <categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
    </features>
    <features description="Source of XWT Eclipse workbench integration" name="org.eclipse.xwt.workbench.source.feature.feature.group">
      <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
      <categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
    </features>
  </repositories>
  <contacts href="simrel.b3aggr#//@contacts[email='yves.yang@soyatec.com']"/>
</aggregator:Contribution>

Back to the top