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
This commit is contained in:
Massimiliano Assante 2016-09-19 09:00:01 +00:00
parent 634d889726
commit f8c6a0827c
4 changed files with 6 additions and 5 deletions

View File

@ -49,5 +49,6 @@
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>com.google.gwt.eclipse.core.gwtNature</nature> <nature>com.google.gwt.eclipse.core.gwtNature</nature>
<nature>com.liferay.ide.core.liferayNature</nature>
</natures> </natures>
</projectDescription> </projectDescription>

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>invite-friends-vre</artifactId> <artifactId>invite-friends-vre</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.0.0-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
<name>Invite Friends to VRE</name> <name>Invite Friends to VRE</name>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection> <connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection>

View File

@ -14,6 +14,6 @@ public class InviteFriends implements EntryPoint {
* This is the entry point method. * This is the entry point method.
*/ */
public void onModuleLoad() { public void onModuleLoad() {
RootPanel.get("invite-friends-DIV").add(new InviteWidget("Invite whoever's missing")); RootPanel.get("invite-friends-DIV").add(new InviteWidget());
} }
} }

View File

@ -13,9 +13,9 @@
<mime-type>text/html</mime-type> <mime-type>text/html</mime-type>
</supports> </supports>
<portlet-info> <portlet-info>
<title>Invite Friends</title> <title>Invite Members</title>
<short-title>Invite Friends</short-title> <short-title>Invite Members</short-title>
<keywords>Invite Friends</keywords> <keywords>Inviting</keywords>
</portlet-info> </portlet-info>
</portlet> </portlet>
</portlet-app> </portlet-app>