diff --git a/.project b/.project index 3c1a193..7e19a3f 100644 --- a/.project +++ b/.project @@ -49,5 +49,6 @@ org.eclipse.wst.common.project.facet.core.nature org.eclipse.wst.jsdt.core.jsNature com.google.gwt.eclipse.core.gwtNature + com.liferay.ide.core.liferayNature diff --git a/pom.xml b/pom.xml index c12d1ff..0a01a64 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user invite-friends-vre war - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT Invite Friends to VRE scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId} diff --git a/src/main/java/org/gcube/portlets/user/invitefriends/client/InviteFriends.java b/src/main/java/org/gcube/portlets/user/invitefriends/client/InviteFriends.java index b3f0788..fd58128 100644 --- a/src/main/java/org/gcube/portlets/user/invitefriends/client/InviteFriends.java +++ b/src/main/java/org/gcube/portlets/user/invitefriends/client/InviteFriends.java @@ -14,6 +14,6 @@ public class InviteFriends implements EntryPoint { * This is the entry point method. */ public void onModuleLoad() { - RootPanel.get("invite-friends-DIV").add(new InviteWidget("Invite whoever's missing")); + RootPanel.get("invite-friends-DIV").add(new InviteWidget()); } } diff --git a/src/main/webapp/WEB-INF/portlet.xml b/src/main/webapp/WEB-INF/portlet.xml index 4de6273..a173d8a 100644 --- a/src/main/webapp/WEB-INF/portlet.xml +++ b/src/main/webapp/WEB-INF/portlet.xml @@ -13,9 +13,9 @@ text/html - Invite Friends - Invite Friends - Invite Friends + Invite Members + Invite Members + Inviting