From f41d6bc0fd1f27eeceee4139939c9d207cc2e1f6 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 7 Feb 2011 09:55:23 -0800 Subject: [PATCH] Package the plug-ins with debug info. This allows us to get useful stack trace from external users. Change-Id: I588ba6284f7f62cb7a7b73405e805171f350adab --- eclipse/buildConfig/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse/buildConfig/build.properties b/eclipse/buildConfig/build.properties index cd477d80b..45cc3c22b 100644 --- a/eclipse/buildConfig/build.properties +++ b/eclipse/buildConfig/build.properties @@ -211,7 +211,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 -- 2.11.0