Skip to content

Commit

Permalink
Contribute WindowBuilder 2023-09 m3
Browse files Browse the repository at this point in the history
Add WindowBuilder's XWT features and re-enable XWT because WindowBuilder
uses it now.

Change-Id: Ieacae44e09d5dd0dcdae7ccbbe5fc367b3935548
  • Loading branch information
merks committed Aug 22, 2023
1 parent 67df7c8 commit 024ddf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions simrel.aggr
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@
<features href="cdt.aggrcon#//@repositories.0/@features.24"/>
<features href="cdt.aggrcon#//@repositories.0/@features.25"/>
<features href="ep.aggrcon#//@repositories.0/@features.3"/>
<features href="windowbuilder.aggrcon#//@repositories.0/@features.11"/>
<features href="windowbuilder.aggrcon#//@repositories.0/@features.12"/>
</customCategories>
<customCategories identifier="License Management" label="License Management" description="Tools used to declare and control licensing constraints">
<features href="passage.aggrcon#//@repositories.0/@features.0"/>
Expand Down
8 changes: 7 additions & 1 deletion windowbuilder.aggrcon
Original file line number Diff line number Diff line change
@@ -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" description="Window Builder GUI Designer" label="Window Builder">
<repositories location="https://download.eclipse.org/windowbuilder/updates/milestone/S202307311838" description="WindowBuilder 1.13.0">
<repositories location="https://download.eclipse.org/windowbuilder/updates/milestone/S202308220408" description="WindowBuilder 1.13.0">
<features name="org.eclipse.wb.core.feature.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
Expand Down Expand Up @@ -34,6 +34,12 @@
<features name="org.eclipse.wb.swing.doc.user.feature.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
<features name="org.eclipse.wb.xwt.feature.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
<features name="org.eclipse.wb.core.xml.feature.feature.group">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
</repositories>
<contacts href="simrel.aggr#//@contacts[email='[email protected]']"/>
</aggregator:Contribution>
2 changes: 1 addition & 1 deletion xwt.aggrcon
Original file line number Diff line number Diff line change
@@ -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" description="XWT - Declarative UI in XML for Eclipse" label="XWT">
<repositories enabled="false" location="https://download.eclipse.org/xwt/release-1.9.0/">
<repositories location="https://download.eclipse.org/xwt/release-1.9.0/">
<features description="XWT Runtime" name="org.eclipse.xwt.feature.feature.group" versionRange="1.9.0">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
<categories href="simrel.aggr#//@customCategories[identifier='Programming%20Languages']"/>
Expand Down

0 comments on commit 024ddf2

Please sign in to comment.