diff options
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index d1f3eda674..1a78b17a7f 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -98,6 +98,9 @@ </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" /> |