metadata-profile-form-build.../src/main/java/org/gcube/portlets/widgets/mpformbuilder/MetadataProfileFormBuilder....

38 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='MetadataProfileFormBuilder'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Other module inherits -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<!-- Responsive design -->
<set-property name="bootstrap.responsiveDesign"
value="true" />
<inherits
name='com.github.gwtbootstrap.datetimepicker.Datetimepicker' />
<inherits name='com.github.gwtbootstrap.datepicker.Datepicker' />
<inherits
name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits
name='org.gcube.portal.clientcontext.GCubeClientContext' />
<inherits name='com.google.gwt.json.JSON' />
<inherits
name='org.gcube.portlets.widgets.openlayerbasicwidgets.olbasicwidgets' />
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.widgets.mpformbuilder.client.MetadataProfileFormBuilder' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>