diff options
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> |