| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.wtp.patch.assembly.feature" |
| label="Patch Assembly Feature" |
| version="1.0.0"> |
| |
| <description url="http://www.example.com/description"> |
| [Enter Feature Description here.] |
| </description> |
| |
| <copyright url="http://www.example.com/copyright"> |
| [Enter Copyright Description here.] |
| </copyright> |
| |
| <license url="http://www.example.com/license"> |
| [Enter License Description here.] |
| </license> |
| |
| <!-- TODO: is this actually useful? Or can it be deprecated/deleted? --> |
| |
| <requires> |
| <import feature="org.eclipse.wst.server_core.feature.patch"/> |
| <import feature="org.eclipse.wtp.releng.tests.feature"/> |
| </requires> |
| </feature> |