diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-18 17:57:03 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-18 17:57:03 +0000 |
| commit | 623ea9fc42f3ddb0d73ba445b08cfb54861ca672 (patch) | |
| tree | 7d741196ff872fd6aac5fd79c637fd85bf073491 /build.xml | |
| parent | 84b5d38e1459f9e7c6cf5bf7137784427cdbb203 (diff) | |
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ <copy todir="${classes}/icons"> <fileset dir="icons" /> </copy> + <copy todir="${classes}/images"> + <fileset dir="images" /> + </copy> + <copy file="config.txt" tofile="${classes}/config.txt" /> </target> <target name="dist" depends="compile" description="generate the distribution" > |
