| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.osee.ats.server.feature" |
| label="%featureName" |
| version="0.26.0.qualifier" |
| provider-name="%providerName"> |
| |
| <description> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import plugin="org.apache.commons.lang" version="2.6.0" match="greaterOrEqual"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.osee.ats.api" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.osee.ats.rest" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.osee.ats.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |