switch to slf4j

This commit is contained in:
Hannes Janetzek
2013-10-08 22:02:14 +02:00
parent 1cf2ea60a7
commit 2d18e7d25f
79 changed files with 418 additions and 526 deletions

View File

@@ -1,11 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<module>
<entry-point class="org.oscim.gdx.client.GwtLauncher"/>
<entry-point class="org.oscim.gdx.client.GwtLauncher" />
<inherits name="com.google.gwt.xml.XML" />
<inherits name="GdxMap"/>
<inherits name="com.badlogic.gdx.backends.gdx_backends_gwt"/>
<inherits name="com.google.gwt.user.theme.chrome.Chrome"/>
<inherits name="org.slf4j.Slf4j" />
<!-- <inherits name="de.benediktmeurer.gwt.slf4j.api.API"/>
<inherits name="de.benediktmeurer.gwt.slf4j.jul.JUL"/> -->
<set-property name='gwt.logging.enabled' value='TRUE' />
<set-property name='gwt.logging.consoleHandler' value='ENABLED' />
<set-property name='gwt.logging.firebugHandler' value='ENABLED' />
<set-property name='gwt.logging.popupHandler' value='DISABLED' />
<inherits name="GdxMap" />
<inherits name="com.badlogic.gdx.backends.gdx_backends_gwt" />
<inherits name="com.google.gwt.user.theme.chrome.Chrome" />
<super-source path="emu" />
<set-configuration-property name="gdx.assetpath" value="../vtm/assets"/>
<!--<set-property name="user.agent" value="safari"/>-->
<set-configuration-property name="gdx.assetpath" value="../vtm/assets" />
<!--<set-property name="user.agent" value="safari"/> -->
</module>