refactored

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/resource-sweeper@65417 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2012-12-28 16:31:37 +00:00
parent 7156b95b80
commit f12951c7c1
3 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,8 @@
<!-- Other module inherits -->
<inherits name='com.extjs.gxt.ui.GXT' />
<inherits name='com.extjs.gxt.themes.Themes' />
<inherits name='org.gcube.resourcemanagement.support.Resource_support' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.admin.resourcesweeper.client.Resource_sweeper' />

View File

@ -31,8 +31,9 @@ import org.gcube.common.core.utils.logging.GCUBEClientLog;
import org.gcube.portlets.admin.resourcesweeper.server.queries.QueryLoader;
import org.gcube.portlets.admin.resourcesweeper.server.queries.QueryLocation;
import org.gcube.portlets.admin.resourcesweeper.shared.SweeperActions;
import org.gcube.resourcemanagement.support.managers.resources.GHNManager;
import org.gcube.resourcemanagement.support.managers.resources.RunningInstanceManager;
import org.gcube.resourcemanagement.support.server.managers.resources.GHNManager;
import org.gcube.resourcemanagement.support.server.managers.resources.RunningInstanceManager;
import com.extjs.gxt.ui.client.data.ModelData;
/**

View File

@ -23,7 +23,7 @@ import java.util.HashMap;
import org.gcube.common.core.utils.logging.GCUBEClientLog;
/**
* Support utility to load at runtime the customized queries to submit to
* Resource_support utility to load at runtime the customized queries to submit to
* the IS.
* @author Daniele Strollo (ISTI-CNR)
*/