diff --git a/build.xml b/build.xml
index 5ae465d..5586be7 100644
--- a/build.xml
+++ b/build.xml
@@ -27,6 +27,8 @@
+
+
@@ -91,7 +93,9 @@
debug="${comp.debug}"
optimize="${comp.optimize}"
verbose="${comp.verbose}"
- depend="${comp.depend}">
+ depend="${comp.depend}"
+ source="${comp.source}"
+ target="${comp.target}">