blob: 765ad1b1c88ff407330b533d9a73a774ba224854 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='HyracksAdminConsole'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.http.HTTP' />
<inherits name='com.googlecode.gchart.GChart' />
<inherits name='com.google.gwt.user.theme.standard.Standard' />
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point class='edu.uci.ics.hyracks.adminconsole.client.HyracksAdminConsole' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<!--set-property name="user.agent" value="safari"></set-property-->
<set-configuration-property name="UiBinder.useSafeHtmlTemplates" value="true"/>
</module>