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

28 lines
877 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="gwt.material.design.jquery.JQuery" />
<inherits
name="gwt.material.design.GwtMaterialBasicWithJQuery" />
<inherits name="gwt.material.design.addins.GwtMaterialAddins" />
<inherits name="gwt.material.design.themes.ThemeBlue" />
<inherits name="gwt.material.design.GwtMaterialTable" />
<inherits
name="org.gcube.datacatalogue.utillibrary.CkanUtilLibrary" />
<!-- 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' />
</module>