-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ test { | |
} | ||
|
||
gwt { | ||
module 'de.esoco.GEWT' | ||
gwtVersion = "$gwtVersion" | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd"> | ||
<module> | ||
|
||
<source path='ewt'/> | ||
<!-- import packages from esoco-common project --> | ||
<source path='lib/math'/> | ||
<source path='lib/model'/> | ||
<source path='lib/property'/> | ||
<source path='lib/datatype' includes="Pair.java,Tuple.java"/> | ||
<source path='lib/text' includes="TextConvert.java"/> | ||
<source path='ewt'/> | ||
<!-- import packages from esoco-common project --> | ||
<source path='lib/math'/> | ||
<source path='lib/model'/> | ||
<source path='lib/property'/> | ||
<source path='lib/datatype' includes="Pair.java,Tuple.java"/> | ||
<source path='lib/text' includes="TextConvert.java"/> | ||
|
||
<inherits name='com.google.gwt.user.User'/> | ||
<inherits name="com.google.gwt.resources.Resources"/> | ||
<inherits name="com.google.gwt.i18n.I18N"/> | ||
|
||
<inherits name='com.google.gwt.user.User'/> | ||
<inherits name="com.google.gwt.resources.Resources"/> | ||
<inherits name="com.google.gwt.i18n.I18N"/> | ||
|
||
</module> |