[Title] modify build.properties.clean
authorJaewon Lim <jaewon81.lim@samsung.com>
Tue, 24 Apr 2012 04:14:41 +0000 (13:14 +0900)
committerJaewon Lim <jaewon81.lim@samsung.com>
Tue, 24 Apr 2012 04:14:41 +0000 (13:14 +0900)
[Type] support
[Module] dynamic analyzer
[Priority] minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

builder/build.properties.clean

index 9003802..13d678b 100644 (file)
@@ -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=<alias>
 #sign.keystore=<keystore location>
 #sign.storepass=<keystore password>