[Title] enabled jar debug information
authorjihoon song <jihoon80.song@samsung.com>
Sat, 3 Dec 2011 02:42:57 +0000 (11:42 +0900)
committerjihoon song <jihoon80.song@samsung.com>
Sat, 3 Dec 2011 02:42:57 +0000 (11:42 +0900)
[Type] Enhancement
[Module] common-eplugin
[Priority] Minor
[CQ#] --
[Redmine#] --
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I55cc9d596b6a8d0fa130b6dbbd5775de8f336b11

builder/build.properties.clean
builder/build.properties.product.clean

index 374eef5..2590cdf 100644 (file)
@@ -240,7 +240,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
index c177036..b87f25f 100644 (file)
@@ -241,7 +241,7 @@ p2.gathering = 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