blob: 4a3fc5308b51511583f956171596ce1d5776ce2d [file] [log] [blame]
package org.eclipse.wst.xsd.ui.internal.refactor;
import org.eclipse.ui.IStartup;
import org.eclipse.wst.xsd.ui.internal.XSDEditorPlugin;
public class Startup implements IStartup {
public void earlyStartup() {
XSDEditorPlugin.getPlugin();
}
}