roleandteam-viewer-portlet/src/main/resources/org/gcube/portlets/user/questions/Questions.gwt.xml

17 lines
688 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='questions'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- <set-property name="user.agent" value="safari" /> -->
<!-- Other module inherits -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<!-- Specify the app entry point class. -->
<entry-point class='org.gcube.portlets.user.questions.client.Questions' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>