@@ -23,25 +23,77 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
23
23
org.eclipse.core.variables,
24
24
org.apache.commons.commons-io,
25
25
org.apache.commons.commons-compress,
26
- com.github.luben.zstd-jni;bundle-version="1.5.5",
27
- slf4j.api;bundle-version="2.0.9",
28
- org.eclipse.ui.intro
26
+ com.github.luben.zstd-jni,
27
+ slf4j.api,
28
+ org.eclipse.ui.intro,
29
+ org.eclipse.jgit.pgm,
30
+ org.eclipse.jetty.http,
31
+ org.eclipse.jetty.io,
32
+ org.eclipse.jetty.util
29
33
Export-Package : cc.arduino.packages;x-internal:=true,
30
34
cc.arduino.packages.discoverers;x-internal:=true,
31
35
cc.arduino.packages.ssh;x-internal:=true,
36
+ com.jcraft.jsch,
37
+ com.jcraft.jsch.jce;uses:="com.jcraft.jsch",
38
+ com.jcraft.jsch.jcraft;uses:="com.jcraft.jsch",
39
+ com.jcraft.jsch.jgss;uses:="com.jcraft.jsch",
32
40
io.sloeber.core;x-friends:="io.sloeber.tests",
33
- io.sloeber.core.api,
34
- io.sloeber.core.api.Json,
41
+ io.sloeber.core.Gson;uses:="com.google.gson,io.sloeber.core.api",
42
+ io.sloeber.core.api;
43
+ uses:="io.sloeber.core.common,
44
+ org.eclipse.debug.core.model,
45
+ jssc,
46
+ org.eclipse.debug.core,
47
+ org.eclipse.core.runtime,
48
+ io.sloeber.core.txt,
49
+ org.eclipse.cdt.core.settings.model,
50
+ org.eclipse.core.resources,
51
+ io.sloeber.core.api.Json",
52
+ io.sloeber.core.api.Json;uses:="org.eclipse.core.runtime,com.google.gson,io.sloeber.core.api",
35
53
io.sloeber.core.builder;x-internal:=true,
36
54
io.sloeber.core.common;x-friends:="io.sloeber.tests",
37
55
io.sloeber.core.communication;x-internal:=true,
38
56
io.sloeber.core.core;x-internal:=true,
57
+ io.sloeber.core.eclipseIntegrations;uses:="org.eclipse.core.variables",
39
58
io.sloeber.core.listeners;x-internal:=true,
40
59
io.sloeber.core.managers;x-internal:=true,
41
60
io.sloeber.core.natures;x-internal:=true,
42
61
io.sloeber.core.templates;x-internal:=true,
43
62
io.sloeber.core.toolchain;x-internal:=true,
44
63
io.sloeber.core.tools;x-friends:="io.sloeber.tests",
45
64
io.sloeber.core.tools.uploaders;x-internal:=true,
46
- io.sloeber.core.txt;x-friends:="io.sloeber.tests"
65
+ io.sloeber.core.txt;x-friends:="io.sloeber.tests",
66
+ javax.jmdns,
67
+ javax.jmdns.impl;
68
+ uses:="javax.jmdns.impl.tasks,
69
+ javax.jmdns.impl.constants,
70
+ org.slf4j,
71
+ javax.jmdns",
72
+ javax.jmdns.impl.constants,
73
+ javax.jmdns.impl.tasks;uses:="org.slf4j,javax.jmdns.impl",
74
+ javax.jmdns.impl.tasks.resolver;uses:="javax.jmdns.impl.tasks,javax.jmdns.impl",
75
+ javax.jmdns.impl.tasks.state;
76
+ uses:="javax.jmdns.impl.constants,
77
+ javax.jmdns.impl.tasks,
78
+ org.slf4j,
79
+ javax.jmdns.impl",
80
+ javax.jmdns.impl.util,
81
+ jssc;uses:="org.scijava.nativelib",
82
+ natives.linux_32,
83
+ natives.linux_64,
84
+ natives.linux_arm,
85
+ natives.linux_arm64,
86
+ natives.linux_ppc,
87
+ natives.osx_64,
88
+ natives.osx_arm64,
89
+ natives.sunos_32,
90
+ natives.sunos_64,
91
+ natives.windows_32,
92
+ natives.windows_64,
93
+ natives.windows_arm64,
94
+ org.scijava.nativelib,
95
+ org.slf4j;uses:="new org.slf4j,org.slf4j.spi,org.slf4j.helpers",
96
+ org.slf4j.event;uses:="org.slf4j,org.slf4j.helpers",
97
+ org.slf4j.helpers;uses:="org.slf4j,org.slf4j.spi,org.slf4j.event",
98
+ org.slf4j.spi;uses:="org.slf4j"
47
99
Automatic-Module-Name : io.sloeber.core
0 commit comments