Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@92714 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3ed81d241f
commit
c4a0eda838
10
pom.xml
10
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-toolbox-widget</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
|
||||
<name>tabular-data-toolbox-widget</name>
|
||||
<description>tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources</description>
|
||||
|
@ -136,6 +136,14 @@
|
|||
<artifactId>tabular-data-column-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- tabular-data-table-widget -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-table-widget</artifactId>
|
||||
<version>[0.0.1-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!--tabular-data-tasks-widget -->
|
||||
<!-- <dependency> <groupId>org.gcube.portlets.user</groupId> <artifactId>tabular-data-tasks-widget</artifactId>
|
||||
|
|
|
@ -3,8 +3,8 @@ package org.gcube.portlets.user.td.toolboxwidget.client;
|
|||
import org.gcube.portlets.user.td.columnwidget.client.ChangeColumnTypePanel;
|
||||
import org.gcube.portlets.user.td.columnwidget.client.DeleteColumnPanel;
|
||||
import org.gcube.portlets.user.td.columnwidget.client.LabelColumnPanel;
|
||||
import org.gcube.portlets.user.td.informationwidget.client.ChangeTableTypePanel;
|
||||
import org.gcube.portlets.user.td.informationwidget.client.TabularResourceProperties;
|
||||
import org.gcube.portlets.user.td.tablewidget.client.ChangeTableTypePanel;
|
||||
import org.gcube.portlets.user.td.toolboxwidget.client.help.HelpPanel;
|
||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue