From 6f903eb512bd8e313b0d689b0f0e2743e7f2504a Mon Sep 17 00:00:00 2001 From: "taeyoung2.son" Date: Thu, 17 Nov 2011 19:16:06 +0900 Subject: [PATCH] [Title] Modify build property files [Type] Feature [Module] Main [Priority] Major [CQ#] [Redmine#] [Problem] [Cause] [Solution] --- builder/build.properties.clean | 10 ++++++---- builder/customTargets.xml | 23 ++++++++++++++++++++--- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/builder/build.properties.clean b/builder/build.properties.clean index 698eb8d..59a6940 100644 --- a/builder/build.properties.clean +++ b/builder/build.properties.clean @@ -24,14 +24,14 @@ topLevelElementType=feature topLevelElementId=com.samsung.slp.common.feature ############# PRODUCT/PACKAGING CONTROL ############# -#product=/com.samsung.freshide/SLPSDK.product -#runPackager=true +product=/com.samsung.slp.common.branding/common_native_wac.product +runPackager=true #Set the name of the archive that will result from the product build. #archiveNamePrefix= # The prefix that will be used in the generated archive. -archivePrefix=common_plugins +archivePrefix=SLPIDE # The location underwhich all of the build output will be collected. collectingFolder=${archivePrefix} @@ -102,6 +102,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 #signJars=false #sign.alias= #sign.keystore= @@ -210,7 +212,7 @@ skipFetch=true ############# P2 OPTIONS ############## -#p2.gathering = true +p2.gathering = true #p2.compress=true ############# JAVA COMPILER OPTIONS ############## diff --git a/builder/customTargets.xml b/builder/customTargets.xml index 50065bf..c1414fd 100644 --- a/builder/customTargets.xml +++ b/builder/customTargets.xml @@ -13,9 +13,26 @@ - + + + + + + + + + + + + + + + + - + + -- 2.7.4