-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WindowBuilder's XWT features and re-enable XWT because WindowBuilder uses it now. Change-Id: Ieacae44e09d5dd0dcdae7ccbbe5fc367b3935548
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters