vre-definition/src/main/resources/org/gcube/portlets/admin/vredefinition/VREDefinition.gwt.xml

20 lines
727 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='VREDefinition'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- inherits GCUBE Widgets -->
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits name="com.extjs.gxt.ui.GXT" />
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point class='org.gcube.portlets.admin.vredefinition.client.VREDefinition' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>