fixed path

This commit is contained in:
Francesco Mangiacrapa 2023-04-27 11:56:47 +02:00
parent 869fae16e4
commit d75e2a960d
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/geoportal-data-viewer-widget-0.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/geoportal-data-viewer-widget-0.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -29,5 +29,5 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="com.gwtplugins.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="output" path="target/geoportal-data-viewer-widget-0.1.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -1,4 +1,4 @@
package org.gcube.portlets.widgets.gdvw.gallery;
package org.gcube.portlets.widgets.gdvw.client.gallery;
import java.util.Set;

View File

@ -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;