ICU-7035 icu4j-collate-test to include currdata, langdata and regiondata in its classpath for now. Updated year to 2010 in build property file. Changed API report version to 434.

X-SVN-Rev: 27351
This commit is contained in:
Yoshito Umaoka 2010-01-20 22:33:23 +00:00
parent 67a6db03b1
commit 1c5d050412
3 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#*******************************************************************************
#* Copyright (C) 2009, International Business Machines Corporation and *
#* Copyright (C) 2009-2010, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
api.report.version = 433
api.report.version = 434
api.report.prev.version = 421

View file

@ -1,12 +1,12 @@
#*******************************************************************************
#* Copyright (C) 2009, International Business Machines Corporation and *
#* Copyright (C) 2009-2010, International Business Machines Corporation and *
#* others. All Rights Reserved. *
#*******************************************************************************
# Version numbers, etc.
icu4j.spec.version = 4.3.4
icu4j.impl.version = 4.3.4
current.year = 2009
current.year = 2010
corp = IBM Corporation
copyright = Copyright 2000-${current.year}, International Business Machines Corporation and others. All Rights Reserved.

View file

@ -5,5 +5,8 @@
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-currdata"/>
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-langdata"/>
<classpathentry combineaccessrules="false" kind="src" path="/icu4j-regiondata"/>
<classpathentry kind="output" path="out/bin"/>
</classpath>