| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <feature |
|---|
| 3 | id="no.hib.dpf.feature.signature" |
|---|
| 4 | label="Signature Editor" |
|---|
| 5 | version="0.2.0.qualifier" |
|---|
| 6 | provider-name="Høyskolen i Bergen"> |
|---|
| 7 | |
|---|
| 8 | <description url="http://www.example.com/description"> |
|---|
| 9 | [Enter Feature Description here.] |
|---|
| 10 | </description> |
|---|
| 11 | |
|---|
| 12 | <copyright url="http://www.example.com/copyright"> |
|---|
| 13 | [Enter Copyright Description here.] |
|---|
| 14 | </copyright> |
|---|
| 15 | |
|---|
| 16 | <license url="http://www.example.com/license"> |
|---|
| 17 | [Enter License Description here.] |
|---|
| 18 | </license> |
|---|
| 19 | |
|---|
| 20 | <requires> |
|---|
| 21 | <import feature="no.hib.dpf.feature" version="0.2.0.qualifier"/> |
|---|
| 22 | <import plugin="org.eclipse.ui"/> |
|---|
| 23 | <import plugin="org.eclipse.core.runtime"/> |
|---|
| 24 | <import plugin="org.eclipse.emf.common"/> |
|---|
| 25 | <import plugin="no.hib.dpf.core"/> |
|---|
| 26 | <import plugin="no.hib.dpf.diagram"/> |
|---|
| 27 | <import plugin="org.eclipse.core.resources"/> |
|---|
| 28 | <import plugin="org.eclipse.gef"/> |
|---|
| 29 | <import plugin="org.eclipse.emf.ecore.xmi"/> |
|---|
| 30 | <import plugin="no.hib.dpf.editor"/> |
|---|
| 31 | <import plugin="org.eclipse.ui.ide"/> |
|---|
| 32 | <import plugin="org.eclipse.ui.forms"/> |
|---|
| 33 | </requires> |
|---|
| 34 | |
|---|
| 35 | <plugin |
|---|
| 36 | id="no.hib.dpf.editor.signature" |
|---|
| 37 | download-size="0" |
|---|
| 38 | install-size="0" |
|---|
| 39 | version="0.0.0" |
|---|
| 40 | unpack="false"/> |
|---|
| 41 | |
|---|
| 42 | </feature> |
|---|