auth-portlet-manager/src/main/java/org/gcube/portlets/admin/authportletmanager/authman.gwt.xml

17 lines
667 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='authman'>
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.http.HTTP" />
<inherits name="com.google.gwt.resources.Resources" />
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<inherits name='org.gcube.portlets.widgets.sessionchecker.SessionChecker' />
<inherits name='org.gcube.portlets.widgets.widgettour.WidgetTour' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.admin.authportletmanager.client.AuthManager' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>