diff options
Diffstat (limited to 'ant.properties')
-rw-r--r-- | ant.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ant.properties b/ant.properties index ee52d86..5c19441 100644 --- a/ant.properties +++ b/ant.properties @@ -15,3 +15,7 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. +key.store=keystore +key.alias=bob +key.store.password=altusmetrum +key.alias.password=altusmetrum |