From f8c6a0827c03f701c5ed20ec6d34de75410fbfa0 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 19 Sep 2016 09:00:01 +0000 Subject: [PATCH] renamed invite friend with invite member git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/invite-friends-vre@131468 82a268e6-3cf1-43bd-a215-b396298e98cf --- .project | 1 + pom.xml | 2 +- .../portlets/user/invitefriends/client/InviteFriends.java | 2 +- src/main/webapp/WEB-INF/portlet.xml | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) 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