protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException {
monitor.beginTask("", 2500);
project.create(description, monitor);
project.open(monitor);
IPluginModelBase model = new BundlePluginModelBase(){
private static final long serialVersionUID = 1L;
public IPluginBase createPluginBase() {
return new BundlePluginBase();
}