diff options
Diffstat (limited to 'theme-compiler/build.xml')
-rw-r--r-- | theme-compiler/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 885cb6e589..cd441dee70 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -33,7 +33,9 @@ </antcall> </target> <target name="publish-local" depends="jar"> - <antcall target="common.sources.jar" /> + <antcall target="common.sources.jar"> + <reference torefid="extra.jar.includes" refid="empty.reference" /> + </antcall> <antcall target="common.javadoc.jar" /> <antcall target="common.publish-local" /> |