Improve logging
[lgpl/argeo-commons.git] / server / plugins / org.argeo.jcr.ui.explorer / src / main / java / org / argeo / jcr / ui / explorer / JcrExplorerPerspective.java
index 9698a1933c5eea36a80b3a356ebcdf6fcd7eab75..5f45487e9a4975a0259f3682bfa86a10c4dd886d 100644 (file)
@@ -15,6 +15,12 @@ public class JcrExplorerPerspective implements IPerspectiveFactory {
                IFolderLayout upperLeft = layout.createFolder(JcrExplorerPlugin.ID
                                + ".upperLeft", IPageLayout.LEFT, 0.4f, layout.getEditorArea());
                upperLeft.addView(BROWSER_VIEW_ID);
+
+//             String editorArea = layout.getEditorArea();
+//             String logViewId = "org.argeo.security.ui.logView";
+//             IFolderLayout bottom = layout.createFolder("bottom",
+//                             IPageLayout.BOTTOM, 0.50f, editorArea);
+//             bottom.addView(logViewId);
        }
 
 }