Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@86365 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-29 14:20:03 +00:00
parent 1a557e0c8d
commit a195f2746e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package org.gcube.portlets.user.td.csvexportwidget.client;
import org.gcube.portlets.user.csvexportwidget.client.grid.ColumnDataGridPanel;
import org.gcube.portlets.user.td.csvexportwidget.client.grid.ColumnDataGridPanel;
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
import org.gcube.portlets.user.td.gwtservice.shared.csv.AvailableCharsetList;
import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVExportSession;

View File

@ -1,4 +1,4 @@
package org.gcube.portlets.user.csvexportwidget.client.grid;
package org.gcube.portlets.user.td.csvexportwidget.client.grid;
import java.util.ArrayList;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.portlets.user.csvexportwidget.client.grid;
package org.gcube.portlets.user.td.csvexportwidget.client.grid;
import org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData;