This repository has been archived on 2024-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
species-discovery/src/main/resources/org/gcube/portlets/user/speciesdiscovery/SpeciesDiscovery.gwt.xml

22 lines
729 B
XML
Raw Normal View History

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