diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 18:16:17 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 18:16:17 +0000 |
| commit | e008e166e795de282e245feda31ba9cca6de7c9a (patch) | |
| tree | f0c528fd93cb239bd6e3cfb73557003a847dfd20 /build.xml | |
| parent | 2bd155a9fc2556be44a8b037ba55ce126429171e (diff) | |
initial icons support
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ <javac srcdir="${sources}" destdir="${classes}"> <compilerarg value="-Xlint:deprecation" /> </javac> + <copy todir="${classes}/icons"> + <fileset dir="icons" /> + </copy> </target> <target name="dist" depends="compile" description="generate the distribution" > |
