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:
Yoshito Umaoka 2007-03-29 19:20:48 +00:00
parent 15147c7d36
commit 8b2a2f7398

View file

@ -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