]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Moved ICU jar to another place in build path and checked in.
authorThad Hughes <thad.hughes@gmail.com>
Thu, 8 Dec 2011 18:13:24 +0000 (10:13 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Thu, 8 Dec 2011 18:13:24 +0000 (10:13 -0800)
.classpath
jars/icu4j-module.jar [new file with mode: 0644]

index 7f4fe45646204619889c9bc850abb42cc5a3903f..80f926fe5bbe5a2821f5a518adc200cb90659b7a 100644 (file)
@@ -3,7 +3,7 @@
        <classpathentry kind="src" path="src"/>
        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
        <classpathentry combineaccessrules="false" exported="true" kind="src" path="/Util"/>
-       <classpathentry exported="true" kind="lib" path="jars/icu4j-4_4_2-src/out/module/lib/icu4j-module.jar"/>
        <classpathentry kind="src" path="gen"/>
+       <classpathentry kind="lib" path="jars/icu4j-module.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/jars/icu4j-module.jar b/jars/icu4j-module.jar
new file mode 100644 (file)
index 0000000..56d35c8
Binary files /dev/null and b/jars/icu4j-module.jar differ