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:
parent
0d36a2fd00
commit
04bf4b492b
12
pom.xml
12
pom.xml
|
@ -100,11 +100,11 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- WSLT dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>workspace-light-tree</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portlets.widgets</groupId> -->
|
||||
<!-- <artifactId>workspace-light-tree</artifactId> -->
|
||||
<!-- <scope>provided</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<artifactId>slf4j-api</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>workspace-tree-widget</artifactId>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!-- We need the JUnit module in the main module, -->
|
||||
<!-- otherwise eclipse complains (Google plugin bug?) -->
|
||||
<!-- <inherits name='com.google.gwt.junit.JUnit' />-->
|
||||
<!-- <inherits name='com.google.gwt.junit.JUnit' /> -->
|
||||
|
||||
|
||||
<!-- Moduel GXT -->
|
||||
|
@ -14,7 +14,11 @@
|
|||
<!-- 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.user.workspace.lighttree.WorkspacePortletLightTree'
|
||||
/> -->
|
||||
|
||||
<inherits name='org.gcube.portlets.widgets.lighttree.WorkspacePortletLightTree' />
|
||||
|
||||
<inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' />
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue