Fixed XML parser

This commit is contained in:
Izumi Kawashima
2022-11-22 17:16:17 +09:00
parent ae7c7b1910
commit a20fc2ef11
4 changed files with 17859 additions and 96 deletions

View File

@@ -14,7 +14,7 @@ apply plugin: 'gwt-base'
sourceSets {
// Exclude nested folder 'emu' from 'src' and add it manually
main.java.srcDirs = ['src', 'src/org/oscim/gdx/emu']
main.java.exclude '**/emu/**'
// main.java.exclude '**/emu/**'
}
dependencies {