common/build.xml
changeset 919 25854ab85b4e
parent 914 e4c5389160b3
child 916 a93d4e0357e5
equal deleted inserted replaced
912:5a63512dfd19 919:25854ab85b4e
    79     <import file="${sf.common.config.dir}/build.postbuild.xml"/>
    79     <import file="${sf.common.config.dir}/build.postbuild.xml"/>
    80 	
    80 	
    81     <!-- Import test functionality distributed into other file(s) -->
    81     <!-- Import test functionality distributed into other file(s) -->
    82     <import file="${sf.common.config.dir}/build.test.xml"/>
    82     <import file="${sf.common.config.dir}/build.test.xml"/>
    83     
    83     
    84     <!-- helium 7 compatability. needs to be defined -->
    84     <!-- helium 7+ compatability. needs to be defined -->
    85     <if>
    85     <if>
    86       <or>
    86       <not><or>
    87         <equals arg1="${helium.version}" arg2="7.0"/>
    87         <equals arg1="${helium.version}" arg2="5.0"/>
    88         <equals arg1="${last.major.helium.version}" arg2="7.0"/>
    88         <equals arg1="${last.major.helium.version}" arg2="5.0"/>
    89       </or>
    89       </or></not>
    90       <then>
    90       <then>
    91           <property name="schema.new" value="true"/>
    91           <property name="schema.new" value="true"/>
       
    92           <property name="skip.sbs.parser.exception" value="true"/>
       
    93           
       
    94           <!-- Never fail on sbs compile errors -->
       
    95           <hlm:signalInput id="compileSignalInput" failbuild="never">
       
    96             <hlm:notifierListRef refid="defaultFailNotifier" />
       
    97           </hlm:signalInput>
       
    98           
       
    99           <hlm:signalInput id="raptorErrorSignalInput" failbuild="never">
       
   100             <hlm:notifierListRef refid="defaultFailNotifier" />
       
   101           </hlm:signalInput>
    92       </then>
   102       </then>
    93     </if>
   103     </if>
    94     
   104     
    95     <!--
   105     <!--
    96       - END OF PROPERTY DEFINITIONS, TARGETS START HERE
   106       - END OF PROPERTY DEFINITIONS, TARGETS START HERE