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

28 lines
877 B
XML
Raw Normal View History

2021-05-26 17:58:12 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='CkanContentModeratorWidget'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
2021-06-01 16:07:50 +02:00
<inherits name="gwt.material.design.jquery.JQuery" />
2021-05-26 17:58:12 +02:00
2021-06-01 18:36:18 +02:00
<inherits
name="gwt.material.design.GwtMaterialBasicWithJQuery" />
2021-06-01 16:07:50 +02:00
<inherits name="gwt.material.design.addins.GwtMaterialAddins" />
<inherits name="gwt.material.design.themes.ThemeBlue" />
2021-06-01 13:24:09 +02:00
<inherits name="gwt.material.design.GwtMaterialTable" />
2021-05-26 17:58:12 +02:00
2021-06-14 17:39:44 +02:00
<inherits
name="org.gcube.datacatalogue.utillibrary.CkanUtilLibrary" />
2021-05-26 17:58:12 +02:00
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
2021-06-14 18:28:17 +02:00
<!-- <entry-point
class='org.gcube.portlets.widgets.ckancontentmoderator.client.CkanContentModeratorWidget' /> -->
2021-05-26 17:58:12 +02:00
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>