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

24 lines
675 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-06-14 17:39:44 +02:00
<inherits
name="org.gcube.datacatalogue.utillibrary.CkanUtilLibrary" />
<inherits name="com.github.gwtbootstrap.Bootstrap" />
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'
/> -->
2021-05-26 17:58:12 +02:00
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
2021-05-06 17:48:18 +02:00
2021-06-16 11:25:49 +02:00
<stylesheet src='content-moderator-widget.css' />
2021-05-06 17:48:18 +02:00
</module>