mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Update to version of o.e.cdt.debug.mi.core and added missing @since tag.
Change-Id: I973f4a611dd0fc465fd3e17d8730f59b88ac2ecd
This commit is contained in:
parent
cc82847af6
commit
69697204ac
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.debug.mi.core; singleton:=true
|
||||
Bundle-Version: 7.2.0.qualifier
|
||||
Bundle-Version: 7.3.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.debug.mi.core.MIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -37,6 +37,7 @@ public class MIGDBSetSolibSearchPath extends MIGDBSet {
|
|||
setParameters(p);
|
||||
}
|
||||
|
||||
/** @since 7.3 */
|
||||
protected String resolve(String path) {
|
||||
try {
|
||||
IStringVariableManager manager = VariablesPlugin.getDefault().getStringVariableManager();
|
||||
|
|
Loading…
Add table
Reference in a new issue