aboutsummaryrefslogtreecommitdiffstats
path: root/client/build.xml
diff options
context:
space:
mode:
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" />