summaryrefslogtreecommitdiffstats
path: root/client-compiler
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-01-21 20:13:13 +0200
committerArtur Signell <artur@vaadin.com>2013-01-23 14:31:27 +0200
commit41511a8579813b434b36727717ad966da3ef44e2 (patch)
treebfb281036f794553d44d8364f0560dd09128e71d /client-compiler
parent10143f405a03d7835f5158e5ce82bfa55b5b3d0e (diff)
downloadvaadin-framework-41511a8579813b434b36727717ad966da3ef44e2.tar.gz
vaadin-framework-41511a8579813b434b36727717ad966da3ef44e2.zip
Include GWT sources in sources jar (#9102)
Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
Diffstat (limited to 'client-compiler')
-rw-r--r--client-compiler/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/client-compiler/build.xml b/client-compiler/build.xml
index 9d4e5c403c..64368b4957 100644
--- a/client-compiler/build.xml
+++ b/client-compiler/build.xml
@@ -42,7 +42,9 @@ gwt.svnrev=${git.revision}</echo>
</target>
<target name="publish-local" depends="jar">
- <antcall target="common.sources.jar" />
+ <antcall target="common.sources.jar">
+ <reference torefid="extra.jar.includes" refid="compiler.includes" />
+ </antcall>
<antcall target="common.javadoc.jar" />
<antcall target="common.publish-local" />