blob: 7fb4156f92a3bc777aafff199c6bbc653c7437df [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: \
15 org.cauldron.*, \
16 profiles.*, \
17 org.eclipse.core.runtime, \
18 org.osgi.framework
19
20-removeheaders: TODAY, DSTAMP, TSTAMP
21-pedantic: true
22
23# end