mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-6646 Merging r25191 from maint-4-0 for future eclipse plug-in releases.
X-SVN-Rev: 25192
This commit is contained in:
parent
f26b72bf1d
commit
c0dc95176a
3 changed files with 18 additions and 1 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -192,6 +192,7 @@ icu4j/preprocessor.txt -text
|
|||
icu4j/src/com/ibm/icu/dev/data/rbbi/english.dict -text
|
||||
icu4j/src/com/ibm/icu/dev/data/testdata.jar -text
|
||||
icu4j/src/com/ibm/icu/dev/data/thai6.ucs -text
|
||||
icu4j/src/com/ibm/icu/dev/eclipse/misc/ICUConfig.properties -text
|
||||
icu4j/src/com/ibm/icu/dev/test/perf/data/collation/TestNames_Asian.txt -text
|
||||
icu4j/src/com/ibm/icu/dev/test/perf/data/collation/TestNames_Chinese.txt -text
|
||||
icu4j/src/com/ibm/icu/dev/test/perf/data/collation/TestNames_Japanese.txt -text
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1997-2008, International Business Machines Corporation and *
|
||||
* Copyright (C) 1997-2009, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
* This is the ant build file for ICU4J. See readme.html for more information.
|
||||
|
@ -1715,6 +1715,10 @@
|
|||
includes="impl/**/*,lang/**/*,math/**/*,text/**/*,util/**/*"
|
||||
excludes="**/.svn/**/*,**/*.jar,**/Transliterator_Han_Latin*.txt" />
|
||||
</copy>
|
||||
<!-- overwriting the ICU runtime configuration file for forcing ICU4J plugin to use JDK time zone rules -->
|
||||
<copy file="${eclipse.dir}/misc/ICUConfig.properties"
|
||||
toDir="${eclipse.projects.dir}/plugins/com.ibm.icu/src/com/ibm/icu"
|
||||
overwrite="true"/>
|
||||
<!-- icu data -->
|
||||
<copy todir="${eclipse.projects.dir}/plugins/com.ibm.icu/src/com/ibm/icu/impl/data">
|
||||
<fileset dir="${build.dir}/com/ibm/icu/impl/data"
|
||||
|
|
12
icu4j/src/com/ibm/icu/dev/eclipse/misc/ICUConfig.properties
Normal file
12
icu4j/src/com/ibm/icu/dev/eclipse/misc/ICUConfig.properties
Normal file
|
@ -0,0 +1,12 @@
|
|||
#******************************************************************************
|
||||
# Copyright (C) 2008-2009, International Business Machines Corporation and *
|
||||
# others. All Rights Reserved. *
|
||||
#******************************************************************************
|
||||
# This is the properties contains ICU runtime configuration for eclispe plug-in
|
||||
#
|
||||
|
||||
#
|
||||
# The default TimeZone implementation type used by the ICU TimeZone
|
||||
# factory method. [ ICU | JDK ]
|
||||
#
|
||||
com.ibm.icu.util.TimeZone.DefaultTimeZoneType = JDK
|
Loading…
Add table
Reference in a new issue