trending-topics/src/main/resources/org/gcube/portlets/user/topics/TopTopics.gwt.xml

19 lines
579 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='toptopics'>
<!-- 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='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits name='org.gcube.portal.databook.GCubeSocialNetworking' />
<entry-point
class='org.gcube.portlets.user.topics.client.TopTopics' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>