summaryrefslogtreecommitdiffstats
path: root/etc/targets
diff options
context:
space:
mode:
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" />