diff --git a/config/profile.xml b/config/profile.xml new file mode 100644 index 0000000..926b5de --- /dev/null +++ b/config/profile.xml @@ -0,0 +1,29 @@ + + + + Service + + tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources + PortletsUser + tabular-data-toolbox-widget + 1.7.0-SNAPSHOT + + + tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources + tabular-data-toolbox-widget + 1.7.0-SNAPSHOT + + org.gcube.portlets.user + tabular-data-toolbox-widget + 1.7.0-SNAPSHOT + + library + + tabular-data-toolbox-widget-1.7.0-SNAPSHOT.jar + + + + + + + diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..e69de29 diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..cc51139 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,6 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. \ No newline at end of file diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..0bc9be3 --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1 @@ +Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..149feeb --- /dev/null +++ b/distro/README @@ -0,0 +1,48 @@ +The gCube System - tabular-data-toolbox-widget +------------------------------------------------------------ + +This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2) + +Authors +------- + +Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, +Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" + + +Version and Release Date +------------------------ + +v. 1.7.0-SNAPSHOT (2015-04-30) + + +Description +----------- + +tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources + + +Download information +-------------------- +Source code is available from SVN: + https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget + +Binaries can be downloaded from: + http://software.d4science.research-infrastructures.eu/ + + +Documentation +------------- + +tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources + +Documentation is available on-line from the Projects Documentation Wiki: + https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager + + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. + + diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..5f6a63a --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,39 @@ + + + Updated i18n support + Added downscale C-Square + Added position column + + + Added create points panel + Added create C-Square and Ocean Area coordinates + Updated to GWT 2.6.1 + Updated to GXT 3.1.1 + + + Added Time Aggregation + Added Resources + Fixed dependencies + + + Added Background Tasks + Updated ToolBox + Updated pom + + + Added GroupBy + + + Added Validation to ToolBox + Added History to ToolBox + + + Added HelpPanel to ToolBox + Added LabelColumnPanel to ToolBox + Added ChangeTableTypePanel to ToolBox + Added DuplicatesRowsPanel to ToolBox + + + First Release + + \ No newline at end of file diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..8cc58d2 --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget \ No newline at end of file diff --git a/pom.xml b/pom.xml index e498001..03b03da 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-toolbox-widget - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT tabular-data-toolbox-widget tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources @@ -39,8 +39,8 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2015-02-16 - https://gcube.wiki.gcube-system.org/gcube/index.php + 2015-04-30 + https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager templates distro config diff --git a/templates/changelog.xml b/templates/changelog.xml index b83abfe..0d64cb5 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,9 @@ + + Updated i18n support + Added downscale C-Square + Added position column + Added create points panel Added create C-Square and Ocean Area coordinates