]> granicus.if.org Git - icu/commitdiff
ICU-10650 53m1 BRS task - updates for svn properties
authorScott Russell <DTownSMR@gmail.com>
Tue, 21 Jan 2014 04:03:13 +0000 (04:03 +0000)
committerScott Russell <DTownSMR@gmail.com>
Tue, 21 Jan 2014 04:03:13 +0000 (04:03 +0000)
X-SVN-Rev: 34945

.gitattributes
icu4j/main/tests/testall/build.xml

index 99f9104bc5c38997702c74ff23589f53b0fac595..ba244ac9bd912e9e4de4bb046f77d4ca9eba2600 100644 (file)
@@ -276,9 +276,6 @@ icu4j/main/classes/core/.settings/edu.umd.cs.findbugs.core.prefs -text
 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
@@ -339,7 +336,6 @@ icu4j/main/tests/core/manifest.stub -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
@@ -597,7 +593,6 @@ icu4j/main/tests/testall/.settings/org.eclipse.core.resources.prefs -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
index 46f60f8e289af72ca2c4d0180630655f815e0a48..5a5aef2ae5894bcd82c186d11a5a55029d70e344 100644 (file)
@@ -1,31 +1,31 @@
-<!--\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