[489174] Fixed bundle rule to have both lower and upper bound
The current version of the Sapphire build system used by DTP apparently
supports only version range expressions with both lower and upper bound.
diff --git a/releng.new/build.xml b/releng.new/build.xml
index 1398e50..c2ac49b 100644
--- a/releng.new/build.xml
+++ b/releng.new/build.xml
@@ -182,7 +182,7 @@
<exclude id="javax\..*"/>
<exclude id="net\.sourceforge\..*"/>
<exclude id="org\.apache\..*"/>
- <rule bundle="com.ibm.icu" expr="M1.M2.M3"/>
+ <rule bundle="com.ibm.icu" expr="[M1.M2.M3,T1+10,0,0)"/>
<rule bundle="*" expr="[M1.M2.M3,T1+1.0.0)"/>
</set-bundle-version-constraints>