diff --git a/config/profile.xml b/config/profile.xml index 5d4b414..c59640a 100644 --- a/config/profile.xml +++ b/config/profile.xml @@ -6,20 +6,20 @@ tabular-data-codelistmapping-import-widget allows import from url, file and workspace of maps for codelist PortletsUser tabular-data-codelistmapping-import-widget - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT tabular-data-codelistmapping-import-widget allows import from url, file and workspace of maps for codelist tabular-data-codelistmapping-import-widget - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT org.gcube.portlets.user tabular-data-codelistmapping-import-widget - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT library - tabular-data-codelistmapping-import-widget-1.5.0-SNAPSHOT.jar + tabular-data-codelistmapping-import-widget-1.6.0-SNAPSHOT.jar diff --git a/distro/README b/distro/README index 24ad242..bcd920e 100644 --- a/distro/README +++ b/distro/README @@ -13,7 +13,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Version and Release Date ------------------------ -v. 1.5.0-SNAPSHOT (2015-04-30) +v. 1.6.0-SNAPSHOT (2015-07-01) Description diff --git a/distro/changelog.xml b/distro/changelog.xml index ecc32ff..e1e641f 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Fixed Layout + Updated dependency diff --git a/pom.xml b/pom.xml index f651556..a1ac7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-codelistmapping-import-widget - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT tabular-data-codelistmapping-import-widget tabular-data-codelistmapping-import-widget allows import from url, file and workspace of maps for codelist @@ -37,18 +37,18 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2015-04-30 + 2015-07-01 https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager - + templates distro config - + 2.6.1 3.3.2 - 3.1.1 - + 3.1.1 + ${env.KEYS} @@ -88,25 +88,6 @@ ${gwtVersion} - - junit - junit - 4.8.1 - test - - - javax.validation - validation-api - 1.0.0.GA - test - - - javax.validation - validation-api - 1.0.0.GA - sources - test - com.sencha.gxt @@ -159,7 +140,6 @@ org.gcube.common home-library - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) provided @@ -180,11 +160,15 @@ slf4j-api + + junit + junit + 4.8.1 + test + + - - - - + ${webappDirectory}/WEB-INF/classes diff --git a/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/CodelistMappingTableDetailCard.java b/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/CodelistMappingTableDetailCard.java index 7cded0a..ea3508e 100644 --- a/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/CodelistMappingTableDetailCard.java +++ b/src/main/java/org/gcube/portlets/user/td/codelistmappingimportwidget/client/CodelistMappingTableDetailCard.java @@ -44,8 +44,7 @@ public class CodelistMappingTableDetailCard extends WizardCard { this.codelistMappingSession = codelistMappingSession; thisCard = this; FramedPanel form = new FramedPanel(); - - form.setHeadingText("Details"); + form.setHeaderVisible(false); p = new VerticalLayoutContainer(); form.add(p); @@ -59,14 +58,12 @@ public class CodelistMappingTableDetailCard extends WizardCard { } else { } - name.setAllowBlank(false); p.add(new FieldLabel(name, "Name"), new VerticalLayoutData(1, -1)); description = new TextArea(); description.setAllowBlank(false); description.setEmptyText("Enter a description..."); description.setValue("XML map"); - description.setAllowBlank(false); p.add(new FieldLabel(description, "Description"), new VerticalLayoutData(1, -1)); diff --git a/templates/changelog.xml b/templates/changelog.xml index ecc32ff..e1e641f 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,8 @@ + + Fixed Layout + Updated dependency