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:
parent
f5d320bef6
commit
930498e33b
|
@ -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. -->
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue