diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-21 20:13:13 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-21 20:13:13 +0200 |
commit | 0ece55d0003e82745916f8bb282156edf54de6aa (patch) | |
tree | 89fdea5a192876685332f91e5e24fa5fdf6099f7 /common.xml | |
parent | 42230440620e69e1f249607770bd0d4cb974bd59 (diff) | |
download | vaadin-framework-0ece55d0003e82745916f8bb282156edf54de6aa.tar.gz vaadin-framework-0ece55d0003e82745916f8bb282156edf54de6aa.zip |
Include GWT sources in sources jar (#9102)
Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common.xml b/common.xml index 63886dc4b5..3de10979a2 100644 --- a/common.xml +++ b/common.xml @@ -122,6 +122,10 @@ </patternset> </fileset> <fileset refid="common.files.for.all.jars" /> + <restrict> + <union refid="extra.jar.includes" /> + <name name="*.java" /> + </restrict> </jar> </target> |