Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorbjörn Svensson2020-08-28 19:03:44 +0000
committerTorbjörn Svensson2020-08-28 19:32:18 +0000
commitf6016c5e0b42f5b46f456d15acd3a39fae6e6b23 (patch)
tree123b42b2a805a442e32c79124bf22df3ec4f62ae /native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF
parent5779b04e6bd4ab47173f18f330ce3af53a5160f5 (diff)
downloadorg.eclipse.cdt-f6016c5e0b42f5b46f456d15acd3a39fae6e6b23.tar.gz
org.eclipse.cdt-f6016c5e0b42f5b46f456d15acd3a39fae6e6b23.tar.xz
org.eclipse.cdt-f6016c5e0b42f5b46f456d15acd3a39fae6e6b23.zip
Fixed "The value for X attribute is not externalized" warning
Change-Id: Ib2f0d85a0428a1f59cc7ccab6ebb8fd91ffa2a41 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
Diffstat (limited to 'native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF')
-rw-r--r--native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF b/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF
index 7f7f7b471a9..0b71926c558 100644
--- a/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF
+++ b/native/org.eclipse.cdt.native.serial/META-INF/MANIFEST.MF
@@ -1,9 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Serial Port
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.native.serial
Bundle-Version: 1.2.0.qualifier
-Bundle-Vendor: Eclipse CDT
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.eclipse.cdt.serial
Automatic-Module-Name: org.eclipse.cdt.native.serial
+Bundle-Localization: plugin

Back to the top