fileupload-progress-bar/src/main/java/org/gcube/portlets/widgets/fileupload/FileUpload.gwt.xml

18 lines
607 B
XML

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