common/build.xml
changeset 9 29394d95b3e1
parent 8 b7bfb0cc6f4a
parent 6 8bbcf7b2218d
child 11 5a54277d3867
--- a/common/build.xml	Thu Mar 05 18:25:31 2009 +0000
+++ b/common/build.xml	Fri Mar 06 15:05:38 2009 +0000
@@ -19,7 +19,20 @@
     
     <!--
     ** TARGET DEFINITIONS
-    -->
+    -->   
+    
+    <target name="sf-prep" depends="sf-generate-source-spec, prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env">
+        <echo>[SF-PREP]</echo>
+        <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
+    </target>
+        
+    <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild">
+        <echo>[SF-BUILD-ALL]</echo>
+    </target>
+    
+    <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild">
+        <echo>[SF-BUILD]</echo>
+    </target>
     
     <target name="sf-parse-project-config">
     <!-- TODO: Parse the project config and generate properties and csv file to be
@@ -41,15 +54,6 @@
         </fmpp>
     </target>
     
-    <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild">
-        <echo>[SF-BUILD]</echo>
-    </target>   
-    
-    <target name="sf-prep" depends="sf-generate-source-spec, prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env">
-        <echo>[SF-PREP]</echo>
-        <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
-    </target>
-    
     <target name="sf-prebuild">
         <echo>[SF-PREBUILD]</echo>