1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Set javac settings from JDT prefs
-include: ${workspace}/cnf/includes/jdt.bnd, ${workspace}/cnf/includes/bndtools.bnd
-buildpath: \
osgi.annotation;version=latest;maven-scope=provided,\
osgi.core;version=latest;maven-scope=provided, \
aQute.libg;version=project,\
biz.aQute.bndlib;version=latest, \
org.eclipse.core.resources,\
org.eclipse.core.runtime,\
org.eclipse.equinox.common, \
org.eclipse.swt,\
org.eclipse.swt.cocoa.macosx.x86_64,\
org.eclipse.jface
Import-Package: \
${eclipse.importpackage},\
*
-conditionalpackage: aQute.lib*
|