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:
Francesco Mangiacrapa 2013-10-14 11:29:28 +00:00
parent 8285708f9e
commit 26aa679ba1
3 changed files with 4 additions and 7 deletions

View File

@ -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' />

View File

@ -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>

View File

@ -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>