forked from bndtools/bnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbnd.bnd
48 lines (42 loc) · 1.15 KB
/
bnd.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Set javac settings from JDT prefs
-include: ${workspace}/cnf/includes/jdt.bnd, ${workspace}/cnf/includes/bndtools.bnd
Bundle-SymbolicName: ${p};singleton:=true
-includeresource: resources
-buildpath: \
osgi.annotation,\
osgi.core,\
aQute.libg,\
biz.aQute.bnd.util;version=latest,\
biz.aQute.bndlib;version=latest,\
org.eclipse.jface.text,\
org.eclipse.core.resources,\
org.eclipse.ui,\
org.eclipse.ui.ide,\
org.eclipse.ui.editors,\
org.eclipse.ui.forms,\
org.eclipse.swt,\
org.eclipse.swt.cocoa.macosx.x86_64,\
org.eclipse.jface,\
org.eclipse.ui.workbench,\
org.eclipse.ui.workbench.texteditor,\
org.eclipse.core.commands,\
org.eclipse.core.runtime,\
org.eclipse.core.jobs,\
org.eclipse.equinox.common,\
org.eclipse.equinox.registry,\
org.eclipse.text,\
org.eclipse.jdt.core,\
org.eclipse.jdt.launching,\
org.eclipse.core.filesystem,\
org.eclipse.core.contenttype,\
bndtools.api;version=latest
-includepackage: bndtools.jareditor.*,\
bndtools.test.plugin
Import-Package: \
${eclipse.importpackage},\
*
-conditionalpackage: \
aQute.libg.*,\
aQute.lib.*
Bundle-Activator: bndtools.jareditor.internal.Plugin
Bundle-ActivationPolicy: lazy