Updated dependencies
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@115584 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3d967f0665
commit
983a4ccd3d
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/tabular-data-manager-2.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<classpathentry kind="src" output="target/tabular-data-manager-2.8.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry excluding="**" kind="src" output="target/tabular-data-manager-2.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||
<classpathentry excluding="**" kind="src" output="target/tabular-data-manager-2.8.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||
<attributes>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
|
@ -45,5 +45,5 @@
|
|||
</classpathentry>
|
||||
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||
<classpathentry kind="output" path="target/tabular-data-manager-2.7.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
<classpathentry kind="output" path="target/tabular-data-manager-2.8.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -6,20 +6,20 @@
|
|||
<Description>tabular-data-manager manages tabular data</Description>
|
||||
<Class>PortletsUser</Class>
|
||||
<Name>tabular-data-manager</Name>
|
||||
<Version>2.7.0-SNAPSHOT</Version>
|
||||
<Version>2.8.0-SNAPSHOT</Version>
|
||||
<Packages>
|
||||
<Software>
|
||||
<Description>tabular-data-manager manages tabular data</Description>
|
||||
<Name>tabular-data-manager</Name>
|
||||
<Version>2.7.0-SNAPSHOT</Version>
|
||||
<Version>2.8.0-SNAPSHOT</Version>
|
||||
<MavenCoordinates>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-manager</artifactId>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
</MavenCoordinates>
|
||||
<Type>webapplication</Type>
|
||||
<Files>
|
||||
<File>tabular-data-manager-2.7.0-SNAPSHOT.war</File>
|
||||
<File>tabular-data-manager-2.8.0-SNAPSHOT.war</File>
|
||||
</Files>
|
||||
</Software>
|
||||
</Packages>
|
||||
|
|
|
@ -13,7 +13,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
|||
Version and Release Date
|
||||
------------------------
|
||||
|
||||
v. 2.7.0-SNAPSHOT (2015-04-30)
|
||||
v. 2.8.0-SNAPSHOT (2015-07-03)
|
||||
|
||||
|
||||
Description
|
||||
|
|
|
@ -1,12 +1,31 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-7-0" date="2015-04-30">
|
||||
<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>
|
||||
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>
|
||||
|
@ -19,7 +38,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -42,7 +62,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -62,7 +83,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -82,7 +104,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -106,7 +129,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -130,7 +154,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -152,7 +177,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -167,7 +193,8 @@
|
|||
<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">
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.1-0-0"
|
||||
date="2013-10-18">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
11
pom.xml
11
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-manager</artifactId>
|
||||
<version>2.7.0-SNAPSHOT</version>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<properties>
|
||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
|
||||
<release.date>2015-04-30</release.date>
|
||||
<release.date>2015-07-03</release.date>
|
||||
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
|
||||
<templatesDirectory>templates</templatesDirectory>
|
||||
<distroDirectory>distro</distroDirectory>
|
||||
|
@ -117,9 +117,6 @@
|
|||
<version>${gxt2Version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency> <groupId>com.extjs.gxt</groupId> <artifactId>gxt</artifactId>
|
||||
<version>2.2.5</version> </dependency> -->
|
||||
|
||||
|
||||
<!-- GXT 3 -->
|
||||
<dependency>
|
||||
|
@ -149,7 +146,6 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -199,7 +195,6 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>home-library</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -305,7 +300,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>tabular-data-share-widget</artifactId>
|
||||
<version>[0.0.1-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- tabular-data-rule-widget -->
|
||||
|
|
|
@ -1,12 +1,31 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.2-7-0" date="2015-04-30">
|
||||
<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>
|
||||
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>
|
||||
|
@ -19,7 +38,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -42,7 +62,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -62,7 +83,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -82,7 +104,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -106,7 +129,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -130,7 +154,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -152,7 +177,8 @@
|
|||
<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">
|
||||
<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>
|
||||
|
@ -167,7 +193,8 @@
|
|||
<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">
|
||||
<Changeset component="org.gcube.portlets-user.tabular-data-portlet.1-0-0"
|
||||
date="2013-10-18">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
Loading…
Reference in New Issue