pickitem-widget/src/main/java/org/gcube/portlets/widgets/pickitem/PickItem.gwt.xml

19 lines
520 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='pickitem'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- To Comment out -->
<!-- <set-property name="user.agent" value="gecko1_8" /> -->
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point class='org.gcube.portlets.widgets.pickitem.client.PickItem' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
</module>