| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="adt.feature" |
| label="Andrew's Development Tools Feature" |
| version="1.0.0.qualifier" |
| plugin="adt.plugin"> |
| |
| <description> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <includes |
| id="org.eclipse.platform" |
| version="0.0.0"/> |
| |
| <requires> |
| <import feature="org.eclipse.cdt" version="6.0.0" match="compatible"/> |
| <import feature="org.eclipse.cdt.mylyn" version="5.1.0" match="compatible"/> |
| <import feature="org.eclipse.mylyn_feature" version="3.2.0" match="compatible"/> |
| <import feature="org.eclipse.cvs" version="1.1.100" match="compatible"/> |
| </requires> |
| |
| <plugin |
| id="adt.plugin" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |