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