icu4j/main/classes/core/.settings/org.eclipse.core.resources.prefs -text
icu4j/main/classes/core/.settings/org.eclipse.jdt.core.prefs -text
icu4j/main/classes/core/manifest.stub -text
-icu4j/main/classes/core/src/com/ibm/icu/impl/DontCareFieldPosition.java -text
-icu4j/main/classes/core/src/com/ibm/icu/text/QuantityFormatter.java -text
-icu4j/main/classes/core/src/com/ibm/icu/text/RelativeDateTimeFormatter.java -text
icu4j/main/classes/currdata/.externalToolBuilders/copy-data-currdata.launch -text
icu4j/main/classes/currdata/.settings/org.eclipse.core.resources.prefs -text
icu4j/main/classes/currdata/.settings/org.eclipse.jdt.core.prefs -text
icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/english.dict -text
icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/testmessages.properties -text
icu4j/main/tests/core/src/com/ibm/icu/dev/data/thai6.ucs -text
-icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/RelativeDateTimeFormatterTest.java -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_3.6/com.ibm.icu.impl.OlsonTimeZone.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_3.6/com.ibm.icu.impl.TimeZoneAdapter.dat -text
icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_3.6/com.ibm.icu.math.BigDecimal.dat -text
icu4j/main/tests/testall/.settings/org.eclipse.jdt.core.prefs -text
icu4j/main/tests/testall/.settings/org.eclipse.jdt.ui.prefs -text
icu4j/main/tests/testall/build.properties -text
-icu4j/main/tests/testall/build.xml -text
icu4j/main/tests/testall/manifest.stub -text
icu4j/main/tests/translit/.externalToolBuilders/copy-translit-test-data.launch -text
icu4j/main/tests/translit/.settings/org.eclipse.core.resources.prefs -text
-<!--\r
-*******************************************************************************\r
-* Copyright (C) 2013, International Business Machines Corporation and *\r
-* others. All Rights Reserved. *\r
-*******************************************************************************\r
--->\r
-<project name="testall" default="build" basedir=".">\r
- <property file="build-local.properties"/>\r
- <property file="build.properties"/>\r
- <import file="${shared.dir}/build/common-targets.xml"/>\r
-\r
- <path id="javac.classpathref">\r
- <path refid="javac.classpathref.${ant.project.name}"/>\r
- </path>\r
- <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>\r
- <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>\r
-\r
- <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>\r
-\r
- <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>\r
-\r
- <target name="clean" depends="@clean" description="Clean up the build outputs"/>\r
-\r
- <target name="compile" depends="@compile" description="Compile java source files"/>\r
-\r
- <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/>\r
-\r
- <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>\r
-\r
- <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>\r
+<!--
+*******************************************************************************
+* Copyright (C) 2013, International Business Machines Corporation and *
+* others. All Rights Reserved. *
+*******************************************************************************
+-->
+<project name="testall" default="build" basedir=".">
+ <property file="build-local.properties"/>
+ <property file="build.properties"/>
+ <import file="${shared.dir}/build/common-targets.xml"/>
+
+ <path id="javac.classpathref">
+ <path refid="javac.classpathref.${ant.project.name}"/>
+ </path>
+ <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
+ <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
+
+ <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
+
+ <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
+
+ <target name="clean" depends="@clean" description="Clean up the build outputs"/>
+
+ <target name="compile" depends="@compile" description="Compile java source files"/>
+
+ <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/>
+
+ <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
+
+ <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
</project>
\ No newline at end of file