xgu | c3a9ea5 | 2011-08-30 18:21:34 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | <feature
|
| 3 | id="org.eclipse.datatools.enablement.oda.ecore.feature"
|
| 4 | label="%featureName"
|
xgu | 9d115ad | 2013-09-17 00:54:13 -0700 | [diff] [blame] | 5 | version="1.11.2.qualifier"
|
xgu | c3a9ea5 | 2011-08-30 18:21:34 +0800 | [diff] [blame] | 6 | provider-name="%providerName"
|
| 7 | plugin="org.eclipse.datatools.enablement.oda.ecore"
|
| 8 | image="eclipse_update_120.jpg">
|
| 9 |
|
| 10 | <description>
|
| 11 | %description
|
| 12 | </description>
|
| 13 |
|
| 14 | <copyright>
|
| 15 | %featureCopyright
|
| 16 | </copyright>
|
| 17 |
|
| 18 | <license url="%licenseURL">
|
| 19 | %license
|
| 20 | </license>
|
| 21 |
|
| 22 | <url>
|
| 23 | <update label="%updateSiteName" url="http://download.eclipse.org/datatools/updates"/>
|
| 24 | <discovery label="%updateSiteName" url="http://download.eclipse.org/datatools/updates"/>
|
| 25 | </url>
|
| 26 |
|
| 27 | <requires>
|
| 28 | <import feature="org.eclipse.ocl" version="1.2.2" match="greaterOrEqual"/>
|
| 29 | <import feature="org.eclipse.emf.query.ocl" version="1.2.0" match="greaterOrEqual"/>
|
| 30 | </requires>
|
| 31 |
|
| 32 | <plugin
|
| 33 | id="org.eclipse.datatools.enablement.oda.ecore"
|
| 34 | download-size="0"
|
| 35 | install-size="0"
|
| 36 | version="0.0.0"
|
| 37 | unpack="false"/>
|
| 38 |
|
| 39 | <plugin
|
| 40 | id="org.eclipse.datatools.enablement.oda.ecore.ui"
|
| 41 | download-size="0"
|
| 42 | install-size="0"
|
| 43 | version="0.0.0"
|
| 44 | unpack="false"/>
|
| 45 |
|
| 46 | </feature>
|