summaryrefslogtreecommitdiffstats
path: root/shared/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shared/build.xml')
-rw-r--r--shared/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/build.xml b/shared/build.xml
index 29f68ef643..d458b57d71 100644
--- a/shared/build.xml
+++ b/shared/build.xml
@@ -22,6 +22,9 @@
</target>
<target name="publish-local" depends="jar">
+ <antcall target="common.sources.jar" />
+ <antcall target="common.javadoc.jar" />
+
<antcall target="common.publish-local" />
</target>