Converting VREMember Portlet to JoinVRE needs

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@112320 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-03-03 14:14:17 +00:00
parent 58db77d070
commit 1ca5991ee5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module>
<!-- Inherit our applications main module. -->
<inherits name='org.gcube.portlets.user.vremembers.VreMembers' />
<inherits name='org.gcube.portlets.user.joinvre.JoinVRE' />
<!-- Specify the path to any remote services. -->
<servlet path="/VreMembers/greet" class="org.gcube.portlets.user.vremembers.server.GreetingServiceImpl" />
<servlet path="/joinVRE/greet" class="org.gcube.portlets.user.joinvre.server.JoinServiceImpl" />
</module>