mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
increase feature version as plugins versions had increased
This commit is contained in:
parent
0d4f5c71b6
commit
cacd81cb7e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.debug.gdbjtag"
|
id="org.eclipse.cdt.debug.gdbjtag"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="5.1.0.qualifier"
|
version="7.0.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag
|
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag
|
||||||
Bundle-Version: 5.0.100.qualifier
|
Bundle-Version: 7.0.0.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue