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 | |
| parent | 84b5d38e1459f9e7c6cf5bf7137784427cdbb203 (diff) | |
| -rw-r--r-- | CHANGELOG.txt | 1 | ||||
| -rw-r--r-- | TODO.txt | 1 | ||||
| -rw-r--r-- | build.xml | 4 |
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) @@ -1 +1,2 @@ Hot keys +Ant @@ -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" > |
