From 0fbaeb0ea481855b53e4751e11dfbcb48d63fda5 Mon Sep 17 00:00:00 2001 From: sponge Date: Tue, 24 Jul 2012 05:59:45 +0000 Subject: [PATCH] Don't ask for signing passphrase on the lib build --- custom_rules.xml | 2 -- routerjars/AndroidManifest.xml | 4 ++-- routerjars/ant.properties | 3 --- routerjars/custom_rules.xml | 7 ++++++- scripts/setversion.sh | 5 +++++ 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/custom_rules.xml b/custom_rules.xml index aaa3ee70d..4e6859abd 100644 --- a/custom_rules.xml +++ b/custom_rules.xml @@ -226,6 +226,4 @@ - - diff --git a/routerjars/AndroidManifest.xml b/routerjars/AndroidManifest.xml index c0c558d68..e3e5cf441 100644 --- a/routerjars/AndroidManifest.xml +++ b/routerjars/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/routerjars/ant.properties b/routerjars/ant.properties index 60abe93cf..5285a6f6f 100644 --- a/routerjars/ant.properties +++ b/routerjars/ant.properties @@ -15,7 +15,4 @@ # '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.alias=${application-package} application-package=net.i2p.router -key.store.password=android -key.store=${user.home}/.android/${application-package}.keystore diff --git a/routerjars/custom_rules.xml b/routerjars/custom_rules.xml index f62ef8c33..ff3bdd09d 100644 --- a/routerjars/custom_rules.xml +++ b/routerjars/custom_rules.xml @@ -14,8 +14,13 @@ - + + + + + +