summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-08-23 12:22:37 +0000
committerArtur Signell <artur.signell@itmill.com>2011-08-23 12:22:37 +0000
commitcff130c825b7004f6bc3aedf43dfee0a802b2fb9 (patch)
treed5d0fe0b62b59168fb1886e967f4e2a83dadc7a2 /build
parente6f8e5df8559867c27f74d79d65011fc7f14b239 (diff)
downloadvaadin-framework-cff130c825b7004f6bc3aedf43dfee0a802b2fb9.tar.gz
vaadin-framework-cff130c825b7004f6bc3aedf43dfee0a802b2fb9.zip
#7435 Updated build script to include license file from correct location
svn changeset:20569/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r--build/build.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/build/build.xml b/build/build.xml
index 3ab4b745ad..da526e8307 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -378,12 +378,7 @@
<fileset dir="WebContent">
<exclude name="**/.svn" />
<include name="release-notes.html" />
- <include name="*.html" />
- <include name="license/*.html" />
- <include name="license/*.txt" />
- </fileset>
- <fileset dir="WebContent/license">
- <include name="COPYING" />
+ <include name="license.html" />
</fileset>
</copy>
</target>