ckan-content-moderator-widget/src/main/java/org/gcube/portlets/widgets/ckancontentmoderator/CkanContentModeratorWidget....

24 lines
675 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='CkanContentModeratorWidget'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<inherits
name="org.gcube.datacatalogue.utillibrary.CkanUtilLibrary" />
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<!-- <entry-point class='org.gcube.portlets.widgets.ckancontentmoderator.client.CkanContentModeratorWidget'
/> -->
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
<stylesheet src='content-moderator-widget.css' />
</module>