* hacked in boot delegation=* to fix dependency problems. This is probably not the best solution, however when you work with plain JARs, you hardly have a choice as you cannot possibly analyze all dependencies and add them to the manifest of all your JARs. Another idea would be to package all required jars into the bundle, which would be good from a self-containing point of view, however it increases build and development time a lot. Maybe add this as an additional option in 0.7.0.