mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Bug 561406 - Revise API for CDT Autotools
Export packages as x-internal" for test bundles Change-Id: I6961e5f9e805cab13263d3407ac95b8006d8de43 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
bf8d3595a7
commit
822508a83b
2 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.autotools.tests;singleton:=true
|
||||
Bundle-Version: 2.0.0.qualifier
|
||||
Bundle-Version: 2.1.0.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
@ -19,6 +19,6 @@ Require-Bundle: org.eclipse.ui,
|
|||
Bundle-ActivationPolicy: lazy
|
||||
Fragment-Host: org.eclipse.cdt.autotools.core
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Export-Package: org.eclipse.cdt.autotools.tests,
|
||||
org.eclipse.cdt.autotools.tests.editors
|
||||
Export-Package: org.eclipse.cdt.autotools.tests;x-internal:=true,
|
||||
org.eclipse.cdt.autotools.tests.editors;x-internal:=true
|
||||
Automatic-Module-Name: org.eclipse.cdt.autotools.tests
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.autotools.ui.tests
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Version: 1.1.0.qualifier
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.swtbot.go,
|
||||
org.eclipse.core.resources,
|
||||
|
@ -12,3 +12,5 @@ Fragment-Host: org.eclipse.cdt.autotools.ui
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-Vendor: %provider
|
||||
Automatic-Module-Name: org.eclipse.cdt.autotools.ui.tests
|
||||
Export-Package: org.eclipse.cdt.autotools.ui.tests;x-internal:=true,
|
||||
org.eclipse.cdt.autotools.ui.tests.autoconf;x-internal:=true
|
||||
|
|
Loading…
Add table
Reference in a new issue