refactore due to the refactired sweeperActions class in rmp library from server package to shared
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/resource-sweeper@119214 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f9797c2444
commit
b80592d3c0
|
@ -20,9 +20,8 @@
|
|||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
||||
<attributes>
|
||||
<attribute name="owner.project.facets" value="java"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
||||
<classpathentry kind="output" path="war/WEB-INF/classes"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
eclipse.preferences.version=1
|
||||
entryPointModules=
|
||||
filesCopiedToWebInfLib=gwt-servlet.jar
|
||||
filesCopiedToWebInfLib=
|
||||
gwtCompileSettings=PGd3dC1jb21waWxlLXNldHRpbmdzPjxsb2ctbGV2ZWw+SU5GTzwvbG9nLWxldmVsPjxvdXRwdXQtc3R5bGU+T0JGVVNDQVRFRDwvb3V0cHV0LXN0eWxlPjxleHRyYS1hcmdzPjwhW0NEQVRBW11dPjwvZXh0cmEtYXJncz48dm0tYXJncz48IVtDREFUQVstWG14NTEybV1dPjwvdm0tYXJncz48ZW50cnktcG9pbnQtbW9kdWxlPm9yZy5nY3ViZS5wb3J0bGV0cy5hZG1pbi5yZXNvdXJjZXN3ZWVwZXIuUmVzb3VyY2Vfc3dlZXBlcjwvZW50cnktcG9pbnQtbW9kdWxlPjwvZ3d0LWNvbXBpbGUtc2V0dGluZ3M+
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
<wb-module deploy-name="resource-sweeper">
|
||||
<wb-resource deploy-path="/" source-path="/src/main/java"/>
|
||||
<wb-resource deploy-path="/" source-path="/src/test/java"/>
|
||||
</wb-module>
|
||||
</project-modules>
|
||||
|
|
|
@ -2,7 +2,7 @@ package org.gcube.portlets.admin.resourcesweeper.client.async;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.gcube.resourcemanagement.support.server.sweeper.SweeperActions;
|
||||
import org.gcube.resourcemanagement.support.shared.util.SweeperActions;
|
||||
|
||||
import com.extjs.gxt.ui.client.data.ModelData;
|
||||
import com.google.gwt.user.client.rpc.RemoteService;
|
||||
|
|
|
@ -2,7 +2,7 @@ package org.gcube.portlets.admin.resourcesweeper.client.async;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.gcube.resourcemanagement.support.server.sweeper.SweeperActions;
|
||||
import org.gcube.resourcemanagement.support.shared.util.SweeperActions;
|
||||
|
||||
import com.extjs.gxt.ui.client.data.ModelData;
|
||||
import com.google.gwt.user.client.rpc.AsyncCallback;
|
||||
|
|
|
@ -24,8 +24,8 @@ import org.gcube.portlets.admin.resourcesweeper.client.async.SweeperServiceAsync
|
|||
import org.gcube.portlets.admin.resourcesweeper.client.clientlogs.ConsoleMessageBroker;
|
||||
import org.gcube.portlets.admin.resourcesweeper.client.grids.ResourceGridFactory;
|
||||
import org.gcube.resourcemanagement.support.client.views.ResourceTypeDecorator;
|
||||
import org.gcube.resourcemanagement.support.server.sweeper.SweeperActions;
|
||||
import org.gcube.resourcemanagement.support.shared.types.datamodel.AtomicTreeNode;
|
||||
import org.gcube.resourcemanagement.support.shared.util.SweeperActions;
|
||||
|
||||
import com.extjs.gxt.ui.client.Style.LayoutRegion;
|
||||
import com.extjs.gxt.ui.client.Style.SelectionMode;
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.gcube.common.scope.impl.ScopeBean;
|
|||
import org.gcube.portlets.admin.resourcesweeper.client.async.SweeperService;
|
||||
import org.gcube.resourcemanagement.support.server.managers.scope.ScopeManager;
|
||||
import org.gcube.resourcemanagement.support.server.sweeper.Sweeper;
|
||||
import org.gcube.resourcemanagement.support.server.sweeper.SweeperActions;
|
||||
import org.gcube.resourcemanagement.support.shared.util.SweeperActions;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.xml.sax.Attributes;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue