grsf-manage-widget/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/GRSFManageWidget.gwt.xml

32 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='GRSFManageWidget'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<!-- <inherits name='com.google.gwt.user.theme.standard.Standard' /> -->
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- Other module inherits -->
<inherits name='org.gcube.datacatalogue.common.GRSFCommon' />
<!-- Other module inherits -->
<inherits name='org.gcube.datacatalogue.ckanutillibrary.CkanUtilLibrary' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.datacatalogue.grsf_manage_widget.client.GRSFManageWidget' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
<!-- Specify the application specific style sheet. -->
<stylesheet src='GRSFManageWidget.css'/>
</module>