gwt.xml and web.xml were updated to support new wsmail widget

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@82648 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-10-08 10:53:01 +00:00
parent f5d320bef6
commit 930498e33b
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<inherits name='org.gcube.portlets.user.workspace.WorkspaceTree' />
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits name='org.gcube.portlets.user.workspace.lighttree.WorkspacePortletLightTree' />
<inherits name='org.gcube.portlets.user.wsmail.WsMail_Widget' />
<inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' />
<!-- Specify the app entry point class. -->

View File

@ -53,9 +53,10 @@
<url-pattern>/workspace/ImageService</url-pattern>
</servlet-mapping>
<!-- mailWisdgetServlet servlet -->
<servlet>
<servlet-name>mailWisdgetServlet</servlet-name>
<servlet-class>org.gcube.portlets.user.wsmail.server.WsMailServiceImpl</servlet-class>
<servlet-class>org.gcube.portlets.widgets.wsmail.server.WsMailServiceImpl</servlet-class>
</servlet>
<servlet-mapping>