Skip to content

Commit

Permalink
Disable XWT from the aggregation
Browse files Browse the repository at this point in the history
The WindowBuilder feature that relies on it also needs to be disabled.
  • Loading branch information
merks committed Nov 21, 2023
1 parent fc098d1 commit dfde458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windowbuilder.aggrcon
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<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">
<features name="org.eclipse.wb.xwt.feature.feature.group" enabled="false">
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
<features name="org.eclipse.wb.core.xml.feature.feature.group">
Expand Down
2 changes: 1 addition & 1 deletion xwt.aggrcon
Original file line number Diff line number Diff line change
@@ -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" description="XWT - Declarative UI in XML for Eclipse" label="XWT">
<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="false" description="XWT - Declarative UI in XML for Eclipse" label="XWT">
<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']"/>
Expand Down

0 comments on commit dfde458

Please sign in to comment.