Bug 558798 - Fix bundle name/vendor

Change-Id: I34f8e600b86c25e5bd8926cfefd07d3ea4bf5bc6
Signed-off-by: Mickael Istria <mistria@redhat.com>
diff --git a/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF
index 90ca6c3..e39e87d 100644
--- a/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.m2e.binaryproject.ui;singleton:=true
 Bundle-Version: 1.15.0.qualifier
 Bundle-Activator: org.eclipse.m2e.binaryproject.ui.internal.BinaryprojectUIActivator
+Bundle-Localization: plugin
 Bundle-Vendor: %Bundle-Vendor
+Bundle-Name: %Bundle-Name
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.m2e.core.ui;bundle-version="[1.13.0,1.15.1)",
diff --git a/org.eclipse.m2e.binaryproject.ui/build.properties b/org.eclipse.m2e.binaryproject.ui/build.properties
index b806395..936269e 100644
--- a/org.eclipse.m2e.binaryproject.ui/build.properties
+++ b/org.eclipse.m2e.binaryproject.ui/build.properties
@@ -3,4 +3,5 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
+               plugin.properties,\
                icons/
diff --git a/org.eclipse.m2e.binaryproject.ui/plugin.properties b/org.eclipse.m2e.binaryproject.ui/plugin.properties
new file mode 100644
index 0000000..fb9a408
--- /dev/null
+++ b/org.eclipse.m2e.binaryproject.ui/plugin.properties
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2007, 2008 Sonatype, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+
+Bundle-Vendor = Eclipse.org - m2e
+Bundle-Name = Binary project UI
\ No newline at end of file
diff --git a/org.eclipse.m2e.binaryproject/META-INF/MANIFEST.MF b/org.eclipse.m2e.binaryproject/META-INF/MANIFEST.MF
index c480076..5cda04b 100644
--- a/org.eclipse.m2e.binaryproject/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.binaryproject/META-INF/MANIFEST.MF
@@ -1,9 +1,10 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.m2e.binaryproject;singleton:=true
 Bundle-Version: 1.15.0.qualifier
+Bundle-Localization: plugin
 Bundle-Vendor: %Bundle-Vendor
+Bundle-Name: %Bundle-Name
 Require-Bundle: org.eclipse.m2e.core;bundle-version="[1.13.0,1.15.1)",
  org.eclipse.m2e.maven.runtime;bundle-version="[1.15.0,1.16.0)",
  org.eclipse.m2e.sourcelookup;bundle-version="[1.13.0,1.15.1)",
diff --git a/org.eclipse.m2e.binaryproject/build.properties b/org.eclipse.m2e.binaryproject/build.properties
index 52a5b4f..2c99086 100644
--- a/org.eclipse.m2e.binaryproject/build.properties
+++ b/org.eclipse.m2e.binaryproject/build.properties
@@ -2,4 +2,5 @@
 output.. = target/classes
 bin.includes = META-INF/,\
                .,\
+               plugin.properties,\
                plugin.xml
diff --git a/org.eclipse.m2e.binaryproject/plugin.properties b/org.eclipse.m2e.binaryproject/plugin.properties
new file mode 100644
index 0000000..bf09b2c
--- /dev/null
+++ b/org.eclipse.m2e.binaryproject/plugin.properties
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2007, 2008 Sonatype, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+
+Bundle-Vendor = Eclipse.org - m2e
+Bundle-Name = Binary project Core
\ No newline at end of file
diff --git a/org.eclipse.m2e.sourcelookup.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.sourcelookup.ui/META-INF/MANIFEST.MF
index fdf9d24..45cf02c 100644
--- a/org.eclipse.m2e.sourcelookup.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.sourcelookup.ui/META-INF/MANIFEST.MF
@@ -1,10 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.m2e.sourcelookup.ui;singleton:=true
 Bundle-Version: 1.15.0.qualifier
 Bundle-Activator: org.eclipse.m2e.sourcelookup.ui.internal.SourceLookupUIActivator
+Bundle-Localization: plugin
 Bundle-Vendor: %Bundle-Vendor
+Bundle-Name: %Bundle-Name
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.debug.ui;bundle-version="3.7.0",
diff --git a/org.eclipse.m2e.sourcelookup.ui/build.properties b/org.eclipse.m2e.sourcelookup.ui/build.properties
index b806395..936269e 100644
--- a/org.eclipse.m2e.sourcelookup.ui/build.properties
+++ b/org.eclipse.m2e.sourcelookup.ui/build.properties
@@ -3,4 +3,5 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
+               plugin.properties,\
                icons/
diff --git a/org.eclipse.m2e.sourcelookup.ui/plugin.properties b/org.eclipse.m2e.sourcelookup.ui/plugin.properties
new file mode 100644
index 0000000..30c9c7b
--- /dev/null
+++ b/org.eclipse.m2e.sourcelookup.ui/plugin.properties
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2007, 2008 Sonatype, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+
+Bundle-Vendor = Eclipse.org - m2e
+Bundle-Name = Source Lookup UI
\ No newline at end of file
diff --git a/org.eclipse.m2e.sourcelookup/META-INF/MANIFEST.MF b/org.eclipse.m2e.sourcelookup/META-INF/MANIFEST.MF
index 5671ba2..d7d143a 100644
--- a/org.eclipse.m2e.sourcelookup/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.sourcelookup/META-INF/MANIFEST.MF
@@ -1,9 +1,10 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.m2e.sourcelookup;singleton:=true
 Bundle-Version: 1.15.0.qualifier
+Bundle-Localization: plugin
 Bundle-Vendor: %Bundle-Vendor
+Bundle-Name: %Bundle-Name
 Require-Bundle: org.eclipse.m2e.launching;bundle-version="[1.13.0,1.15.1)",
  org.eclipse.m2e.core;bundle-version="[1.13.0,1.15.1)",
  org.eclipse.m2e.maven.runtime;bundle-version="[1.15.0,1.16.0)",
diff --git a/org.eclipse.m2e.sourcelookup/build.properties b/org.eclipse.m2e.sourcelookup/build.properties
index 52a5b4f..2c99086 100644
--- a/org.eclipse.m2e.sourcelookup/build.properties
+++ b/org.eclipse.m2e.sourcelookup/build.properties
@@ -2,4 +2,5 @@
 output.. = target/classes
 bin.includes = META-INF/,\
                .,\
+               plugin.properties,\
                plugin.xml
diff --git a/org.eclipse.m2e.sourcelookup/plugin.properties b/org.eclipse.m2e.sourcelookup/plugin.properties
new file mode 100644
index 0000000..9c61c55
--- /dev/null
+++ b/org.eclipse.m2e.sourcelookup/plugin.properties
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2007, 2008 Sonatype, Inc.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+
+Bundle-Vendor = Eclipse.org - m2e
+Bundle-Name = Source Lookup Core
\ No newline at end of file