(BundleContext context)
| 46 | } |
| 47 | |
| 48 | public void stop(BundleContext context) { |
| 49 | m_context = null; |
| 50 | Logger logger = LoggerFactory.getLogger(this.getClass()); |
| 51 | logger.info("Activator.stop"); |
| 52 | } |
| 53 | |
| 54 | public Bundle[] getBundles() { |
| 55 | if (m_context != null) { |