diff options
Diffstat (limited to 'buildhelpers/build.xml')
-rw-r--r-- | buildhelpers/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index e3e7b434d6..c7b9eba9d3 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -19,7 +19,9 @@ </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" /> </target> |