aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2006-10-20 14:19:14 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2006-10-20 14:19:14 +0000
commitecf68be6dad59ee88bb6a4bb64218f4499302c13 (patch)
tree629e1116a272000f62a4d40b703cc001e4fcd697
parent4c5ce517cd3775a6a1842a1affccfa9403696ba1 (diff)
downloadvaadin-framework-ecf68be6dad59ee88bb6a4bb64218f4499302c13.tar.gz
vaadin-framework-ecf68be6dad59ee88bb6a4bb64218f4499302c13.zip
svn changeset:83/svn branch:toolkit
-rw-r--r--build/build.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 8165ab2b11..c74202cec1 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -108,7 +108,7 @@
</jar>
</target>
- <!-- Demo WAR - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <!-- Demo - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<target name="demo" depends="libs,compile-java">
@@ -136,6 +136,12 @@
<exclude name="**/.svn" />
</fileset>
</copy>
+
+ <copy todir="${output-dir}/demo/src">
+ <fileset dir="src">
+ <include name="${package-file-name}/demo/**/*.java" />
+ </fileset>
+ </copy>
</target>
<!-- Documentation- - - - - - - - - - - - - - - - - - - - - - - - - -->