import package without edit the manifest file in org.restlet
问题 I am using Restlet for my communication between my clients (JSE2) and my server(GAE). The clients are OSGi based. I have a shared bundle containing my resource interfaces and a bundle containing the code to wrap a resource to a ClientResource. But the org.restlet bundle doesn't import any of these bundles. I think its not the right solution to edit the manifest of the org.restlet bundle and import the shared bundle manualy. Also this is a very static solution. Is there a beter way to import