summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/build.xml b/server/build.xml
index 253d09a45b..91526dd1c5 100644
--- a/server/build.xml
+++ b/server/build.xml
@@ -33,7 +33,9 @@
</target>
<target name="publish-local" depends="jar">
- <antcall target="common.sources.jar" />
+ <antcall target="common.sources.jar">
+ <reference torefid="extra.jar.includes" refid="server.gwt.includes" />
+ </antcall>
<antcall target="common.javadoc.jar" />
<antcall target="common.publish-local" />