equal
deleted
inserted
replaced
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"/> |
92 <property name="skip.sbs.parser.exception" value="true"/> |
93 |
93 |
94 <!-- Never fail on sbs compile errors --> |
94 <!-- Never fail on sbs compile errors --> |