| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.swt.tests.fragments.feature" |
| label="%featureName" |
| version="3.106.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="0.0.0"> |
| |
| <description url="%descriptionURL"> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <plugin |
| id="org.eclipse.swt.gtk.linux.x86_64" |
| os="linux" |
| ws="gtk" |
| arch="x86_64" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| fragment="true" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.swt.gtk.linux.ppc64le" |
| os="linux" |
| ws="gtk" |
| arch="ppc64le" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| fragment="true" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.swt.win32.win32.x86_64" |
| os="win32" |
| ws="win32" |
| arch="x86_64" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| fragment="true" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.swt.cocoa.macosx.x86_64" |
| os="macosx" |
| ws="cocoa" |
| arch="x86_64" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| fragment="true" |
| unpack="false"/> |
| |
| </feature> |