Skip to content

Commit

Permalink
Adds ashley_gwt.gwt.xml file for GWT compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltares committed Jul 15, 2014
1 parent 81d9a2e commit 30bd379
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sourceSets {
java {
srcDirs = [ "src/" ]
}

resources {
srcDirs = [ "src/" ]
}
}

test {
Expand Down
5 changes: 5 additions & 0 deletions core/src/com/badlogic/ashley_gwt.gwt.xml
Original file line number Diff line number Diff line change
@@ -0,0 +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">
<module>
<source path="ashley"/>
</module>

0 comments on commit 30bd379

Please sign in to comment.