Release 3.10.1 Fixed distro

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@126199 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-03-24 07:53:11 +00:00
parent 7d9ece6684
commit faba74bf5e
15 changed files with 67 additions and 433 deletions

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource>
<ID></ID>
<Type>Service</Type>
<Profile>
<Description>tabular-data-manager manages tabular data</Description>
<Class>PortletsUser</Class>
<Name>tabular-data-manager</Name>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>tabular-data-manager manages tabular data</Description>
<Name>tabular-data-manager</Name>
<Version>2.9.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-manager</artifactId>
<version>2.9.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>webapplication</Type>
<Files>
<File>tabular-data-manager-2.9.0-SNAPSHOT.war</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>

View File

View File

@ -1,6 +1 @@
gCube System - License ${gcube.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.

View File

@ -1 +0,0 @@
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,50 +1,68 @@
The gCube System - tabular-data-manager The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), ${description}
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, * Giancarlo Panichi (giancarlo.panichi-AT-isti.cnr.it),
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
Version and Release Date Maintainers
------------------------
v. 2.9.0-SNAPSHOT (2015-10-15)
Description
----------- -----------
* Giancarlo Panichi (giancarlo.panichi-AT-isti.cnr.it),
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" CNR, Pisa IT
tabular-data-manager manages tabular data
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN:
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet Source code is available from SVN:
${scm.url}
Binaries can be downloaded from:
http://software.d4science.research-infrastructures.eu/ Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
Documentation Documentation
------------- --------------------------------------------------
tabular-data-manager manages tabular data Documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager
Documentation is available on-line from the Projects Documentation Wiki:
http://wiki.gcube-system.org/gcube/Tabular_Data_Manager
Support
--------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool:
${gcube.issueTracking}
Licensing Licensing
--------- --------------------------------------------------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory. This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -15,26 +15,18 @@
<includes> <includes>
<include>README</include> <include>README</include>
<include>LICENSE</include> <include>LICENSE</include>
<include>INSTALL</include>
<include>MAINTAINERS</include>
<include>changelog.xml</include> <include>changelog.xml</include>
<include>profile.xml</include>
</includes> </includes>
<fileMode>755</fileMode> <fileMode>755</fileMode>
<filtered>true</filtered>
</fileSet> </fileSet>
</fileSets> </fileSets>
<files> <files>
<file> <file>
<source>${distroDirectory}/svnpath.txt</source> <source>target/${build.finalName}.${project.packaging}</source>
<outputDirectory>/${artifactId}-${version}</outputDirectory> <outputDirectory>/${artifactId}</outputDirectory>
</file> </file>
<file>
<source>${configDirectory}/profile.xml</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>target/${project.build.finalName}.${packaging}</source>
<outputDirectory>/${artifactId}-${version}</outputDirectory>
</file>
</files> </files>
</assembly> </assembly>

View File

@ -1 +0,0 @@
https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet

83
pom.xml
View File

@ -39,11 +39,7 @@
<properties> <properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory> <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-10-15</release.date>
<wikiurl>http://wiki.gcube-system.org/gcube/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory> <distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory> <configDirectory>config</configDirectory>
@ -578,99 +574,26 @@
</plugin> </plugin>
<!-- Maven -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>copy-profile</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${configDirectory}</outputDirectory>
<resources>
<resource>
<directory>${templatesDirectory}</directory>
<includes>
<include>profile.xml</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-distro-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${distroDirectory}</outputDirectory>
<resources>
<resource>
<directory>${templatesDirectory}</directory>
<excludes>
<exclude>profile.xml</exclude>
<exclude>descriptor.xml</exclude>
</excludes>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<configuration>
<filesets>
<fileset>
<directory>${distroDirectory}</directory>
<includes>
<include>**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
<fileset>
<directory>${configDirectory}</directory>
<includes>
<include>**</include>
</includes>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>${templatesDirectory}/descriptor.xml</descriptor> <descriptor>${distroDirectory}/descriptor.xml</descriptor>
</descriptors> </descriptors>
<finalName>${project.build.finalName}</finalName>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>servicearchive</id> <id>servicearchive</id>
<phase>package</phase> <phase>install</phase>
<goals> <goals>
<goal>single</goal> <goal>single</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>

View File

View File

@ -1,6 +0,0 @@
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.

View File

@ -1 +0,0 @@
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,50 +0,0 @@
The gCube System - ${name}
------------------------------------------------------------
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2),
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1).
Authors
-------
Giancarlo Panichi (giancarlo.panichi@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date
------------------------
v. ${version} (${release.date})
Description
-----------
${project.description}
Download information
--------------------
Source code is available from SVN:
${scm.url}
Binaries can be downloaded from:
http://software.d4science.research-infrastructures.eu/
Documentation
-------------
${project.description}
Documentation is available on-line from the Projects Documentation Wiki:
${wikiurl}
Licensing
---------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -1,205 +0,0 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-9-0"
date="2015-10-15">
<Change>Added support to WorkspaceExplorer [issue #428]</Change>
<Change>Updated i18N support</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-8-0"
date="2015-07-03">
<Change>Added Delete Validations</Change>
<Change>Added expression on table [issue #81]</Change>
<Change>Added ListView widget to show the resources [issue #209]
</Change>
<Change>Added Notifications [issue #197]</Change>
<Change>Added support to Storage Id [issue #180]</Change>
<Change>Added different colors for columns of different type [issue
#251]</Change>
<Change>Added to long text [issue #108]</Change>
<Change>Updated Templates</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated Ribbon</Change>
<Change>Updated GwtService</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-7-0"
date="2015-04-30">
<Change>Added column position</Change>
<Change>Added downscale C-Square</Change>
<Change>Added JobClassifier</Change>
<Change>Added rules support</Change>
<Change>Updated expression to support Soundex, Levenshtein,
Similarity, MD5, Upper and Lower
</Change>
<Change>Updated replace panel to support template</Change>
<Change>Updated Inline Filter to support soundex, text begin and text
end
</Change>
<Change>Update operation for open from ribbon [issue #3154]</Change>
<Change>Updated Add Column now support expression</Change>
<Change>Updated Duplicate</Change>
<Change>Updated Monitor</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated Ribbon</Change>
<Change>Updated GwtService</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-6-0"
date="2015-02-16">
<Change>Updated to GWT 2.6.1</Change>
<Change>Updated to GXT 3.1.1</Change>
<Change>Added creation of Geospatial C-Square and Ocean Area</Change>
<Change>Added creation of Geometry Point</Change>
<Change>Added support to formats on Change Column Type [issue #3233]
</Change>
<Change>Added Extract Codelist and automatically attach the codelist
extracted [issue #3235]
</Change>
<Change>R-Studio support [issue #3236]</Change>
<Change>Support Tabular Resource on Multi Scope [issue #3237]</Change>
<Change>Strengthen tabular-data-widgetx [issue #3238]</Change>
<Change>Strengthen on Replace By Expression [issue #3239]</Change>
<Change>Added Chart</Change>
<Change>Added editing on multiline [issue #3219]</Change>
<Change>Fixed open tabular resources on different scope</Change>
<Change>Updated monitor</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated Ribbon</Change>
<Change>Updated GwtService</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-5-0"
date="2014-10-31">
<Change>Added Export JSON</Change>
<Change>Added multi tabular resources management</Change>
<Change>Added Main Box</Change>
<Change>Added flows support</Change>
<Change>Added template share</Change>
<Change>Added Resources management</Change>
<Change>Added Statistical Widget</Change>
<Change>Added Map creation</Change>
<Change>Added Resume UI state</Change>
<Change>Added Time Aggregation</Change>
<Change>Fixed Final and Lock errors</Change>
<Change>Fixed template diplay</Change>
<Change>Fixed JAXP jdk.xml.entityExpansionLimit error</Change>
<Change>Updated monitor</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated Ribbon</Change>
<Change>Updated GwtService</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-4-0"
date="2014-09-12">
<Change>Added validation from and validation until to</Change>
<Change>Added licences</Change>
<Change>Added union</Change>
<Change>Added replace by expression</Change>
<Change>Added background tasks</Change>
<Change>Fixed edit row</Change>
<Change>Fixed add row</Change>
<Change>Updated clone</Change>
<Change>Updated expression</Change>
<Change>Updated validation tasks</Change>
<Change>Updated extract codelist</Change>
<Change>Updated split column</Change>
<Change>Updated merge column</Change>
<Change>Updated monitor</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated Ribbon</Change>
<Change>Updated GwtService</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-3-0"
date="2014-07-04">
<Change>Added GroupBy</Change>
<Change>Added Column Mapping</Change>
<Change>Added context menu to Validations</Change>
<Change>Added Security Exception</Change>
<Change>Added Normalize</Change>
<Change>Added Denormalize</Change>
<Change>Added Share for groups</Change>
<Change>Updated Extract Codelist</Change>
<Change>Updated Codelist Mapping Import</Change>
<Change>Updated informations properties</Change>
<Change>Updated open tabular resource</Change>
<Change>Updated replace column</Change>
<Change>Updated grid, added error colored lines</Change>
<Change>Updated grid, now shows single view column</Change>
<Change>Updated Open Tabular Resource</Change>
<Change>Updated context menu of grid</Change>
<Change>Updated header column menu of grid</Change>
<Change>Updated TabularDataController</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated Ribbon</Change>
<Change>Updated GwtService</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-2-0"
date="2014-06-05">
<Change>Added Replace Bacth</Change>
<Change>Added History</Change>
<Change>Added Validations</Change>
<Change>Added Inline Filter</Change>
<Change>Added Extract Codelist</Change>
<Change>Added Codelist Mapping Import</Change>
<Change>Added Add Column</Change>
<Change>Added Merge Column</Change>
<Change>Added Split Column</Change>
<Change>Added Add Row</Change>
<Change>Added Edit Row</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated CSV Export</Change>
<Change>Updated SDMX Export</Change>
<Change>Updated CSV Import</Change>
<Change>Updated SDMX Import</Change>
<Change>Updated Open Tabular Resource</Change>
<Change>Updated context menu of grid</Change>
<Change>Updated header column menu of grid</Change>
<Change>Updated TabularDataController</Change>
<Change>Updated Ribbon</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-1-0"
date="2014-04-04">
<Change>Added Clone</Change>
<Change>Added Share</Change>
<Change>Added New, Delete and Apply Template</Change>
<Change>Added HelpPanel</Change>
<Change>Added LabelColumnPanel</Change>
<Change>Added ChangeTableTypePanel</Change>
<Change>Added DuplicatesRowsPanel</Change>
<Change>Added Filter column</Change>
<Change>Added Replace Value</Change>
<Change>Updated Commons Event</Change>
<Change>Updated Toolbox</Change>
<Change>Updated CSV Export</Change>
<Change>Updated SDMX Export</Change>
<Change>Updated CSV Import</Change>
<Change>Updated SDMX Import</Change>
<Change>Updated Open Tabular Resource</Change>
<Change>Updated context menu of grid</Change>
<Change>Updated header column menu of grid</Change>
<Change>Updated TabularDataController</Change>
<Change>Updated Ribbon</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-0-0"
date="2014-02-01">
<Change>Added Timeline</Change>
<Change>Added Menù to grid</Change>
<Change>Added Common Event</Change>
<Change>Added Toolbox</Change>
<Change>Added tooltip information to grid</Change>
<Change>Added column delete operation</Change>
<Change>Added column change type operation</Change>
<Change>Added CSV Export</Change>
<Change>Added SDMX Export</Change>
<Change>Updated CSV Import</Change>
<Change>Updated SDMX Import</Change>
<Change>Updated information on tabular resources</Change>
<Change>Fixed rows display on grid</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.1-0-0"
date="2013-10-18">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -1 +0,0 @@
${scm.url}