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
This commit is contained in:
Massimiliano Assante 2014-10-02 12:33:24 +00:00
parent f8cc0ecc83
commit 10812592ef
2 changed files with 21 additions and 21 deletions

40
pom.xml
View File

@ -12,10 +12,10 @@
<groupId>org.gcube.portlets.widgets</groupId> <groupId>org.gcube.portlets.widgets</groupId>
<artifactId>pickitem-widget</artifactId> <artifactId>pickitem-widget</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>jar</packaging>
<name>gCube Pick User Widget</name> <name>gCube Pick Item Widget</name>
<description> <description>
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
</description> </description>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/${project.artifactId}</connection> <connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/${project.artifactId}</connection>
@ -145,23 +145,23 @@
</executions> </executions>
</plugin> </plugin>
<!-- GWT Maven Plugin --> <!-- GWT Maven Plugin -->
<plugin> <!-- <plugin> -->
<groupId>org.codehaus.mojo</groupId> <!-- <groupId>org.codehaus.mojo</groupId> -->
<artifactId>gwt-maven-plugin</artifactId> <!-- <artifactId>gwt-maven-plugin</artifactId> -->
<version>2.5.1</version> <!-- <version>2.5.1</version> -->
<executions> <!-- <executions> -->
<execution> <!-- <execution> -->
<goals> <!-- <goals> -->
<goal>compile</goal> <!-- <goal>compile</goal> -->
<goal>test</goal> <!-- <goal>test</goal> -->
</goals> <!-- </goals> -->
</execution> <!-- </execution> -->
</executions> <!-- </executions> -->
<configuration> <!-- <configuration> -->
<runTarget>PickItem.html</runTarget> <!-- <runTarget>PickItem.html</runTarget> -->
<hostedWebapp>${webappDirectory}</hostedWebapp> <!-- <hostedWebapp>${webappDirectory}</hostedWebapp> -->
</configuration> <!-- </configuration> -->
</plugin> <!-- </plugin> -->
</plugins> </plugins>
</build> </build>

View File

@ -31,7 +31,7 @@ public class PickItem implements EntryPoint {
* This is the entry point method. * This is the entry point method.
*/ */
public void onModuleLoad() { public void onModuleLoad() {
sample(); //sample();
} }
private void sample() { private void sample() {