workspace/src/main/resources/org/gcube/portlets/user/workspace/WorkspacePortlet.gwt.xml

32 lines
980 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='workspace'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- inherits GCUBE Quick tour -->
<inherits name='org.gcube.portlets.widgets.guidedtour.GuidedTour' />
<!-- Moduel GXT -->
<inherits name='com.extjs.gxt.ui.GXT' />
<!-- Other module inherits -->
<inherits name='org.gcube.portlets.user.workspace.WorkspaceTree' />
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits
name='org.gcube.portlets.widgets.lighttree.WorkspacePortletLightTree' />
<inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' />
<inherits name='org.gcube.portlets.widgets.fileupload.FileUpload' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.user.workspace.client.WorkspacePortlet' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>