<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd">
<module rename-to="html">
%GWT_INHERITS%
    <inherits name='%MAIN_CLASS%' />
	<entry-point class='%PACKAGE%.client.HtmlLauncher' />
	
	<add-linker name="xsiframe"/>
	<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
	<set-configuration-property name="devModeRedirectEnabled" value="true"/>
	
	<set-configuration-property name="gdx.assetpath" value="../%ASSET_PATH%" />
</module>
