diff options
-rw-r--r-- | build/build.xml | 8 |
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- - - - - - - - - - - - - - - - - - - - - - - - - --> |