mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-5464 Use the same compiler option with other eclipse core plugins in headless plugin build
X-SVN-Rev: 21333
This commit is contained in:
parent
15147c7d36
commit
8b2a2f7398
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ skipFetch=true
|
|||
logExtension=.log
|
||||
|
||||
# Whether or not to include debug info in the output jars
|
||||
javacDebugInfo=false
|
||||
javacDebugInfo=true
|
||||
|
||||
# Whether or not to fail the build if there are compiler errors
|
||||
javacFailOnError=true
|
||||
|
@ -209,7 +209,7 @@ javacFailOnError=true
|
|||
javacVerbose=true
|
||||
|
||||
# Extra arguments for the compiler. These are specific to the java compiler being used.
|
||||
compilerArg=-g
|
||||
compilerArg=-inlineJSR -enableJavadoc -encoding ISO-8859-1
|
||||
|
||||
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
|
||||
javacSource=1.3
|
||||
|
|
Loading…
Add table
Reference in a new issue