mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
externalize strings in p2 plugin's MANIFEST.MF and use Eclipse CDT as provider name
This commit is contained in:
parent
1901362f0d
commit
5c1de6407a
2 changed files with 8 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue