]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - jars/icu4j-52_1/samples/build.xml
Upgrade ICU4J.
[Dictionary.git] / jars / icu4j-52_1 / samples / build.xml
similarity index 88%
rename from jars/icu4j-4_8_1_1/main/classes/localespi/build.xml
rename to jars/icu4j-52_1/samples/build.xml
index 36689d863d3e34cf8b510269d41d6512c47817a2..9e5bbfe8451f782302674f6ccd2963e03f236d07 100644 (file)
@@ -1,10 +1,10 @@
 <!--
 *******************************************************************************
-* Copyright (C) 2009-2010, International Business Machines Corporation and    *
+* Copyright (C) 2011, International Business Machines Corporation and         *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 -->
-<project name="localespi" default="build" basedir=".">
+<project name="samples" default="build" basedir=".">
     <property file="build-local.properties"/>
     <property file="build.properties"/>
     <import file="${shared.dir}/build/common-targets.xml"/>
@@ -27,5 +27,5 @@
 
     <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
 
-    <target name="src-jar" depends="@src-jar" description="Create the proeject's source jar file"/>
+    <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
 </project>