diff options
author | Taeyoung Son <taeyoung2.son@samsung.com> | 2012-02-10 11:39:09 +0900 |
---|---|---|
committer | Taeyoung Son <taeyoung2.son@samsung.com> | 2012-02-10 11:39:09 +0900 |
commit | baa693d3c3e51b3041f463145f0e150e3f08a242 (patch) | |
tree | 03986a1614ec3dee3e940789cf81657f4d026d73 /builder | |
parent | d0d2b6d898b25e7d4d698c340d9225ddaa01b4db (diff) | |
download | common-eplugin-baa693d3c3e51b3041f463145f0e150e3f08a242.tar.gz common-eplugin-baa693d3c3e51b3041f463145f0e150e3f08a242.tar.bz2 common-eplugin-baa693d3c3e51b3041f463145f0e150e3f08a242.zip |
[Title] Modify feature name in build script
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
Change-Id: I77db12a435c8e7ceed233b5fef86cd51b61b6ede
Diffstat (limited to 'builder')
-rw-r--r-- | builder/build.properties.clean | 2 | ||||
-rw-r--r-- | builder/build.properties.product.clean | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/builder/build.properties.clean b/builder/build.properties.clean index 2590cdf24..1cecd74e1 100644 --- a/builder/build.properties.clean +++ b/builder/build.properties.clean @@ -21,7 +21,7 @@ #The type of the top level element we are building, generally "feature" topLevelElementType=feature #The id of the top level element we are building -topLevelElementId=com.samsung.tizen.common.feature +topLevelElementId=org.tizen.common.feature ############# PRODUCT/PACKAGING CONTROL ############# #product=/com.samsung.freshide/SLPSDK.product diff --git a/builder/build.properties.product.clean b/builder/build.properties.product.clean index b87f25f17..5019f787c 100644 --- a/builder/build.properties.product.clean +++ b/builder/build.properties.product.clean @@ -21,10 +21,10 @@ #The type of the top level element we are building, generally "feature" topLevelElementType=feature #The id of the top level element we are building -topLevelElementId=com.samsung.tizen.common.product.feature +topLevelElementId=org.tizen.common.product.feature ############# PRODUCT/PACKAGING CONTROL ############# -product=/com.samsung.tizen.common.platform/common_native_wac.product +product=/org.tizen.common.platform/common_native_wac.product runPackager=true #Set the name of the archive that will result from the product build. |