Browse Source

svn changeset:83/svn branch:toolkit

tags/6.7.0.beta1
Joonas Lehtinen 17 years ago
parent
commit
ecf68be6da
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      build/build.xml

+ 7
- 1
build/build.xml View File

@@ -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- - - - - - - - - - - - - - - - - - - - - - - - - -->

Loading…
Cancel
Save