sf-platform/build.xml
changeset 65 0099c046d4f3
parent 40 54444a2ae2db
child 66 ddfb6b8da4b4
equal deleted inserted replaced
64:3554074ceb34 65:0099c046d4f3
   271 		<!-- what has been built in tools2+tools+main -->
   271 		<!-- what has been built in tools2+tools+main -->
   272 		<antcall target="sf-delta-dir" inheritAll="false">
   272 		<antcall target="sf-delta-dir" inheritAll="false">
   273 			<param name="sf.list_a.name" value="post-clean"/>
   273 			<param name="sf.list_a.name" value="post-clean"/>
   274 			<param name="sf.list_b.name" value="post-build-main"/>
   274 			<param name="sf.list_b.name" value="post-build-main"/>
   275 		</antcall>
   275 		</antcall>
       
   276 		
       
   277 		<!-- what has been cleaned and rebuilt -->
       
   278 		<antcall target="sf-intersect-dir" inheritAll="false">
       
   279 			<param name="sf.list_a.name" value="post-clean_delta"/>       <!-- clean list -->
       
   280 			<param name="sf.list_b.name" value="post-build-main_delta"/>  <!-- built list -->
       
   281 		</antcall>
       
   282 		
       
   283 		<!-- what has been cleaned and not rebuilt -->
       
   284 		
   276   </target>
   285   </target>
   277 
   286 
   278   <!--
   287   <!--
   279     == Name: SF-S60-COMPILE
   288     == Name: SF-S60-COMPILE
   280     ==
   289     ==
   395 			<!-- what has been built by tools+2+main+bldmelast -->
   404 			<!-- what has been built by tools+2+main+bldmelast -->
   396 			<antcall target="sf-delta-dir" inheritAll="false">
   405 			<antcall target="sf-delta-dir" inheritAll="false">
   397 				<param name="sf.list_a.name" value="s60-baseline"/>
   406 				<param name="sf.list_a.name" value="s60-baseline"/>
   398 				<param name="sf.list_b.name" value="post-s60-bldmelast"/>
   407 				<param name="sf.list_b.name" value="post-s60-bldmelast"/>
   399 			</antcall>		
   408 			</antcall>		
       
   409 			
       
   410 			<!-- what has been cleaned and rebuilt -->
       
   411 			<antcall target="sf-intersect-dir" inheritAll="false">
       
   412 				<param name="sf.list_a.name" value="post-s60-clean_delta"/>       <!-- clean list -->
       
   413 				<param name="sf.list_b.name" value="post-s60-bldmelast_delta"/>  <!-- built list -->
       
   414 			</antcall>
       
   415 		
   400 	</target>
   416 	</target>
   401 
   417 
   402   <!-- import sf-common-config -->
   418   <!-- import sf-common-config -->
   403   <import file="../common/build.xml" />
   419   <import file="../common/build.xml" />
   404 
   420