mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-9187 Ignore javac warning for setting an older source without bootclasspath introduced in JDK 7.
X-SVN-Rev: 31621
This commit is contained in:
parent
c934336539
commit
a1344472af
8 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
|
||||
javac.source = 1.6
|
||||
javac.target = 1.6
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#*******************************************************************************
|
||||
#* Copyright (C) 2009, International Business Machines Corporation and *
|
||||
#* Copyright (C) 2009-2012, International Business Machines Corporation and *
|
||||
#* others. All Rights Reserved. *
|
||||
#*******************************************************************************
|
||||
shared.dir = ../../shared
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann
|
||||
javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
||||
|
|
Loading…
Add table
Reference in a new issue