Re-run libGDX setup and replace project files with those

This commit is contained in:
Lonami Exo 2020-03-29 14:46:19 +02:00
parent ece481061e
commit 9c6be35369
30 changed files with 653 additions and 323 deletions

View file

@ -5,7 +5,4 @@ sourceCompatibility = 1.6
sourceSets.main.java.srcDirs = ["src/"]
eclipse.project {
name = appName + "-core"
}
eclipse.project.name = appName + "-core"

View file

@ -1,6 +1,5 @@
<?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">
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd">
<module>
<source path="io/github/lonamiwebs/klooni" />
</module>
<source path="dev/lonami/klooni" />
</module>