All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ext.bundle.xml.xerces.Activator Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package ext.bundle.xml.xerces;

import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;

public class Activator implements BundleActivator {
	//public class Activator extends ExtBundleActivatorBase {

	@Override public void start(BundleContext context) throws Exception {
		// TODO Auto-generated method stub

	}

	@Override public void stop(BundleContext context) throws Exception {
		// TODO Auto-generated method stub

	}/*
	 @Override public void ensureExtClassesAreFindable() {
	 if (isOSGIProperty("osgi-tests", true)) {
	 	debugLoaders(org.apache.xerces.dom.DocumentImpl.class);
	 }
	 }*/

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy