mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
Make implicit branding plugin name explicit
This commit is contained in:
parent
e415866d74
commit
e994148d2b
1 changed files with 3 additions and 2 deletions
|
@ -3,13 +3,14 @@
|
||||||
id="org.eclipse.rse.core"
|
id="org.eclipse.rse.core"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.0.qualifier"
|
version="1.0.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName"
|
||||||
|
plugin="org.eclipse.rse.core">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
%description
|
%description
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<copyright>
|
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
%copyright
|
%copyright
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue