diff options
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"> |