From d75e2a960d7cc46cfc71bcbcd5c7f625acacab8e Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 27 Apr 2023 11:56:47 +0200 Subject: [PATCH] fixed path --- .classpath | 6 +++--- .../gdvw/{ => client}/gallery/ImagesSectionGallery.java | 2 +- .../portlets/widgets/gdvw/client/project/SectionViewer.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename src/main/java/org/gcube/portlets/widgets/gdvw/{ => client}/gallery/ImagesSectionGallery.java (99%) diff --git a/.classpath b/.classpath index a7e27f2..5734fb4 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -29,5 +29,5 @@ - + diff --git a/src/main/java/org/gcube/portlets/widgets/gdvw/gallery/ImagesSectionGallery.java b/src/main/java/org/gcube/portlets/widgets/gdvw/client/gallery/ImagesSectionGallery.java similarity index 99% rename from src/main/java/org/gcube/portlets/widgets/gdvw/gallery/ImagesSectionGallery.java rename to src/main/java/org/gcube/portlets/widgets/gdvw/client/gallery/ImagesSectionGallery.java index 4cbb156..aaf2865 100644 --- a/src/main/java/org/gcube/portlets/widgets/gdvw/gallery/ImagesSectionGallery.java +++ b/src/main/java/org/gcube/portlets/widgets/gdvw/client/gallery/ImagesSectionGallery.java @@ -1,4 +1,4 @@ -package org.gcube.portlets.widgets.gdvw.gallery; +package org.gcube.portlets.widgets.gdvw.client.gallery; import java.util.Set; diff --git a/src/main/java/org/gcube/portlets/widgets/gdvw/client/project/SectionViewer.java b/src/main/java/org/gcube/portlets/widgets/gdvw/client/project/SectionViewer.java index b7dfebf..1447461 100644 --- a/src/main/java/org/gcube/portlets/widgets/gdvw/client/project/SectionViewer.java +++ b/src/main/java/org/gcube/portlets/widgets/gdvw/client/project/SectionViewer.java @@ -8,8 +8,8 @@ import org.gcube.application.geoportalcommon.shared.geoportal.materialization.in import org.gcube.application.geoportalcommon.shared.geoportal.view.SectionView; import org.gcube.application.geoportalcommon.shared.geoportal.view.SubDocumentView; import org.gcube.portlets.widgets.gdvw.client.GeoportalDataViewerWidgetConstants; +import org.gcube.portlets.widgets.gdvw.client.gallery.ImagesSectionGallery; import org.gcube.portlets.widgets.gdvw.client.project.ui.util.CustomFlexTable; -import org.gcube.portlets.widgets.gdvw.gallery.ImagesSectionGallery; import com.github.gwtbootstrap.client.ui.Button; import com.github.gwtbootstrap.client.ui.PageHeader;