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>
|
<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>
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>workspace-tree-widget</artifactId>
|
<artifactId>workspace-tree-widget</artifactId>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<!-- We need the JUnit module in the main module, -->
|
<!-- We need the JUnit module in the main module, -->
|
||||||
<!-- otherwise eclipse complains (Google plugin bug?) -->
|
<!-- otherwise eclipse complains (Google plugin bug?) -->
|
||||||
<!-- <inherits name='com.google.gwt.junit.JUnit' />-->
|
<!-- <inherits name='com.google.gwt.junit.JUnit' /> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Moduel GXT -->
|
<!-- Moduel GXT -->
|
||||||
|
@ -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' />
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue