summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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" >