summaryrefslogtreecommitdiffstats
path: root/client/build.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2014-12-18 12:50:04 +0200
committerVaadin Code Review <review@vaadin.com>2014-12-18 11:45:06 +0000
commitfd62b6efe8b18d9db6db7983b722cc1db7610261 (patch)
tree4e168a9cac32968873e3f399ef11fb937ad55e4c /client/build.xml
parentca62a4a1f76d2555a38dc91320949ecf09e92c35 (diff)
downloadvaadin-framework-fd62b6efe8b18d9db6db7983b722cc1db7610261.tar.gz
vaadin-framework-fd62b6efe8b18d9db6db7983b722cc1db7610261.zip
replace com.google.gwt.json.* usages with elemental.json.* (#8942)
Change-Id: I745b12685be4696fd8f1158005bf731f35ae8a81
Diffstat (limited to 'client/build.xml')
-rw-r--r--client/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/build.xml b/client/build.xml
index 19ec05b28a..a6d6f17020 100644
--- a/client/build.xml
+++ b/client/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<project name="vaadin-client" basedir="." default="publish-local" xmlns:ivy="antlib:org.apache.ivy.ant">
+<project name="vaadin-client" basedir="." default="publish-local">
<description>
Compiles build helpers used when building other
modules.
@@ -18,6 +18,7 @@
<!-- Could possibly compile GWT files also here to verify that a)
the same dependencies are used and b) all dependencies have been declared -->
<fileset file="${gwt.user.jar}" />
+ <fileset file="${gwt.elemental.jar}" />
</path>
<path id="classpath.test.custom" />