]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui/src/org/argeo/slc/client/ui/SlcExecutionPerspective.java
Adapt to changes in Commons
[gpl/argeo-slc.git] / org.argeo.slc.client.ui / src / org / argeo / slc / client / ui / SlcExecutionPerspective.java
index caf51cb550ea2bcd05a26a7e52ad27e89779069c..47a352131b96f3722d5d26e7667783f2471d5c04 100644 (file)
@@ -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");
        }
 }