mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Bug 561401 - Revise API for CDT Arduino Core and Arduino UI
.core should declare .ui as x-friend export test packages as internal Change-Id: Iaba184be069185eb191519209e30ad1e4a7b1777 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
65e8a04447
commit
bf8d3595a7
2 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %Bundle-Name
|
||||
Bundle-SymbolicName: org.eclipse.cdt.arduino.core.tests
|
||||
Bundle-Vendor: %Bundle-Vendor
|
||||
Bundle-Version: 1.0.100.qualifier
|
||||
Bundle-Version: 1.1.0.qualifier
|
||||
Fragment-Host: org.eclipse.cdt.arduino.core;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.junit;bundle-version="4.12.0"
|
||||
Automatic-Module-Name: org.eclipse.cdt.arduino.core.tests
|
||||
Export-Package: org.eclipse.cdt.arduino.core.tests;x-internal:=true
|
||||
|
|
|
@ -24,7 +24,7 @@ Bundle-ClassPath: .
|
|||
Export-Package: org.eclipse.cdt.arduino.core.internal;x-friends:="org.eclipse.cdt.arduino.ui",
|
||||
org.eclipse.cdt.arduino.core.internal.board;x-friends:="org.eclipse.cdt.arduino.ui",
|
||||
org.eclipse.cdt.arduino.core.internal.build;x-friends:="org.eclipse.cdt.arduino.ui",
|
||||
org.eclipse.cdt.arduino.core.internal.launch,
|
||||
org.eclipse.cdt.arduino.core.internal.launch;x-friends:="org.eclipse.cdt.arduino.ui",
|
||||
org.eclipse.cdt.arduino.core.internal.remote;x-friends:="org.eclipse.cdt.arduino.ui"
|
||||
Bundle-Localization: plugin
|
||||
Automatic-Module-Name: org.eclipse.cdt.arduino.core
|
||||
|
|
Loading…
Add table
Reference in a new issue