Skip to content

Commit cb1020c

Browse files
committed
Buildpath Cleanup
1 parent 55a1308 commit cb1020c

File tree

1 file changed

+27
-39
lines changed

1 file changed

+27
-39
lines changed

cnf/ext/runtime.bnd

+27-39
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,6 @@
1-
bundles.equinox: \
2-
org.eclipse.equinox.app,\
3-
org.eclipse.equinox.common,\
4-
org.eclipse.equinox.event,\
5-
org.eclipse.equinox.preferences,\
6-
org.eclipse.equinox.registry
7-
8-
bundles.console: \
9-
org.apache.felix.gogo.runtime,\
10-
org.apache.felix.gogo.shell,\
11-
org.apache.felix.gogo.command,\
12-
org.eclipse.equinox.console
13-
14-
bundles.deps: \
1+
bundles.javax: \
152
javax.annotation,\
16-
javax.inject,\
17-
javax.xml.jre,\
18-
org.apache.commons.jxpath,\
19-
com.google.guava,\
20-
org.eclipse.jdt.annotation
21-
22-
bundles.eclipse.emf: \
23-
org.eclipse.emf.common,\
24-
org.eclipse.emf.ecore,\
25-
org.eclipse.emf.ecore.change,\
26-
org.eclipse.emf.ecore.xmi
3+
javax.inject
274

285
bundles.eclipse.core: \
296
org.eclipse.core.commands,\
@@ -73,26 +50,37 @@ bundles.e4.efxclipse: \
7350
bundles.slf4j: \
7451
org.eclipse.fx.core.slf4j
7552

53+
bundles.apache.commons: \
54+
org.apache.commons.lang3,\
55+
org.apache.commons.commons-io,\
56+
org.apache.commons.text
57+
58+
bundles.ui.3rdparty: \
59+
controlsfx,\
60+
eu.hansolo.tilesfx,\
61+
62+
bundles.wrapper: \
63+
com.osgifx.console.wrapper.mug,\
64+
com.osgifx.console.wrapper.formsfx
65+
66+
bundles.configurations: \
67+
org.apache.felix.configadmin,\
68+
org.apache.felix.configurator
69+
70+
bundles.felix: \
71+
${bundles.configurations},\
72+
org.apache.felix.dependencymanager
73+
7674
bundles.required: \
7775
${bundles.e4.core},\
7876
${bundles.e4.efxclipse},\
79-
${bundles.deps},\
77+
${bundles.javax},\
8078
${bundles.eclipse.core},\
8179
${bundles.slf4j},\
80+
${bundles.apache.commons},\
81+
${bundles.ui.3rdparty},\
82+
${bundles.wrapper},\
8283
com.google.guava,\
8384
org.apache.aries.component-dsl.component-dsl,\
84-
org.apache.commons.lang3,\
85-
org.apache.commons.commons-io,\
86-
org.apache.commons.text,\
87-
org.eclipse.equinox.preferences,\
88-
controlsfx,\
89-
javax.inject,\
9085
com.osgifx.console.util,\
91-
com.osgifx.console.wrapper.mug,\
92-
eu.hansolo.tilesfx,\
93-
com.osgifx.console.wrapper.formsfx,\
9486
org.apache.felix.dependencymanager
95-
96-
bundles.configurations: \
97-
org.apache.felix.configadmin,\
98-
org.apache.felix.configurator

0 commit comments

Comments
 (0)