X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.client.ui%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2FSlcExecutionPerspective.java;fp=org.argeo.slc.client.ui%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2FSlcExecutionPerspective.java;h=47a352131b96f3722d5d26e7667783f2471d5c04;hb=4644a05f259abb229a77ef7203687e139f01939a;hp=caf51cb550ea2bcd05a26a7e52ad27e89779069c;hpb=bd8889c00f4b8264d990d8b75471c3a7aaec6c95;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java b/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java index caf51cb55..47a352131 100644 --- a/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java +++ b/org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java @@ -15,7 +15,6 @@ */ package org.argeo.slc.client.ui; -import org.argeo.security.ui.SecurityUiPlugin; import org.eclipse.ui.IFolderLayout; import org.eclipse.ui.IPageLayout; import org.eclipse.ui.IPerspectiveFactory; @@ -38,7 +37,7 @@ public class SlcExecutionPerspective implements IPerspectiveFactory { IFolderLayout bottom = layout.createFolder("bottom", IPageLayout.BOTTOM, 0.65f, editorArea); - bottom.addView(SecurityUiPlugin.PLUGIN_ID + ".logView"); +// BOTTOM.ADDVIEW(SECURITYUIPLUGIN.PLUGIN_ID + ".LOGVIEW"); bottom.addView(ClientUiPlugin.ID + ".jcrProcessListView"); } }