diff options
author | Artur Signell <artur@vaadin.com> | 2015-01-15 09:01:35 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-01-15 10:33:19 +0200 |
commit | 3f46830b28100ed918570bf46523c592580643be (patch) | |
tree | 5e1fefd231f210231a09d6a29a51757e6e0b59b2 /client-compiled | |
parent | 8361d1379c49ef5ce03d329d4e5fdcf63579e652 (diff) | |
download | vaadin-framework-3f46830b28100ed918570bf46523c592580643be.tar.gz vaadin-framework-3f46830b28100ed918570bf46523c592580643be.zip |
Fix release build
Change-Id: Ie915aeb31aff7a0c2f655ad9b54e00a582770984
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/build.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 3c780c280b..fb4f26bc73 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -112,15 +112,12 @@ </target> <target name="client-compiled-cache.jar" depends="default-widgetset-cache"> - <!-- Ensure filtered webcontent files are available --> - <antcall target="common.filter.webcontent" /> - <jar file="${compiled-cache.jar}" compress="true"> <fileset dir="${gwtar.dir}"> <include name="**/*.gwtar" /> </fileset> <union refid="client-compiled-cache.gwt.includes" /> - <fileset refid="common.files.for.all.jars" /> + <fileset dir="${common.jarfiles.dir}" /> </jar> </target> |