common/build.xml
changeset 97 d6aee860ab32
parent 96 b8d6af733d6d
child 98 df71a85ab63f
--- a/common/build.xml	Wed Apr 29 14:39:49 2009 +0100
+++ b/common/build.xml	Wed Apr 29 15:02:21 2009 +0100
@@ -141,9 +141,14 @@
             <istrue value="${sf.spec.sourcesync.enable}" />
             <then>
                 <runtarget target="sf-get-source"/>
+				
+				<if><istrue value="${sf.spec.package.src.enable}"/>
+				<then>
+					<echo message="INFO Packaging Source"/>
+					<runtarget target="sf-package-source"/>
+				</then>
             </then>
-        </if>
-        
+        </if>        
       <if>
         <istrue value="${sf.spec.publish.enable}"/>
         <then>
@@ -163,6 +168,14 @@
         <runtarget target="sf-tag-hg-code"/>
       </then>
     </if>
+	
+	<if>
+		<istrue value="${sf.spec.package.bin.enable}"/>
+		<then>
+			<echo message="INFO Packaging Binaries"/>
+			<runtarget target="sf-package-binary"/>
+		</then>
+	</if>
 
     <!-- PUBLISH LOGS/REPORTS -->
     <if>