From 5c1de6407ad419e4bb2c8ea500a836c417bc821f Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Mon, 8 Jun 2009 14:23:59 +0000 Subject: [PATCH] externalize strings in p2 plugin's MANIFEST.MF and use Eclipse CDT as provider name --- p2/org.eclipse.cdt.p2/META-INF/MANIFEST.MF | 5 +++-- p2/org.eclipse.cdt.p2/plugin.properties | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/p2/org.eclipse.cdt.p2/META-INF/MANIFEST.MF b/p2/org.eclipse.cdt.p2/META-INF/MANIFEST.MF index 26fd1347b42..0961458df0c 100644 --- a/p2/org.eclipse.cdt.p2/META-INF/MANIFEST.MF +++ b/p2/org.eclipse.cdt.p2/META-INF/MANIFEST.MF @@ -1,10 +1,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: CDT P2 customizations for SDKs +Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.cdt.p2;singleton:=true Bundle-Version: 1.0.0.qualifier Bundle-Activator: org.eclipse.cdt.internal.p2.Activator -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %Bundle-Vendor +Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.equinox.p2.artifact.repository;bundle-version="1.0.2", org.eclipse.equinox.p2.core;bundle-version="1.0.0", diff --git a/p2/org.eclipse.cdt.p2/plugin.properties b/p2/org.eclipse.cdt.p2/plugin.properties index 007115c0829..28b588b61d1 100644 --- a/p2/org.eclipse.cdt.p2/plugin.properties +++ b/p2/org.eclipse.cdt.p2/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008 Wind River Systems and others. +# Copyright (c) 2008, 2009 Wind River Systems and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,6 +7,10 @@ # # Contributors: # Doug Schaefer (Wind River) - initial API and implementation +# IBM Corporation ############################################################################### installArtifactRepository=Install Artifact Repository + +Bundle-Vendor = Eclipse CDT +Bundle-Name = CDT P2 customizations for SDKs \ No newline at end of file