diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-09-23 08:21:50 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-09-23 08:21:50 +0000 |
commit | 88874f95e7769a812b1d95f5d8944a9dfe8d439d (patch) | |
tree | 69820b3181a7dfcf6f7db257617a77c5f5633a42 /build | |
parent | 31634ac44058aea7fa778f8b5d88071bf2546813 (diff) | |
download | vaadin-framework-88874f95e7769a812b1d95f5d8944a9dfe8d439d.tar.gz vaadin-framework-88874f95e7769a812b1d95f5d8944a9dfe8d439d.zip |
#7485 Build script doesn't include resources for release-notes.html
svn changeset:21260/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index a4b9226b92..d51c313460 100644 --- a/build/build.xml +++ b/build/build.xml @@ -385,6 +385,8 @@ <exclude name="**/.svn" /> <include name="release-notes.html" /> <include name="license.html" /> + <include name="css/**" /> + <include name="img/**" /> </fileset> </copy> </target> @@ -575,6 +577,8 @@ <include name="release-notes.html" /> <include name="license.html" /> + <include name="css/**" /> + <include name="img/**" /> </patternset> </fileset> </jar> @@ -602,6 +606,8 @@ <patternset> <include name="release-notes.html" /> <include name="license.html" /> + <include name="css/**" /> + <include name="img/**" /> </patternset> </fileset> </jar> @@ -639,6 +645,8 @@ <patternset> <include name="release-notes.html" /> <include name="license.html" /> + <include name="css/**" /> + <include name="img/**" /> </patternset> </fileset> </jar> |