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() {