Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | # sigil-ivy-plugin.jar |
| 2 | |
| 3 | Bundle-DocURL: http://sigil.codecauldron.org |
| 4 | Bundle-Vendor: Paremus Limited |
| 5 | Bundle-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. |
| 11 | Class-Path: bndlib.jar |
| 12 | |
| 13 | # embed other dependencies directly in the plugin |
| 14 | Private-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 |