diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-08-23 14:59:38 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-08-23 14:59:38 +0000 |
commit | 6a17eea3817e6d57098832a1bb9ea00b5cd57c44 (patch) | |
tree | 9f92023f4a4bdc80c0b28d187dd558fe0190427e /build | |
parent | a806e4471f10ed6e79975d653c1891e2fb3b416e (diff) | |
download | vaadin-framework-6a17eea3817e6d57098832a1bb9ea00b5cd57c44.tar.gz vaadin-framework-6a17eea3817e6d57098832a1bb9ea00b5cd57c44.zip |
#7435 Include license file in all JARs
svn changeset:20589/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/build/build.xml b/build/build.xml index da526e8307..681a9f890b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -568,8 +568,7 @@ <include name="VAADIN/themes/reindeer/**/*" /> <include name="release-notes.html" /> - <include name="license/**/*" /> - <include name="COPYING" /> + <include name="license.html" /> </patternset> </fileset> </jar> @@ -596,8 +595,7 @@ <fileset dir="${output-dir}/WebContent"> <patternset> <include name="release-notes.html" /> - <include name="license/**/*" /> - <include name="COPYING" /> + <include name="license.html" /> </patternset> </fileset> </jar> @@ -634,8 +632,7 @@ <fileset dir="${output-dir}/WebContent"> <patternset> <include name="release-notes.html" /> - <include name="license/**/*" /> - <include name="COPYING" /> + <include name="license.html" /> </patternset> </fileset> </jar> |