mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 449224 - Fix for NLS'd plugin and
provider names Change-Id: I27bf6d3ce062359e7eea47b728e5254578d8decb Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
126e67237d
commit
5a5b004e3f
2 changed files with 3 additions and 1 deletions
|
@ -11,4 +11,5 @@ bin.includes = plugin.xml,\
|
||||||
pom.xml,\
|
pom.xml,\
|
||||||
testToc.xml,\
|
testToc.xml,\
|
||||||
toc.xml,\
|
toc.xml,\
|
||||||
index/
|
index/,\
|
||||||
|
plugin.properties
|
||||||
|
|
|
@ -4,6 +4,7 @@ Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.remote.core;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.remote.core;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.remote.internal.core.Activator
|
Bundle-Activator: org.eclipse.cdt.remote.internal.core.Activator
|
||||||
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.cdt.core,
|
org.eclipse.cdt.core,
|
||||||
org.eclipse.remote.core,
|
org.eclipse.remote.core,
|
||||||
|
|
Loading…
Add table
Reference in a new issue