tabular-data-manager/src/main/resources/org/gcube/portlets/user/td/TabularDataPortlet.gwt.xml

21 lines
651 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='tabulardataportlet'>
<inherits name='com.google.gwt.user.User' />
<!-- Other module inherits -->
<inherits name='com.sencha.gxt.ui.GXT' />
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE" />
<!-- Specify the app entry point class. -->
<entry-point class='org.gcube.portlets.user.td.client.TabularDataPortlet' />
<set-property name="log_DivLogger" value="DISABLED" />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>