--- a/common/build.xml Wed Mar 03 19:46:30 2010 +0000
+++ b/common/build.xml Thu Mar 04 18:54:21 2010 +0000
@@ -81,12 +81,12 @@
<!-- Import test functionality distributed into other file(s) -->
<import file="${sf.common.config.dir}/build.test.xml"/>
- <!-- helium 7 compatability. needs to be defined -->
+ <!-- helium 7+ compatability. needs to be defined -->
<if>
- <or>
- <equals arg1="${helium.version}" arg2="7.0"/>
- <equals arg1="${last.major.helium.version}" arg2="7.0"/>
- </or>
+ <not><or>
+ <equals arg1="${helium.version}" arg2="5.0"/>
+ <equals arg1="${last.major.helium.version}" arg2="5.0"/>
+ </or></not>
<then>
<property name="schema.new" value="true"/>
<property name="skip.sbs.parser.exception" value="true"/>