summaryrefslogtreecommitdiffstats
path: root/push
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-05-02 16:59:54 +0300
committerArtur Signell <artur@vaadin.com>2013-05-02 17:00:20 +0300
commit5d11c5badbecb2a671e2120133c62e8a9db3cfb7 (patch)
treec328e8fb80ccec23a4f6ce5a5645672b0f7d1ddf /push
parentba81387369ec43ae9ddf5c1b94a5ffae2f8ad1e1 (diff)
downloadvaadin-framework-5d11c5badbecb2a671e2120133c62e8a9db3cfb7.tar.gz
vaadin-framework-5d11c5badbecb2a671e2120133c62e8a9db3cfb7.zip
Build sources and javadoc jars for push (#11498)
Change-Id: Ia1621376ff86935e5f9db3d54d64de3dfb85fb6c
Diffstat (limited to 'push')
-rw-r--r--push/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/push/build.xml b/push/build.xml
index 81feec3188..95284e6e37 100644
--- a/push/build.xml
+++ b/push/build.xml
@@ -56,6 +56,10 @@
</target>
<target name="publish-local" depends="jar">
+ <antcall target="common.sources.jar">
+ <reference torefid="extra.jar.includes" refid="jar.includes" />
+ </antcall>
+ <antcall target="common.javadoc.jar" />
<antcall target="common.publish-local" />
</target>