mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 561537 - Revise API for CDT Build Cross GCC
Export packages as "x-internal" Change-Id: I5336442ce3939b64f8c84bd5167572479a70271e Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
822508a83b
commit
67acd6a200
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name
|
Bundle-Name: %Bundle-Name
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true
|
||||||
Bundle-Version: 1.1.200.qualifier
|
Bundle-Version: 1.2.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator
|
Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.cdt.core;bundle-version="5.1.0",
|
org.eclipse.cdt.core;bundle-version="5.1.0",
|
||||||
|
@ -17,3 +17,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-Vendor: %Bundle-Vendor
|
Bundle-Vendor: %Bundle-Vendor
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Automatic-Module-Name: org.eclipse.cdt.build.crossgcc
|
Automatic-Module-Name: org.eclipse.cdt.build.crossgcc
|
||||||
|
Export-Package: org.eclipse.cdt.internal.build.crossgcc;x-internal:=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue