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

View File

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