From 10812592ef5c7e89bce072f33a5c45dade950ad8 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 2 Oct 2014 12:33:24 +0000 Subject: [PATCH] generalized version of pick user widget ready git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/pickitem-widget@100365 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 40 +++++++++---------- .../widgets/pickitem/client/PickItem.java | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 4538963..14129e3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,10 @@ org.gcube.portlets.widgets pickitem-widget 1.0.0-SNAPSHOT - war - gCube Pick User Widget + jar + gCube Pick Item Widget - gCube Pick Item Widget is a dropdown item list you can attach to a textbox to select items + gCube Pick Item Widget is a dropdown items list you can attach to a textbox to select items scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/${project.artifactId} @@ -145,23 +145,23 @@ - - org.codehaus.mojo - gwt-maven-plugin - 2.5.1 - - - - compile - test - - - - - PickItem.html - ${webappDirectory} - - + + + + + + + + + + + + + + + + + diff --git a/src/main/java/org/gcube/portlets/widgets/pickitem/client/PickItem.java b/src/main/java/org/gcube/portlets/widgets/pickitem/client/PickItem.java index 12d22f1..d1bc5cb 100644 --- a/src/main/java/org/gcube/portlets/widgets/pickitem/client/PickItem.java +++ b/src/main/java/org/gcube/portlets/widgets/pickitem/client/PickItem.java @@ -31,7 +31,7 @@ public class PickItem implements EntryPoint { * This is the entry point method. */ public void onModuleLoad() { - sample(); + //sample(); } private void sample() {