61c4a728cd
- remove the old LocaleMatcher implementation code - move the XLocaleMatcher code into LocaleMatcher, same for test - remove unused internal methods - stop comparing old vs. new performance - generate langInfo.txt resource bundle file with precomputed likely-subtags and matcher data - make genrb handle multi-line binary values - load likely-subtags & distance data from new langInfo.res bundle - test that built data == loaded data - move data builders to tools, no more runtime dependency on builder code
11 lines
620 B
XML
11 lines
620 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-translit"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-collate"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/>
|
|
<classpathentry kind="output" path="out/bin"/>
|
|
</classpath>
|