summaryrefslogtreecommitdiffstats
path: root/client-compiled/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiled/build.xml')
-rw-r--r--client-compiled/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml
index 2f0c2f6e9c..9327e6da5f 100644
--- a/client-compiled/build.xml
+++ b/client-compiled/build.xml
@@ -94,7 +94,6 @@
<jar file="${compiled-cache.jar}" compress="true">
<fileset dir="${gwtar.dir}">
<include name="**/*.gwtar" />
- <include name="pom.xml" />
</fileset>
<union refid="client-compiled-cache.gwt.includes" />
<fileset refid="common.files.for.all.jars" />
@@ -115,7 +114,6 @@
</manifest>
<fileset dir="${result.dir}">
<include name="VAADIN/widgetsets/com.vaadin*/**" />
- <include name="pom.xml" />
</fileset>
<fileset refid="common.files.for.all.jars" />
</jar>
@@ -123,7 +121,7 @@
</target>
- <target name="publish-local" depends="client-compiled.jar, client-compiled-cache.jar">
+ <target name="publish-local" depends="client-compiled.jar">
<antcall target="common.publish-local">
<param name="conf" value="build" />
</antcall>