tabular-data-mainbox-widget/src/main/resources/org/gcube/portlets/user/td/mainboxwidget/MainBox.gwt.xml

49 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='MainBox'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Other module inherits -->
<inherits name='com.sencha.gxt.ui.GXT' />
<!-- <inherits name="com.extjs.gxt.ui.GXT" /> -->
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE" />
<!-- We need the JUnit module in the main module, -->
<!-- otherwise eclipse complains (Google plugin bug?) -->
<inherits name='com.google.gwt.junit.JUnit' />
<inherits name="org.gcube.portlets.user.tdwx.TabularDataWidgetX" />
<inherits
name='org.gcube.portlets.user.td.widgetcommonevent.WidgetCommonEvent' />
<inherits name='org.gcube.portlets.user.td.gwtservice.TDGWTService' />
<!-- <inherits name='org.gcube.portlets.user.td.monitorwidget.MonitorWidgetTD'
/> -->
<!-- <inherits name='org.gcube.portlets.user.td.resourceswidget.ResourcesWidget'
/> -->
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.user.td.mainboxwidget.client.MainBoxEntry' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
<!-- allow Super Dev Mode -->
<!--
<add-linker name="xsiframe" />
<set-configuration-property name="devModeRedirectEnabled"
value="true" />
<set-property name="compiler.useSourceMaps" value="true"/>
-->
</module>