summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-22 18:16:17 +0000
committerPaul Buetow <paul@buetow.org>2008-05-22 18:16:17 +0000
commite008e166e795de282e245feda31ba9cca6de7c9a (patch)
treef0c528fd93cb239bd6e3cfb73557003a847dfd20 /build.xml
parent2bd155a9fc2556be44a8b037ba55ce126429171e (diff)
initial icons support
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a15226d..397fa16 100644
--- a/build.xml
+++ b/build.xml
@@ -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" >