ICU-6809 Disabled UnicodeRegex on Java 1.4 environment. It does not work well on Java 1.4 env even I modify the code to javac to compile the code properly.

X-SVN-Rev: 25840
This commit is contained in:
Yoshito Umaoka 2009-04-20 15:48:38 +00:00
parent 1f909b0680
commit 2929ac7270
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
//##header
//#if defined(FOUNDATION10) || defined(J2SE13)
//#if defined(FOUNDATION10) || defined(J2SE13) || defined(J2SE14)
//#else
/*
*******************************************************************************

View File

@ -28,9 +28,12 @@ public class TestAll extends TestGroup {
"RoundTripTest",
"TransliteratorTest",
"UnicodeSetTest",
//#if defined(FOUNDATION10) || defined(J2SE13)
//#if defined(FOUNDATION10) || defined(J2SE13) || defined(J2SE14)
//#else
"RegexUtilitiesTest",
//#endif
//#if defined(FOUNDATION10) || defined(J2SE13)
//#else
"UnicodeMapTest",
//#endif
});

View File

@ -1,5 +1,5 @@
//##header
//#if defined(FOUNDATION10) || defined(J2SE13)
//#if defined(FOUNDATION10) || defined(J2SE13) || defined(J2SE14)
//#else
/*
*******************************************************************************