You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rmp-common-library/src/main/java/org/gcube/resourcemanagement/support/Resource_support.gwt.xml

14 lines
416 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='resource_support'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.resourcemanagement.support.client.Resource_support' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>