Skip to content

Commit c98dd7f

Browse files
author
jantje
committed
exporting packages to avoid warnings
1 parent e9af0d3 commit c98dd7f

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

io.sloeber.application/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Require-Bundle: org.eclipse.core.runtime,
99
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1010
Bundle-Vendor: Sloeber.io
1111
Automatic-Module-Name: io.sloeber.application
12+
Export-Package: io.sloeber.application;x-internal:=true

io.sloeber.core/META-INF/MANIFEST.MF

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,21 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
2727
org.eclipse.ui.workbench,
2828
org.junit;bundle-version="4.12.0",
2929
org.slf4j.api;bundle-version="1.7.2"
30-
Export-Package: io.sloeber.core.api,
30+
Export-Package: cc.arduino.packages;x-internal:=true,
31+
cc.arduino.packages.discoverers;x-internal:=true,
32+
cc.arduino.packages.ssh;x-internal:=true,
33+
io.sloeber.core;x-internal:=true,
34+
io.sloeber.core.api,
35+
io.sloeber.core.builder;x-internal:=true,
3136
io.sloeber.core.common;x-friends:="io.sloeber.tests",
32-
io.sloeber.core.tools;x-friends:="io.sloeber.tests"
37+
io.sloeber.core.communication;x-internal:=true,
38+
io.sloeber.core.core;x-internal:=true,
39+
io.sloeber.core.listeners;x-internal:=true,
40+
io.sloeber.core.managers;x-internal:=true,
41+
io.sloeber.core.natures;x-internal:=true,
42+
io.sloeber.core.serial;x-internal:=true,
43+
io.sloeber.core.templates;x-internal:=true,
44+
io.sloeber.core.toolchain;x-internal:=true,
45+
io.sloeber.core.tools;x-friends:="io.sloeber.tests",
46+
io.sloeber.core.tools.uploaders;x-internal:=true
3347
Automatic-Module-Name: io.sloeber.core

io.sloeber.tests/META-INF/MANIFEST.MF

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ Bundle-ActivationPolicy: lazy
1717
Import-Package: io.sloeber.ui,
1818
io.sloeber.ui.monitor
1919
Automatic-Module-Name: io.sloeber.tests
20+
Export-Package: io.sloeber.core;x-internal:=true,
21+
io.sloeber.junit;x-internal:=true,
22+
io.sloeber.providers;x-internal:=true,
23+
templates.CreateAndCompileTest;x-internal:=true,
24+
templates.are_defines_found;x-internal:=true,
25+
templates.basic.ino;x-internal:=true,
26+
templates.defines_and_includes;x-internal:=true,
27+
templates.externc;x-internal:=true,
28+
templates.fastBlink;x-internal:=true,
29+
templates.issue1047_Board_Names_Can_Be_used_as_Strings;x-internal:=true,
30+
templates.issue687;x-internal:=true

io.sloeber.ui/META-INF/MANIFEST.MF

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Import-Package: org.apache.commons.io;version="2.2.0",
2020
org.apache.commons.lang
2121
Bundle-Vendor: Sloeber.io
2222
Export-Package: io.sloeber.ui;x-internal:=true,
23+
io.sloeber.ui.actions;x-internal:=true,
24+
io.sloeber.ui.core.launchconfig;x-internal:=true,
25+
io.sloeber.ui.helpers;x-internal:=true,
26+
io.sloeber.ui.listeners;x-internal:=true,
2327
io.sloeber.ui.monitor;uses:="org.eclipse.jface.resource,org.eclipse.ui.plugin,org.osgi.framework",
24-
io.sloeber.ui.monitor.internal;x-internal:=true
28+
io.sloeber.ui.monitor.internal;x-internal:=true,
29+
io.sloeber.ui.monitor.views;x-internal:=true,
30+
io.sloeber.ui.preferences;x-internal:=true,
31+
io.sloeber.ui.project.properties;x-internal:=true,
32+
io.sloeber.ui.wizard.newsketch;x-internal:=true
2533
Automatic-Module-Name: io.sloeber.ui

0 commit comments

Comments
 (0)