summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-18 17:57:03 +0000
committerPaul Buetow <paul@buetow.org>2009-02-18 17:57:03 +0000
commit623ea9fc42f3ddb0d73ba445b08cfb54861ca672 (patch)
tree7d741196ff872fd6aac5fd79c637fd85bf073491
parent84b5d38e1459f9e7c6cf5bf7137784427cdbb203 (diff)
-rw-r--r--CHANGELOG.txt1
-rw-r--r--TODO.txt1
-rw-r--r--build.xml4
3 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 38f1e66..66a8c06 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -2,3 +2,4 @@ Changes from 1.0 -> 1.1 SVN
* Fixes in the docu
* Added icons
+* Switched from Make to Ant (Build system)
diff --git a/TODO.txt b/TODO.txt
index 139a960..a4e4e12 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1 +1,2 @@
Hot keys
+Ant
diff --git a/build.xml b/build.xml
index cb686af..c602863 100644
--- a/build.xml
+++ b/build.xml
@@ -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" >