summaryrefslogtreecommitdiffstats
path: root/etc/targets
diff options
context:
space:
mode:
authorShevek <[email protected]>2011-07-08 21:36:01 +0000
committerShevek <[email protected]>2011-07-08 21:36:01 +0000
commitc12ca797d66415756f364bc6c4a31ee502d9a9dd (patch)
treed68c19936c095bb2bc3011ecba4e8a16bab4f591 /etc/targets
parent9aa50b21462d62fda5f268880fcf04f4b12eb469 (diff)
Make ant task work a lot better.
Diffstat (limited to 'etc/targets')
-rw-r--r--etc/targets/global-jar.xml3
1 files changed, 3 insertions, 0 deletions
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" />