X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2FSlcExecutionPerspective.java;h=d5ba0b0d81c4d67437659f5361c84f9b8b63846b;hb=918580bf6039346b6bd6891d475c77487a702d4b;hp=5374dd17f11d67b6c1f28fb42c7259261843d424;hpb=a181e3d059185a9dc108e81f38c66f48f4e4aac8;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcExecutionPerspective.java b/eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcExecutionPerspective.java index 5374dd17f..d5ba0b0d8 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcExecutionPerspective.java +++ b/eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcExecutionPerspective.java @@ -24,14 +24,14 @@ public class SlcExecutionPerspective implements IPerspectiveFactory { IFolderLayout bottom = layout.createFolder("bottom", IPageLayout.BOTTOM, 0.65f, editorArea); - bottom.addView("org.argeo.slc.client.ui.processListView"); + bottom.addView("org.argeo.slc.client.ui.jcrProcessListView"); // IFolderLayout topRight = layout.createFolder("topRight", // IPageLayout.RIGHT, 0.6f, "main"); // add the views to the corresponding place holder left.addView("org.argeo.slc.client.ui.jcrExecutionModulesView"); - left.addView("org.argeo.slc.client.ui.resultListView"); + left.addView("org.argeo.slc.client.ui.jcrResultListView"); // main.addView("org.argeo.slc.client.ui.processBuilderView"); // main.addPlaceholder("org.argeo.slc.client.ui.resultDetailView:UUID-*");