diff options
author | Shevek <[email protected]> | 2011-07-08 21:36:01 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2011-07-08 21:36:01 +0000 |
commit | c12ca797d66415756f364bc6c4a31ee502d9a9dd (patch) | |
tree | d68c19936c095bb2bc3011ecba4e8a16bab4f591 /etc | |
parent | 9aa50b21462d62fda5f268880fcf04f4b12eb469 (diff) |
Make ant task work a lot better.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.properties | 2 | ||||
-rw-r--r-- | etc/targets/global-jar.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/build.properties b/etc/build.properties index 06251b6..a07cd9c 100644 --- a/etc/build.properties +++ b/etc/build.properties @@ -1,4 +1,4 @@ -global.version = 1.2.7 +global.version = 1.2.8 global.name = anarres-cpp global.dir.arch = ${global.dir.root}/arch diff --git a/etc/targets/global-jar.xml b/etc/targets/global-jar.xml index 045e85a..c84dd2a 100644 --- a/etc/targets/global-jar.xml +++ b/etc/targets/global-jar.xml @@ -15,6 +15,9 @@ <fileset dir="${global.dir.build.classes}"> <include name="**" /> </fileset> + <fileset dir="${global.dir.src.resources}"> + <include name="org/**" /> + </fileset> <!-- <fileset dir="${global.dir.src.resources}"> <include name="log4j.properties" /> |