Remove unused package.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / maintenance / DeploymentEntryPoint.java
index e21974c35c1a486bf89ca0be8461359a3b902cf6..8dda4c476b662ba0c3cb4efcb81c89595a4d1d93 100644 (file)
@@ -25,6 +25,10 @@ class DeploymentEntryPoint extends AbstractEntryPoint {
 
        @Override
        protected void createContents(Composite parent) {
+               // FIXME manage authentication if needed
+               // if (!CurrentUser.roles().contains(AuthConstants.ROLE_ADMIN))
+               // return;
+
                // parent.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
                if (isDesktop()) {
                        parent.setLayout(new GridLayout(2, true));