| <?xml version="1.0" encoding="UTF-8"?> | |
| <feature | |
| id="org.eclipse.e4.ui.deeplink.example.client.feature" | |
| label="Example RCP application exposing DeepLinks" | |
| version="4.6.0.qualifier"> | |
| <description> | |
| %description | |
| </description> | |
| <copyright> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <plugin | |
| id="org.eclipse.e4.ui.deeplink.example.client.ui" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.e4.ui.deeplink.example.client" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |