use of org.eclipse.pde.core.plugin.IPluginModelFactory in project webtools.servertools by eclipse.
the class GenericServerTemplate method updateModel.
protected void updateModel(IProgressMonitor monitor) throws CoreException {
IPluginBase plugin = model.getPluginBase();
IPluginModelFactory factory = model.getPluginFactory();
addRuntimeType(plugin, factory);
addServerType(plugin, factory);
addWizardFragment(plugin, factory);
addServerImage(plugin, factory);
addRuntimeTargetHandler(plugin, factory);
addServerDefinition(plugin, factory);
}
Aggregations