diff options
author | Artur Signell <artur@vaadin.com> | 2012-10-04 08:53:02 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-10-04 11:46:15 +0300 |
commit | f41265f8bd86d2d17d1f99339314c33d968e77f4 (patch) | |
tree | ada2e187533d8e6bcf6fc3fe71d46cbd67cb3c49 /theme-compiler/build.xml | |
parent | 31d542b4bf99ae3a3805b33db94d38b3f4b33d14 (diff) | |
download | vaadin-framework-f41265f8bd86d2d17d1f99339314c33d968e77f4.tar.gz vaadin-framework-f41265f8bd86d2d17d1f99339314c33d968e77f4.zip |
Use Flute from vaadin-shared-deps (#9612)
Change-Id: I03ad3d6070d6a87e98f28e5871df36aaf269edb8
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 33612bef1b..8a36513b71 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -12,8 +12,6 @@ <property name="module.name" value="vaadin-theme-compiler" /> <property name="result.dir" value="result" /> <path id="classpath.compile.custom"> - <!-- This is only temporary until there is a packaged modified flute jar --> - <pathelement path="${gwt.user.jar.files}" /> </path> <path id="classpath.tests.custom" /> @@ -21,7 +19,7 @@ <target name="jar"> <antcall target="common.jar"> - <reference torefid="extra.jar.includes" refid="theme-compiler.gwt.includes" /> + <reference torefid="extra.jar.includes" refid="empty.reference" /> </antcall> </target> <target name="publish-local" depends="jar"> |