diff options
Diffstat (limited to 'html/src/ch/asynk/zproject/GdxDefinition.gwt.xml')
-rw-r--r-- | html/src/ch/asynk/zproject/GdxDefinition.gwt.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml b/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml deleted file mode 100644 index 20c5d68..0000000 --- a/html/src/ch/asynk/zproject/GdxDefinition.gwt.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?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">
- <inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' /> -
- <inherits name='ZProject' />
- <entry-point class='ch.asynk.zproject.client.HtmlLauncher' />
- <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
- <set-configuration-property name="gdx.assetpath" value="../android/assets" />
-</module>
|