>>>>> Christian Lutz <[email protected]>: > Your bundle doesnt have version specified >> Bundle-Version: 0
Yes, I noticed, but I didn't know how to change this. I wrapped two jars in vaadin 7.x with TouchKit, and they also had bundle-version 0, but there it wasn't a problem. > To fix this you need to add the bundle-version to your wrap like >> wrap:mvn:com.googlecode.gentyref/gentyref/1.2.0&Bundle-Version=1.2.0 Right! I wondered about that but I wasn't able to google up how to do it last night. Thanks! > I hope this helps Thanks! I will try it out?
