From 8df81bf0116afd6422ea0f5af0c99749a88d36b0 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 1 Oct 2013 17:02:16 +0000 Subject: [PATCH] Update to GWT 2.5.1 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@82258 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 +++ pom.xml | 13 +++++-------- .../user/td/client/TabularDataController.java | 3 +-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index c84c06a..353a9b1 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -22,6 +22,9 @@ uses + + uses + diff --git a/pom.xml b/pom.xml index d4ceb4f..325d62a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2.4.0 + 2.5.1 @@ -94,15 +94,12 @@ org.gcube.applicationsupportlayer aslcore - [3.2.1-SNAPSHOT,4.0.0-SNAPSHOT) provided - org.gcube.portlets.user workspace-light-tree - 2.10.0-SNAPSHOT @@ -182,10 +179,10 @@ 1.0.0-SNAPSHOT - + org.gcube.portlets.user - tabular-data-information + tabular-data-gxtservice 1.0.0-SNAPSHOT @@ -208,7 +205,7 @@ org.codehaus.mojo gwt-maven-plugin - 2.4.0 + ${gwtVersion} @@ -239,7 +236,7 @@ org.gcube.distribution maven-portal-bom - 1.2.0-SNAPSHOT + LATEST pom import diff --git a/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java b/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java index 7832324..5cd4b3e 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java +++ b/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java @@ -17,9 +17,9 @@ import org.gcube.portlets.user.td.client.event.OpenFunctionalityEvent; import org.gcube.portlets.user.td.client.event.OpenFunctionalityType; import org.gcube.portlets.user.td.client.event.OpenTabularResourceEvent; import org.gcube.portlets.user.td.client.event.OpenTabularResourceType; +import org.gcube.portlets.user.td.gxtservice.shared.TRId; import org.gcube.portlets.user.td.importer.client.TabularDataImporterListener; import org.gcube.portlets.user.td.information.client.TabularResourceProperties; -import org.gcube.portlets.user.td.information.shared.TRId; import org.gcube.portlets.user.td.open.client.TDOpen; import org.gcube.portlets.user.tdw.client.TabularData; import org.gcube.portlets.user.tdw.shared.model.TableId; @@ -27,7 +27,6 @@ import org.gcube.portlets.user.tdw.shared.model.TableId; import com.allen_sauer.gwt.log.client.Log; import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.RunAsyncCallback; -import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.Widget; import com.google.web.bindery.event.shared.EventBus; import com.google.web.bindery.event.shared.SimpleEventBus;