Author: scottbw
Date: Mon Mar  7 12:31:31 2011
New Revision: 1078759

URL: http://svn.apache.org/viewvc?rev=1078759&view=rev
Log:
Updated icu4j to latest version. Hopefully this will resolve the intermittent 
exception I've seen with getting locale tags (see e.g. WOOKIE-156)

Added:
    incubator/wookie/trunk/ant/lib/icu4j-4_6_0.jar   (with props)
Removed:
    incubator/wookie/trunk/ant/lib/icu4j-4_2_1.jar
Modified:
    incubator/wookie/trunk/.classpath
    incubator/wookie/trunk/ivy.xml

Modified: incubator/wookie/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/.classpath?rev=1078759&r1=1078758&r2=1078759&view=diff
==============================================================================
--- incubator/wookie/trunk/.classpath (original)
+++ incubator/wookie/trunk/.classpath Mon Mar  7 12:31:31 2011
@@ -13,7 +13,7 @@
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
 1.6"/>
        <classpathentry kind="con" 
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&amp;confs=*"/>
        <classpathentry kind="lib" path="ant/lib/guice-2.0.jar"/>
-       <classpathentry kind="lib" path="ant/lib/icu4j-4_2_1.jar"/>
+       <classpathentry kind="lib" path="ant/lib/icu4j-4_6_0.jar"/>
        <classpathentry kind="lib" path="ant/lib/oauth-20090531.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>

Added: incubator/wookie/trunk/ant/lib/icu4j-4_6_0.jar
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/lib/icu4j-4_6_0.jar?rev=1078759&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/wookie/trunk/ant/lib/icu4j-4_6_0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/wookie/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=1078759&r1=1078758&r2=1078759&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Mon Mar  7 12:31:31 2011
@@ -29,7 +29,7 @@
         </dependency>
         <dependency org="org.apache.incubator" name="wookieW3CParser" 
rev="latest.integration" conf="deploy->default">
         </dependency>
-        <dependency org="com.ibm.icu" name="icu4j" rev="4_2_1" 
conf="deploy->default">
+        <dependency org="com.ibm.icu" name="icu4j" rev="4_6_0" 
conf="deploy->default">
         </dependency>
         <dependency org="org.apache.commons" name="commons-email" rev="1.1" 
conf="deploy->default">
         </dependency> 


Reply via email to