gcube-widgets/src/main/java/org/gcube/portlets/user/gcubewidgets/WidgetFactory.gwt.xml

17 lines
491 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='gcubewidgets'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Other module inherits -->
<inherits name='com.google.gwt.query.Query' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.user.gcubewidgets.client.WidgetFactory' />
<!-- Specify the application specific style sheet. -->
<stylesheet src='gcube_common_styles.css' />
</module>