diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-01 12:06:08 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-02-01 12:06:19 +0200 |
commit | 2aeb5189d3bcc09cd5376d7768da6e4c5a5cd6e2 (patch) | |
tree | 1064cdc46f68fd9a831480e6913f4748d8c4383a | |
parent | 472bb0e25353b27e30476c736cc00b5aa6527e80 (diff) | |
download | vaadin-framework-2aeb5189d3bcc09cd5376d7768da6e4c5a5cd6e2.tar.gz vaadin-framework-2aeb5189d3bcc09cd5376d7768da6e4c5a5cd6e2.zip |
Include licenses folder in jars (#10902)
Change-Id: I27e6dc92c9800529f2363c79eebe88ee737d6293
-rw-r--r-- | common.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common.xml b/common.xml index 3de10979a2..ff82b6b7ec 100644 --- a/common.xml +++ b/common.xml @@ -42,6 +42,7 @@ <patternset> <include name="release-notes.html" /> <include name="license.html" /> + <include name="licenses/**" /> <include name="css/**" /> </patternset> </fileset> @@ -65,6 +66,7 @@ <patternset> <include name="release-notes.html" /> <include name="license.html" /> + <include name="licenses/**" /> <include name="css/**" /> <include name="img/**" /> </patternset> |