common/build.xml
changeset 74 d6aee860ab32
parent 73 b8d6af733d6d
child 75 df71a85ab63f
equal deleted inserted replaced
73:b8d6af733d6d 74:d6aee860ab32
   139         
   139         
   140         <if>
   140         <if>
   141             <istrue value="${sf.spec.sourcesync.enable}" />
   141             <istrue value="${sf.spec.sourcesync.enable}" />
   142             <then>
   142             <then>
   143                 <runtarget target="sf-get-source"/>
   143                 <runtarget target="sf-get-source"/>
       
   144 				
       
   145 				<if><istrue value="${sf.spec.package.src.enable}"/>
       
   146 				<then>
       
   147 					<echo message="INFO Packaging Source"/>
       
   148 					<runtarget target="sf-package-source"/>
       
   149 				</then>
   144             </then>
   150             </then>
   145         </if>
   151         </if>        
   146         
       
   147       <if>
   152       <if>
   148         <istrue value="${sf.spec.publish.enable}"/>
   153         <istrue value="${sf.spec.publish.enable}"/>
   149         <then>
   154         <then>
   150           <runtarget target="sf-diamondize-bom"/>
   155           <runtarget target="sf-diamondize-bom"/>
   151         </then>
   156         </then>
   161       <then>
   166       <then>
   162         <echo message="Apply tag to the source code used in this build"/>
   167         <echo message="Apply tag to the source code used in this build"/>
   163         <runtarget target="sf-tag-hg-code"/>
   168         <runtarget target="sf-tag-hg-code"/>
   164       </then>
   169       </then>
   165     </if>
   170     </if>
       
   171 	
       
   172 	<if>
       
   173 		<istrue value="${sf.spec.package.bin.enable}"/>
       
   174 		<then>
       
   175 			<echo message="INFO Packaging Binaries"/>
       
   176 			<runtarget target="sf-package-binary"/>
       
   177 		</then>
       
   178 	</if>
   166 
   179 
   167     <!-- PUBLISH LOGS/REPORTS -->
   180     <!-- PUBLISH LOGS/REPORTS -->
   168     <if>
   181     <if>
   169       <istrue value="${sf.spec.publish.enable}" />
   182       <istrue value="${sf.spec.publish.enable}" />
   170       <then>
   183       <then>