updated dependency to support light tree
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@83093 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8285708f9e
commit
26aa679ba1
|
@ -14,10 +14,9 @@
|
|||
<!-- Other module inherits -->
|
||||
<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.widgets.lighttree.WorkspacePortletLightTree' />
|
||||
<inherits
|
||||
name='org.gcube.portlets.widgets.lighttree.WorkspacePortletLightTree' />
|
||||
|
||||
<inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' />
|
||||
|
||||
|
|
|
@ -64,9 +64,10 @@
|
|||
<url-pattern>/workspace/mailWisdgetServlet</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Workspace Light Tree servlet -->
|
||||
<servlet>
|
||||
<servlet-name>WorkspaceLightService</servlet-name>
|
||||
<servlet-class>org.gcube.portlets.user.workspace.lighttree.server.WorkspaceServiceImpl</servlet-class>
|
||||
<servlet-class>org.gcube.portlets.widgets.lighttree.server.WorkspaceServiceImpl</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet-mapping>
|
||||
|
|
|
@ -3,7 +3,4 @@
|
|||
<!-- Inherit our applications main module. -->
|
||||
<inherits name='org.gcube.portlets.user.workspace.WorkspacePortlet' />
|
||||
|
||||
<!-- Specify the path to any remote services. -->
|
||||
<!-- <servlet path="/workspace/workspace" class="org.gcube.portlets.user.workspace.server.GreetingServiceImpl" /> -->
|
||||
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue