(no commit message)
[utils] / build / header.xml
index 196a32b4046e2158b73116b005b13cbbbf54b0eb..fed9d8d7619a2b938168f22b5128f0e5a2594d7c 100644 (file)
   </antcall>
 </target>
 
+<target name="commons-email.d">
+  <antcall target="download.dep">
+    <param name="group" value="commons-email"/>
+    <param name="version" value="1.0"/>
+  </antcall>
+</target>
+
+
+
 
 <target name="logging.d" depends="log4j.d,commons-logging.d">
 </target>
             in case the source is in a subdirectory and not necessarily
             in the top-level directory --> 
    
-    <property name="ant.lib.dir" value="${project.home}/lib/ant"/>
-    <property name="ant.downloaded.lib.dir" value="${project.home}/lib/ant/downloaded"/>
+    <property name="ant.lib.dir" value="${build.dir}/lib/ant"/>
+    <property name="ant.downloaded.lib.dir" value="${build.dir}/lib/ant/downloaded"/>
     <property name="external.lib.dir" value="lib/external"/>
     <property name="test.lib.dir" value="lib/test"/>
-    <property name="special.lib.dir" value="${project.home}/lib/special"/>
+    <property name="special.lib.dir" value="${build.dir}/lib/special"/>
     <property name="forrest.xdocs.dir" value="${project.home}/site/xdocs"/>
     <property name="forrest.build.dir" value="${project.home}/site/build"/>
     <property name="forrest.build.site.dir" value="${forrest.build.dir}/site"/>