about-vre/src/main/resources/org/gcube/portlets/user/gcubeloggedin/GCubeLoggedin.gwt.xml

24 lines
740 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='gcubeloggedin'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<!-- Other module inherits -->
<!-- set-property name="user.agent" value="gecko" / -->
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.user.gcubeloggedin.client.GCubeLoggedin' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>