eclipse plugin: Include debug info in the .jars

This commit is contained in:
Timotei Dolean 2012-07-29 15:10:58 +00:00
parent 33fe62c579
commit ca1b9ee5e8

View file

@ -86,7 +86,7 @@ JavaSE-1.6=${java.home}/lib/rt.jar
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