ref #11879: TDM - Update to StorageHUB

https://support.d4science.org/issues/#11879

Updated to StorageHub



git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-json-export-widget@169497 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-06-27 14:06:35 +00:00 committed by Giancarlo Panichi
parent abb93b42a9
commit cc1a48841a
13 changed files with 33 additions and 45 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/tabular-data-json-export-widget-1.5.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/tabular-data-json-export-widget-1.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/tabular-data-json-export-widget-1.5.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/tabular-data-json-export-widget-1.6.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -33,5 +33,5 @@
<attribute name="org.eclipse.jst.component.nondependency" value=""/> <attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/tabular-data-json-export-widget-1.5.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/tabular-data-json-export-widget-1.6.0-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,4 +1,7 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.portlets-user.tabular-data-json-export-widget.1-6-0" date="2018-07-01">
<Change>Updated to StorageHub [task #11879]</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-json-export-widget.1-5-0" date="2015-10-15"> <Changeset component="org.gcube.portlets-user.tabular-data-json-export-widget.1-5-0" date="2015-10-15">
<Change>Updated to new PortalContext [ticket #428]</Change> <Change>Updated to new PortalContext [ticket #428]</Change>
</Changeset> </Changeset>

13
pom.xml
View File

@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-json-export-widget</artifactId> <artifactId>tabular-data-json-export-widget</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.6.0-SNAPSHOT</version>
<name>tabular-data-json-export-widget</name> <name>tabular-data-json-export-widget</name>
<description>tabular-data-json-export-widget allows json export inside file and workspace</description> <description>tabular-data-json-export-widget allows json export inside file and workspace</description>
@ -126,19 +126,14 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- WSLT dependencies --> <!-- workspace-explorer -->
<dependency> <dependency>
<groupId>org.gcube.portlets.widgets</groupId> <groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-explorer</artifactId> <artifactId>workspace-explorer</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library</artifactId>
<scope>provided</scope>
</dependency>
<!-- LOGGING --> <!-- LOGGING -->
<dependency> <dependency>

View File

@ -28,8 +28,8 @@ import com.sencha.gxt.widget.core.client.form.Radio;
/** /**
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class DestinationSelectionCard extends WizardCard { public class DestinationSelectionCard extends WizardCard {

View File

@ -13,8 +13,8 @@ import com.google.gwt.user.client.Command;
/** /**
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class DownloadFileCard extends WizardCard { public class DownloadFileCard extends WizardCard {

View File

@ -36,8 +36,8 @@ import com.sencha.gxt.widget.core.client.tips.ToolTipConfig;
/** /**
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class JSONExportConfigCard extends WizardCard { public class JSONExportConfigCard extends WizardCard {

View File

@ -11,8 +11,8 @@ import com.google.web.bindery.event.shared.EventBus;
/** /**
* *
* @author giancarlo * @author Giancarlo Panichi
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class JSONExportWidgetTD extends WizardWindow { public class JSONExportWidgetTD extends WizardWindow {
@ -23,11 +23,7 @@ public class JSONExportWidgetTD extends WizardWindow {
/**
*
* @param title
* @param eventBus
*/
public JSONExportWidgetTD(String title, EventBus eventBus) { public JSONExportWidgetTD(String title, EventBus eventBus) {
super(title,eventBus); super(title,eventBus);
setWidth(WIZARDWIDTH); setWidth(WIZARDWIDTH);

View File

@ -7,8 +7,8 @@ import com.google.web.bindery.event.shared.SimpleEventBus;
/** /**
* *
* @author giancarlo * @author Giancarlo Panichi
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class JSONExportWidgetTDEntry implements EntryPoint { public class JSONExportWidgetTDEntry implements EntryPoint {

View File

@ -5,8 +5,8 @@ import com.google.gwt.i18n.client.Messages;
/** /**
* *
* @author giancarlo email: <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public interface JSONExportWizardTDMessages extends Messages { public interface JSONExportWizardTDMessages extends Messages {

View File

@ -32,8 +32,8 @@ import com.sencha.gxt.widget.core.client.container.VBoxLayoutContainer.VBoxLayou
/** /**
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class JSONOperationInProgressCard extends WizardCard implements public class JSONOperationInProgressCard extends WizardCard implements

View File

@ -29,8 +29,8 @@ import com.sencha.gxt.widget.core.client.form.validator.EmptyValidator;
/** /**
* *
* @author "Giancarlo Panichi" <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class JSONWorkSpaceSelectionCard extends WizardCard { public class JSONWorkSpaceSelectionCard extends WizardCard {
@ -45,10 +45,7 @@ public class JSONWorkSpaceSelectionCard extends WizardCard {
private WorkspaceExplorerSelectPanel workspaceExplorer; private WorkspaceExplorerSelectPanel workspaceExplorer;
/**
*
* @param exportSession
*/
public JSONWorkSpaceSelectionCard(final JSONExportSession exportSession) { public JSONWorkSpaceSelectionCard(final JSONExportSession exportSession) {
super(msgs.jsonWorkspaceSelectionCardHead(), ""); super(msgs.jsonWorkspaceSelectionCardHead(), "");
this.exportSession = exportSession; this.exportSession = exportSession;

View File

@ -42,8 +42,8 @@ import com.sencha.gxt.widget.core.client.grid.Grid;
/** /**
* *
* @author giancarlo email: <a * @author Giancarlo Panichi
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public class ColumnDataGridPanel extends ContentPanel implements public class ColumnDataGridPanel extends ContentPanel implements
@ -60,10 +60,7 @@ public class ColumnDataGridPanel extends ContentPanel implements
private WizardCard parent; private WizardCard parent;
/**
*
* @param parent
*/
public ColumnDataGridPanel(WizardCard parent) { public ColumnDataGridPanel(WizardCard parent) {
this.parent = parent; this.parent = parent;
Log.debug("ColumnDataGridPanel"); Log.debug("ColumnDataGridPanel");

View File

@ -9,8 +9,8 @@ import com.sencha.gxt.data.shared.PropertyAccess;
/** /**
* *
* @author giancarlo * @author Giancarlo Panichi
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a> *
* *
*/ */
public interface ColumnDataProperties extends public interface ColumnDataProperties extends