]> source.dussan.org Git - vaadin-framework.git/commitdiff
Include launcher source in demo package, as before.
authorArtur Signell <artur.signell@itmill.com>
Tue, 27 Oct 2009 09:34:28 +0000 (09:34 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 27 Oct 2009 09:34:28 +0000 (09:34 +0000)
svn changeset:9397/svn branch:6.2

build/build.xml

index ac6c3a7fec8c374bd14668431959318ae5418475..50aed8b059c3441b201e68c3ee8685af1bad592b 100644 (file)
         <copy todir="${output-dir}/WebContent/WEB-INF/src">
             <fileset dir="${result-path}/src/demo">
                 <include name="${toolkit-package}/demo/**/*" />
+            </fileset>
+            <fileset dir="${result-path}/src/core">
                 <!-- user might want to tweak launcher classes -->
                 <include name="${toolkit-package}/launcher/**" />
             </fileset>