diff options
author | taeyoung2.son <taeyoung2.son@samsung.com> | 2011-12-03 19:01:20 +0900 |
---|---|---|
committer | taeyoung2.son <taeyoung2.son@samsung.com> | 2011-12-03 19:01:20 +0900 |
commit | ecd5da6326dbb2d88b90b8725100c40b51e88ea3 (patch) | |
tree | 3523b62dbd52099f4d3693f78633e8ef4ed3ef3e /builder | |
parent | 16f1247964a5a4a5855978c7312b6bd3b6bcf1fc (diff) | |
download | common-eplugin-ecd5da6326dbb2d88b90b8725100c40b51e88ea3.tar.gz common-eplugin-ecd5da6326dbb2d88b90b8725100c40b51e88ea3.tar.bz2 common-eplugin-ecd5da6326dbb2d88b90b8725100c40b51e88ea3.zip |
[Title] Modify font color in splash image
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
Diffstat (limited to 'builder')
-rw-r--r-- | builder/build.properties.product.clean | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/build.properties.product.clean b/builder/build.properties.product.clean index b87f25f17..81ab419ea 100644 --- a/builder/build.properties.product.clean +++ b/builder/build.properties.product.clean @@ -102,8 +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 +#jarProcessor.unsign=true +#signJars=true #sign.alias=<alias> #sign.keystore=<keystore location> #sign.storepass=<keystore password> |