Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@112098 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
082abd7138
commit
ff7e961fcd
10
pom.xml
10
pom.xml
|
@ -17,21 +17,13 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||||
<release.date>2015-01-31</release.date>
|
<release.date>2015-02-16</release.date>
|
||||||
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php</wikiurl>
|
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php</wikiurl>
|
||||||
<templatesDirectory>templates</templatesDirectory>
|
<templatesDirectory>templates</templatesDirectory>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
<configDirectory>config</configDirectory>
|
<configDirectory>config</configDirectory>
|
||||||
|
|
||||||
<!-- Convenience property to set the GWT version -->
|
|
||||||
<!-- <gwtVersion>2.5.1</gwtVersion>
|
|
||||||
<gwtLogVersion>3.2.1</gwtLogVersion>
|
|
||||||
<gxtVersion>3.0.1</gxtVersion> -->
|
|
||||||
|
|
||||||
<!-- Next
|
|
||||||
<gwtVersion>2.6.1</gwtVersion>
|
|
||||||
<gwtLogVersion>3.3.2</gwtLogVersion>
|
|
||||||
<gxtVersion>3.1.1</gxtVersion> -->
|
|
||||||
|
|
||||||
<gwtVersion>2.6.1</gwtVersion>
|
<gwtVersion>2.6.1</gwtVersion>
|
||||||
<gwtLogVersion>3.3.2</gwtLogVersion>
|
<gwtLogVersion>3.3.2</gwtLogVersion>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="${groupId}.${artifactId}.1-6-0" date="2015-01-31">
|
<Changeset component="${groupId}.${artifactId}.1-6-0" date="2015-02-16">
|
||||||
<Change>Updated to GWT 2.6.1</Change>
|
<Change>Updated to GWT 2.6.1</Change>
|
||||||
<Change>Updated to GXT 3.1.1</Change>
|
<Change>Updated to GXT 3.1.1</Change>
|
||||||
<Change>Fixed SelectionModel to select rows on different pages
|
<Change>Strengthened tabular-data-widgetx now support more rows [issue #3238]</Change>
|
||||||
</Change>
|
<Change>Fixed SelectionModel to select rows on different pages</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="${groupId}.${artifactId}.1-5-0" date="2014-10-31">
|
<Changeset component="${groupId}.${artifactId}.1-5-0" date="2014-10-31">
|
||||||
<Change>Updated for multi tab support</Change>
|
<Change>Updated for multi tab support</Change>
|
||||||
|
|
Loading…
Reference in New Issue