diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-07 09:18:24 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:52 +0300 |
commit | 954ddac3109562588812694067a9b09f63f7c0d2 (patch) | |
tree | 9b5b796ff6d3b37b8b49c1c67c130ddc06b23bf2 /gwt-files.xml | |
parent | ca73cf71961b84e55e482e90e1b05d4e6a1a2632 (diff) | |
download | vaadin-framework-954ddac3109562588812694067a9b09f63f7c0d2.tar.gz vaadin-framework-954ddac3109562588812694067a9b09f63f7c0d2.zip |
Move elemental to client package for now (#9299)
Diffstat (limited to 'gwt-files.xml')
-rw-r--r-- | gwt-files.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gwt-files.xml b/gwt-files.xml index 7ec493bff2..6b61b2f547 100644 --- a/gwt-files.xml +++ b/gwt-files.xml @@ -29,7 +29,7 @@ <target name="unpack.gwt"> <delete dir="${gwt.unpack.dir}" /> - + <mkdir dir="${gwt.user.jar.files}" /> <mkdir dir="${gwt.dev.jar.files}" /> <mkdir dir="${gwt.elemental.jar.files}" /> @@ -99,6 +99,10 @@ <exclude name="javax/servlet/**" /> <exclude name="org/w3c/css/sac/**" /> </fileset> + <!-- GWT Elemental --> + <fileset dir="${gwt.elemental.jar.files}"> + <exclude name="META-INF/**" /> + </fileset> </union> <union id="shared.gwt.includes"> @@ -112,10 +116,6 @@ <!-- Used by client and server apparently... --> <include name="com/google/gwt/thirdparty/guava/**" /> </fileset> - <!-- GWT Elemental --> - <fileset dir="${gwt.elemental.jar.files}"> - <exclude name="META-INF/**" /> - </fileset> </union> <union id="server.gwt.includes"> |