Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@112103 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-02-14 10:43:13 +00:00 committed by Giancarlo Panichi
parent bbba31a54e
commit 88bda573c2
3 changed files with 4 additions and 7 deletions

View File

@ -39,16 +39,13 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<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>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>
<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> -->
<gwtVersion>2.6.1</gwtVersion>
<gwtLogVersion>3.3.2</gwtLogVersion>

View File

@ -2,7 +2,7 @@ package org.gcube.portlets.user.td.wizardwidget.client.util;
import com.google.gwt.core.client.Callback;
import com.google.gwt.user.client.Element;
import com.google.gwt.dom.client.Element;
import com.sencha.gxt.core.client.dom.XElement;
import com.sencha.gxt.widget.core.client.Component;
import com.sencha.gxt.widget.core.client.box.AlertMessageBox;

View File

@ -1,5 +1,5 @@
<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 GXT 3.1.1</Change>
<Change>Fixed onEsc (Support Ticket #1080)</Change>