mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 529386 - NoSuchMethodError in AutotoolsNewMakeGenerator.runScript
- bump up org.eclipse.cdt.remote.core so that autotools.core can refer to the latest version in its dependencies Change-Id: I4ec198d7c5d367a4a479a1dd39839f3c2d8c4a96
This commit is contained in:
parent
fc053e6124
commit
7050f18ecf
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.4.0",
|
|||
org.eclipse.ui.views;bundle-version="3.3.0",
|
||||
org.eclipse.core.filesystem;bundle-version="1.2.0",
|
||||
org.eclipse.remote.core;bundle-version="2.0.0",
|
||||
org.eclipse.cdt.remote.core;bundle-version="1.0.0"
|
||||
org.eclipse.cdt.remote.core;bundle-version="1.0.1"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Vendor: %provider
|
||||
Export-Package: org.eclipse.cdt.autotools.core,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.remote.core;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.0.1.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.remote.internal.core.Activator
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
Loading…
Add table
Reference in a new issue