diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-01-15 11:41:20 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-15 11:26:03 +0000 |
commit | 8d4661f867aab6a58c257ebe49d342a4a4af56d7 (patch) | |
tree | 81eb51699125551abc3c969eb283bb15cd509bc8 /shared/build.xml | |
parent | 9839c54cb1d9cf6e774ff40f0bc0d1b2a64acd01 (diff) | |
download | vaadin-framework-8d4661f867aab6a58c257ebe49d342a4a4af56d7.tar.gz vaadin-framework-8d4661f867aab6a58c257ebe49d342a4a4af56d7.zip |
Make Grid send Json as Json (#16244)
Change-Id: I2da481dcd3c258e48f2f77a9d3c8c46bb81048ff
Diffstat (limited to 'shared/build.xml')
-rw-r--r-- | shared/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/build.xml b/shared/build.xml index 8e2f6bc15e..42e9952217 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -16,7 +16,9 @@ <property name="result.dir" location="result" /> <property name="src.filtered" location="${result.dir}/filtered-src" /> <property name="src" location="${src.filtered}" /> - <path id="classpath.compile.custom" /> + <path id="classpath.compile.custom"> + <fileset file="${gwt.elemental.jar}" /> + </path> <path id="classpath.test.custom" /> <target name="jar"> |