blob: 799b4c4caeec5ef115361fca6f86d7e990779167 [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.
11Class-Path: bndlib.jar
12
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.*, \
17 org.eclipse.core.runtime, \
18 org.osgi.framework
19
20-removeheaders: TODAY, DSTAMP, TSTAMP
21-pedantic: true
22
23# end