summaryrefslogtreecommitdiffstats
path: root/push
diff options
context:
space:
mode:
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>