diff options
Diffstat (limited to 'shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml')
| -rw-r--r-- | shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml b/shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml new file mode 100644 index 0000000..7a8bcec --- /dev/null +++ b/shared/src/main/java/kz/ilotterytea/frogartha/Shared.gwt.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.11.0//EN" "https://www.gwtproject.org/doctype/2.11.0/gwt-module.dtd"> +<module> + <!-- Paths to source are relative to this file and separated by slashes ('/'). --> + <source path="" /> + + <!-- Reflection includes may be needed for your code or library code. Each value is separated by periods ('.'). --> + <!-- You can include a full package by not including the name of a type at the end. --> + <!-- <extend-configuration-property name="gdx.reflect.include" value="fully.qualified.TypeName" /> --> + + <!-- Rarely, projects may need to include files but do not have access to the complete assets. --> + <!-- This happens for libraries and shared projects, typically, and the configuration goes in that project. --> + <!-- You can include individual files like this, and access them with Gdx.files.classpath("path/to/file.png") : --> + <!-- <extend-configuration-property name="gdx.files.classpath" value="path/to/file.png" /> --> +</module>
\ No newline at end of file |
