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

26 lines
914 B
XML
Raw Normal View History

2021-05-06 17:48:18 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='CkanContentModeratorWidget'>
2021-05-26 17:58:12 +02:00
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
2021-05-06 17:48:18 +02:00
2021-05-26 17:58:12 +02:00
<!-- 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'/> -->
2021-05-06 17:48:18 +02:00
2021-05-26 17:58:12 +02:00
<!-- <inherits name="gwt.material.design.GwtMaterialDesign" /> -->
2021-05-06 17:48:18 +02:00
2021-05-26 17:58:12 +02:00
<!-- Other module inherits -->
2021-05-06 17:48:18 +02:00
2021-05-26 17:58:12 +02:00
<!-- 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' />
2021-05-06 17:48:18 +02:00
</module>