Skip to content
Snippets Groups Projects
Commit 5996f580 authored by Fabian Brosig's avatar Fabian Brosig
Browse files

Added reference to system model

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@10270 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 3a42ce01
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ import edu.kit.ipd.descartes.mm.applicationlevel.repository.provider.RepositoryI
import edu.kit.ipd.descartes.mm.applicationlevel.servicebehavior.provider.ServicebehaviorItemProviderAdapterFactory;
import edu.kit.ipd.descartes.mm.applicationlevel.system.provider.SystemItemProviderAdapterFactory;
import org.eclipse.ui.actions.WorkspaceModifyOperation;
......@@ -710,6 +711,7 @@ public class WorkloadEditor
adapterFactory.addAdapterFactory(new ServicebehaviorItemProviderAdapterFactory());
adapterFactory.addAdapterFactory(new CoreItemProviderAdapterFactory());
adapterFactory.addAdapterFactory(new IdentifierItemProviderAdapterFactory());
adapterFactory.addAdapterFactory(new SystemItemProviderAdapterFactory());
adapterFactory.addAdapterFactory(new ReflectiveItemProviderAdapterFactory());
// Create the command stack that will notify this editor as commands are executed.
......
......@@ -396,8 +396,7 @@ public class WorkloadModelWizard extends Wizard implements INewWizard {
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
layout.verticalSpacing = 12;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment