Search code examples
jakarta-eeosgiosgi-bundle

Activator and implemetation bundle in same project


we are looking for way to add interface implementation and its bundle activator in same project to simplify process of bundle creation and activation for third party's.

i have tried modifying interface implemented bundle code by include activator class in same project but application is not recognizing this bundle

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: LocationSearch
Bundle-SymbolicName: LocationSearch
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: locationsearch.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

is it possible to implement same ?


Solution

  • cached bundle in my app prevented me to see updated code. this feature is easily implementable