updated pom and gwt.xml to support org.gcube.portlets.widgets.lighttree.WorkspacePortletLightTree

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@83085 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-10-14 08:59:35 +00:00
parent 0d36a2fd00
commit 04bf4b492b
2 changed files with 12 additions and 8 deletions

10
pom.xml
View File

@ -100,11 +100,11 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- WSLT dependencies --> <!-- WSLT dependencies -->
<dependency> <!-- <dependency> -->
<groupId>org.gcube.portlets.widgets</groupId> <!-- <groupId>org.gcube.portlets.widgets</groupId> -->
<artifactId>workspace-light-tree</artifactId> <!-- <artifactId>workspace-light-tree</artifactId> -->
<scope>provided</scope> <!-- <scope>provided</scope> -->
</dependency> <!-- </dependency> -->
<dependency> <dependency>
<groupId>org.gcube.applicationsupportlayer</groupId> <groupId>org.gcube.applicationsupportlayer</groupId>

View File

@ -14,7 +14,11 @@
<!-- Other module inherits --> <!-- Other module inherits -->
<inherits name='org.gcube.portlets.user.workspace.WorkspaceTree' /> <inherits name='org.gcube.portlets.user.workspace.WorkspaceTree' />
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' /> <inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits name='org.gcube.portlets.user.workspace.lighttree.WorkspacePortletLightTree' /> <!-- <inherits name='org.gcube.portlets.user.workspace.lighttree.WorkspacePortletLightTree'
/> -->
<inherits name='org.gcube.portlets.widgets.lighttree.WorkspacePortletLightTree' />
<inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' /> <inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' />