diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-06-27 09:18:55 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-06-28 16:25:03 +0200 |
commit | 1e5fc3262942078fe00d51c2f2c9a241bd01a582 (patch) | |
tree | 16eb11790da32857ea493d297ead72c94de937d3 /html/src/ch/asynk/zproject/GdxDefinitionSuperdev.gwt.xml | |
parent | c87bb2d10bab1f68d320b7f564e568ab742193ac (diff) | |
download | gdx-boardgame-1e5fc3262942078fe00d51c2f2c9a241bd01a582.zip gdx-boardgame-1e5fc3262942078fe00d51c2f2c9a241bd01a582.tar.gz |
get rid of html target
Diffstat (limited to 'html/src/ch/asynk/zproject/GdxDefinitionSuperdev.gwt.xml')
-rw-r--r-- | html/src/ch/asynk/zproject/GdxDefinitionSuperdev.gwt.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/html/src/ch/asynk/zproject/GdxDefinitionSuperdev.gwt.xml b/html/src/ch/asynk/zproject/GdxDefinitionSuperdev.gwt.xml deleted file mode 100644 index 7bb9081..0000000 --- a/html/src/ch/asynk/zproject/GdxDefinitionSuperdev.gwt.xml +++ /dev/null @@ -1,13 +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='ch.asynk.zproject.GdxDefinition' />
-
- <collapse-all-properties />
-
- <add-linker name="xsiframe"/>
- <set-configuration-property name="devModeRedirectEnabled" value="true"/>
- <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
-</module>
|