ICU-5646 Use javac option -g to include debug information for eclipse plugin headless build

X-SVN-Rev: 21329
This commit is contained in:
Yoshito Umaoka 2007-03-29 17:20:54 +00:00
parent 1c90738b52
commit 005e0e8746

View file

@ -209,7 +209,7 @@ javacFailOnError=true
javacVerbose=true
# Extra arguments for the compiler. These are specific to the java compiler being used.
#compilerArg=
compilerArg=-g
# 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