From 062a30370c2cad983055da5a71b46ba505c9b18d Mon Sep 17 00:00:00 2001 From: Mickael Istria Date: Mon, 6 Jan 2020 09:08:45 +0100 Subject: Bug 558798 - Fix bundle name/vendor Change-Id: I34f8e600b86c25e5bd8926cfefd07d3ea4bf5bc6 Signed-off-by: Mickael Istria --- org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF | 3 ++- org.eclipse.m2e.binaryproject.ui/build.properties | 1 + org.eclipse.m2e.binaryproject.ui/plugin.properties | 11 +++++++++++ org.eclipse.m2e.binaryproject/META-INF/MANIFEST.MF | 3 ++- org.eclipse.m2e.binaryproject/build.properties | 1 + org.eclipse.m2e.binaryproject/plugin.properties | 11 +++++++++++ org.eclipse.m2e.sourcelookup.ui/META-INF/MANIFEST.MF | 3 ++- org.eclipse.m2e.sourcelookup.ui/build.properties | 1 + org.eclipse.m2e.sourcelookup.ui/plugin.properties | 11 +++++++++++ org.eclipse.m2e.sourcelookup/META-INF/MANIFEST.MF | 3 ++- org.eclipse.m2e.sourcelookup/build.properties | 1 + org.eclipse.m2e.sourcelookup/plugin.properties | 11 +++++++++++ 12 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 org.eclipse.m2e.binaryproject.ui/plugin.properties create mode 100644 org.eclipse.m2e.binaryproject/plugin.properties create mode 100644 org.eclipse.m2e.sourcelookup.ui/plugin.properties create mode 100644 org.eclipse.m2e.sourcelookup/plugin.properties diff --git a/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF b/org.eclipse.m2e.binaryproject.ui/META-INF/MANIFEST.MF index 90ca6c34..e39e87d4 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 b806395b..936269ea 100644 --- a/org.eclipse.m2e.binaryproject.ui/build.properties +++ b/org.eclipse.m2e.binaryproject.ui/build.properties @@ -3,4 +3,5 @@ output.. = target/classes/ 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 00000000..fb9a408b --- /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 c4800762..5cda04b7 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 52a5b4fe..2c990861 100644 --- a/org.eclipse.m2e.binaryproject/build.properties +++ b/org.eclipse.m2e.binaryproject/build.properties @@ -2,4 +2,5 @@ source.. = src/ 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 00000000..bf09b2c7 --- /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 fdf9d247..45cf02c7 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 b806395b..936269ea 100644 --- a/org.eclipse.m2e.sourcelookup.ui/build.properties +++ b/org.eclipse.m2e.sourcelookup.ui/build.properties @@ -3,4 +3,5 @@ output.. = target/classes/ 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 00000000..30c9c7b0 --- /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 5671ba2a..d7d143a1 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 52a5b4fe..2c990861 100644 --- a/org.eclipse.m2e.sourcelookup/build.properties +++ b/org.eclipse.m2e.sourcelookup/build.properties @@ -2,4 +2,5 @@ source.. = src/ 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 00000000..9c61c55a --- /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 -- cgit v1.2.3