Re-run libGDX setup and replace project files with those
This commit is contained in:
parent
ece481061e
commit
9c6be35369
30 changed files with 653 additions and 323 deletions
|
@ -5,7 +5,4 @@ sourceCompatibility = 1.6
|
|||
|
||||
sourceSets.main.java.srcDirs = ["src/"]
|
||||
|
||||
|
||||
eclipse.project {
|
||||
name = appName + "-core"
|
||||
}
|
||||
eclipse.project.name = appName + "-core"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue