From 7880c9ffd0a49b342f056221e0953e818119ff90 Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Fri, 2 Mar 2018 16:06:41 +0000 Subject: [PATCH] fixed ws-thredds-sync-widget import git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@164685 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 2 +- pom.xml | 2 +- .../portlets/user/workspace/client/AppControllerExplorer.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index 6c9a6fd..a5e9dbb 100644 --- a/.classpath +++ b/.classpath @@ -22,7 +22,7 @@ - + diff --git a/pom.xml b/pom.xml index 521a33c..06d97fb 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ - org.gcube.portlets.widgtes + org.gcube.portlets.widgets ws-thredds-sync-widget [0.0.1-SNAPSHOT, 1.0.0-SNAPSHOT) compile diff --git a/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java b/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java index 6828fd5..1070131 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java +++ b/src/main/java/org/gcube/portlets/user/workspace/client/AppControllerExplorer.java @@ -151,8 +151,8 @@ import org.gcube.portlets.widgets.workspacesharingwidget.client.view.sharing.mul import org.gcube.portlets.widgets.workspaceuploader.client.WorkspaceUploadNotification.WorskpaceUploadNotificationListener; import org.gcube.portlets.widgets.workspaceuploader.client.uploader.DialogUpload.UPLOAD_TYPE; import org.gcube.portlets.widgets.workspaceuploader.client.uploader.MultipleDilaogUpload; -import org.gcube.portlets.widgtes.wsthreddssync.client.WsThreddsWidget; -import org.gcube.portlets.widgtes.wsthreddssync.shared.WsFolder; +import org.gcube.portlets.widgets.wsthreddssync.client.WsThreddsWidget; +import org.gcube.portlets.widgets.wsthreddssync.shared.WsFolder; import com.extjs.gxt.ui.client.Registry; import com.extjs.gxt.ui.client.event.BaseEvent;