diff options
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index aa378f7769..300f2718aa 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -21,6 +21,9 @@ </antcall> </target> <target name="publish-local" depends="jar"> + <antcall target="common.sources.jar" /> + <antcall target="common.javadoc.jar" /> + <antcall target="common.publish-local" /> </target> |