summaryrefslogtreecommitdiffstats
path: root/client-compiled
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiled')
-rw-r--r--client-compiled/build.xml5
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>