mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Changed dependencies to features
This commit is contained in:
parent
f41130d464
commit
37a44b0507
2 changed files with 5 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<license>
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
|
@ -21,10 +21,6 @@
|
|||
<update label="%updateSiteName" url="http://update.eclipse.org/updates"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.platform" version="2.0.0" match="compatible"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.cdt.core"
|
||||
download-size="0"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<license>
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
||||
|
@ -22,8 +22,9 @@
|
|||
</url>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.cdt.core" version="1.0.1" match="equivalent"/>
|
||||
<import plugin="org.eclipse.test" version="2.1.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.platform" version="2.0.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.cdt" version="1.0.1" match="equivalent"/>
|
||||
<import plugin="org.eclipse.test" version="2.1.0" match="equivalent"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue