Remove 32 bits SWT.
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / src / org / argeo / cms / ui / workbench / MaintenancePerspective.java
index da9e26c0f59540f5e657164b1067baed3eba8d9e..9bfcbad18d1564aa0db6c6614c8eb2ec61bd07db 100644 (file)
@@ -21,7 +21,7 @@ import org.eclipse.ui.IFolderLayout;
 import org.eclipse.ui.IPageLayout;
 import org.eclipse.ui.IPerspectiveFactory;
 
-/** Home perspective for the current user */
+/** First draft of a maintenance perspective. Not yet used */
 public class MaintenancePerspective implements IPerspectiveFactory {
        public final static String ID = WorkbenchUiPlugin.PLUGIN_ID
                        + ".adminMaintenancePerspective";
@@ -38,6 +38,5 @@ public class MaintenancePerspective implements IPerspectiveFactory {
                IFolderLayout left = layout.createFolder("left", IPageLayout.LEFT,
                                0.30f, editorArea);
                left.addView(UserProfile.ID);
-               // left.addView(RolesView.ID);
        }
-}
\ No newline at end of file
+}