From b5a41f4af1fe9351dbc6bd3b2194d94c2bf8dc27 Mon Sep 17 00:00:00 2001 From: Jaewon Lim Date: Tue, 24 Apr 2012 13:14:41 +0900 Subject: [PATCH] [Title] modify build.properties.clean [Type] support [Module] dynamic analyzer [Priority] minor [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- builder/build.properties.clean | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/builder/build.properties.clean b/builder/build.properties.clean index 9003802..13d678b 100644 --- a/builder/build.properties.clean +++ b/builder/build.properties.clean @@ -27,6 +27,8 @@ topLevelElementId=org.tizen.dynamicanalyzer.workbench.feature product=/org.tizen.dynamicanalyzer.workbench/dynamicanalyzer.product runPackager=true +p2.gathering=true + #Set the name of the archive that will result from the product build. #archiveNamePrefix= @@ -102,8 +104,8 @@ allowBinaryCycles=true #jnlp.configs=${configs} #uncomment to filter the content of the generated jnlp files based on the configuration being built #Set to true if you want to sign jars -#jarProcessor.unsign=true -#signJars=true +jarProcessor.unsign=true +signJars=true #sign.alias= #sign.keystore= #sign.storepass= -- 2.7.4