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-21 20:13:13 +0200
commit0ece55d0003e82745916f8bb282156edf54de6aa (patch)
tree89fdea5a192876685332f91e5e24fa5fdf6099f7 /client-compiler
parent42230440620e69e1f249607770bd0d4cb974bd59 (diff)
downloadvaadin-framework-0ece55d0003e82745916f8bb282156edf54de6aa.tar.gz
vaadin-framework-0ece55d0003e82745916f8bb282156edf54de6aa.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" />