common/build.xml
changeset 4 aca90ed0d6a6
parent 3 cee0afe79855
child 5 9564faef3a98
equal deleted inserted replaced
3:cee0afe79855 4:aca90ed0d6a6
    13         
    13         
    14         <!--
    14         <!--
    15         ** TARGET DEFINITIONS
    15         ** TARGET DEFINITIONS
    16         -->
    16         -->
    17         
    17         
    18         <target name="sf-build" depends="sf-prep,sf-prebuild,scm-get-input,sf-build-run,sf-postbuild">            
    18         <target name="sf-build" depends="sf-prep,sf-prebuild,sf-get-source,sf-build-run,sf-postbuild">            
    19             <echo>[SF-BUILD]</echo>
    19             <echo>[SF-BUILD]</echo>
    20         </target>
    20         </target>
    21         
    21         
    22         <target name="sf-build-noprep">            
    22         <target name="sf-build-noprep">            
    23             <echo>[SF-BUILD-NO-PREP]</echo>
    23             <echo>[SF-BUILD-NO-PREP]</echo>
    72 		</antcall>
    72 		</antcall>
    73             
    73             
    74         </target>
    74         </target>
    75 
    75 
    76 
    76 
    77     <target name="scm-get-input">
    77     <target name="sf-get-source">
    78         <ant antfile="${sf.common.config.dir}/../../build/hg-pkg-build.ant.xml" />
    78         <ant antfile="${sf.common.config.dir}/../../build/hg-pkg-build.ant.xml" />
    79     </target>        
    79     </target>        
    80 </project>
    80 </project>
    81 
    81 
    82 
    82