mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +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
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: CDT P2 customizations for SDKs
|
Bundle-Name: %Bundle-Name
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.p2;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.p2;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.internal.p2.Activator
|
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,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.equinox.p2.artifact.repository;bundle-version="1.0.2",
|
org.eclipse.equinox.p2.artifact.repository;bundle-version="1.0.2",
|
||||||
org.eclipse.equinox.p2.core;bundle-version="1.0.0",
|
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
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -7,6 +7,10 @@
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# Doug Schaefer (Wind River) - initial API and implementation
|
# Doug Schaefer (Wind River) - initial API and implementation
|
||||||
|
# IBM Corporation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
installArtifactRepository=Install Artifact Repository
|
installArtifactRepository=Install Artifact Repository
|
||||||
|
|
||||||
|
Bundle-Vendor = Eclipse CDT
|
||||||
|
Bundle-Name = CDT P2 customizations for SDKs
|
Loading…
Add table
Reference in a new issue