@@ -903,6 +903,14 @@ is divided into following sections:
903903 <propertyfile file =" ${built-jar.properties}" >
904904 <entry key =" ${basedir}" value =" " />
905905 </propertyfile >
906+ <antcall target =" -maybe-call-dep" >
907+ <param name =" call.built.properties" value =" ${built-jar.properties}" />
908+ <param location =" ${project.JMapProjLib}" name =" call.subproject" />
909+ <param location =" ${project.JMapProjLib}/build.xml" name =" call.script" />
910+ <param name =" call.target" value =" jar" />
911+ <param name =" transfer.built-jar.properties" value =" ${built-jar.properties}" />
912+ <param name =" transfer.not.archive.disabled" value =" true" />
913+ </antcall >
906914 </target >
907915 <target depends =" init,-check-automatic-build,-clean-after-automatic-build" name =" -verify-automatic-build" />
908916 <target depends =" init" name =" -check-automatic-build" >
@@ -1388,6 +1396,14 @@ is divided into following sections:
13881396 <propertyfile file =" ${built-clean.properties}" >
13891397 <entry key =" ${basedir}" value =" " />
13901398 </propertyfile >
1399+ <antcall target =" -maybe-call-dep" >
1400+ <param name =" call.built.properties" value =" ${built-clean.properties}" />
1401+ <param location =" ${project.JMapProjLib}" name =" call.subproject" />
1402+ <param location =" ${project.JMapProjLib}/build.xml" name =" call.script" />
1403+ <param name =" call.target" value =" clean" />
1404+ <param name =" transfer.built-clean.properties" value =" ${built-clean.properties}" />
1405+ <param name =" transfer.not.archive.disabled" value =" true" />
1406+ </antcall >
13911407 </target >
13921408 <target depends =" init" name =" -do-clean" >
13931409 <delete dir =" ${build.dir}" />
0 commit comments