diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-14 14:51:09 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-14 14:51:09 +0300 |
commit | 3a17a846bd835556f7ace57f187d9727fc484be2 (patch) | |
tree | 68e6dbfc62f9c99ed296973cc946b15d18e33751 /gwt-files.xml | |
parent | ce2b41c52f75be7b7a74bd1680ef9589c6901bb2 (diff) | |
download | vaadin-framework-3a17a846bd835556f7ace57f187d9727fc484be2.tar.gz vaadin-framework-3a17a846bd835556f7ace57f187d9727fc484be2.zip |
Include flute files also in theme-compiler (in addition to client) for now (#9609)7.0.0.beta1
Diffstat (limited to 'gwt-files.xml')
-rw-r--r-- | gwt-files.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gwt-files.xml b/gwt-files.xml index 89549f0553..3ca6349dc9 100644 --- a/gwt-files.xml +++ b/gwt-files.xml @@ -80,6 +80,13 @@ </fileset> </union> + <union id="theme-compiler.gwt.includes"> + <!-- This is only temporary. Flute must be packaged separately as it is not in Maven and this version is also modified by the GWT team --> + <fileset dir="${gwt.user.jar.files}"> + <include name="org/w3c/flute/**" /> + </fileset> + </union> + <union id="client.gwt.includes"> <fileset dir="${gwt.user.jar.files}"> <exclude name="META-INF/**" /> |