catalogue-sharing-widget/src/main/java/org/gcube/portlets_widgets/catalogue_sharing_widget/ShareCatalogue.gwt.xml

24 lines
716 B
XML
Raw Normal View History

2019-12-05 11:36:37 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='ShareCatalogue'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Other module inherits -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<!-- Responsive design -->
<set-property name="bootstrap.responsiveDesign" value="true" />
<inherits name='org.gcube.datacatalogue.utillibrary.CkanUtilLibrary' />
2019-12-05 11:36:37 +01:00
<!-- Other module inherits -->
2019-12-05 11:51:11 +01:00
<!-- Specify the app entry point class.
<entry-point class='org.gcube.portlets_widgets.catalogue_sharing_widget.client.ShareCatalogue' />
-->
2019-12-05 11:36:37 +01:00
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>