]> source.dussan.org Git - vaadin-framework.git/commitdiff
#7435 Updated build script to include license file from correct location
authorArtur Signell <artur.signell@itmill.com>
Tue, 23 Aug 2011 12:22:37 +0000 (12:22 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 23 Aug 2011 12:22:37 +0000 (12:22 +0000)
svn changeset:20569/svn branch:6.7

build/build.xml

index 3ab4b745ad362ce89568520c3490c2e8675ac195..da526e83075b3f080526fe4ff9c4f8bc0a4f6f2a 100644 (file)
             <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>