blob: 8ae60c5e4dcd1b3b028886484688514847c77afc [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001# sigil-ivy-plugin.jar
2
3Bundle-DocURL: http://sigil.codecauldron.org
4Bundle-Vendor: Paremus Limited
5Bundle-Version: ${version}
6
7# we depend on bndlib, but don't want to embed it,
8# in case other tasks want a different version.
9# So just add Class-Path to the manifest, so we load bndlib.jar
10# if it's in the same directory as the sigil-ivy-plugin.
David Morgan Spencer Savageb2ea0702009-07-23 11:29:32 +000011Class-Path: bndlib.jar equinox.common.jar
Richard S. Hall85bafab2009-07-13 13:25:46 +000012
13# embed other dependencies directly in the plugin
14Private-Package: \
David Morgan Spencer Savage8ec5a4c2009-07-14 15:59:46 +000015 org.apache.felix.sigil.*, \
Richard S. Hall85bafab2009-07-13 13:25:46 +000016 profiles.*, \
Richard S. Hall85bafab2009-07-13 13:25:46 +000017 org.osgi.framework
18
19-removeheaders: TODAY, DSTAMP, TSTAMP
20-pedantic: true
21
22# end