diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-04-22 09:10:54 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-04-22 09:10:54 +0200 |
| commit | 6b421b17d247214c5fc9df494f9d2d5006cd7743 (patch) | |
| tree | 66060d5e5e855f2cec2c67b51fdd6a5c5370024b | |
| parent | 1b671477deb79543e4606feb51c45e1cbe912ff6 (diff) | |
| download | cgeo-6b421b17d247214c5fc9df494f9d2d5006cd7743.zip cgeo-6b421b17d247214c5fc9df494f9d2d5006cd7743.tar.gz cgeo-6b421b17d247214c5fc9df494f9d2d5006cd7743.tar.bz2 | |
fix Ant build
* add secondary source path
| -rw-r--r-- | main/ant.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ant.properties b/main/ant.properties index c26774c..8216a77 100644 --- a/main/ant.properties +++ b/main/ant.properties @@ -17,3 +17,4 @@ proguard.config=proguard.cfg proguard.jar=support/proguard.jar +source.dir=src;thirdparty
\ No newline at end of file |
