From 60171130baf711b619668d773aa1ba6a1f02a025 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sun, 22 Dec 2013 23:12:50 +0100 Subject: build: have only one resource file with keys --- main/res/values/.gitignore | 1 + main/templates/keys.xml | 13 +++++++++++++ main/templates/mapsapikey.xml | 4 ---- main/templates/ocde_okapi.xml | 5 ----- main/templates/ocpl_okapi.xml | 5 ----- 5 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 main/templates/keys.xml delete mode 100644 main/templates/mapsapikey.xml delete mode 100644 main/templates/ocde_okapi.xml delete mode 100644 main/templates/ocpl_okapi.xml (limited to 'main') diff --git a/main/res/values/.gitignore b/main/res/values/.gitignore index ade2b6e..891c98f 100644 --- a/main/res/values/.gitignore +++ b/main/res/values/.gitignore @@ -1,2 +1,3 @@ /ocde_okapi.xml /ocpl_okapi.xml +/keys.xml \ No newline at end of file diff --git a/main/templates/keys.xml b/main/templates/keys.xml new file mode 100644 index 0000000..e667df5 --- /dev/null +++ b/main/templates/keys.xml @@ -0,0 +1,13 @@ + + + + @maps.api.key@ + + + @ocde.okapi.consumer.key@ + @ocde.okapi.consumer.secret@ + + + @ocpl.okapi.consumer.key@ + @ocpl.okapi.consumer.secret@ + diff --git a/main/templates/mapsapikey.xml b/main/templates/mapsapikey.xml deleted file mode 100644 index 3655b5e..0000000 --- a/main/templates/mapsapikey.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - @maps.api.key@ - diff --git a/main/templates/ocde_okapi.xml b/main/templates/ocde_okapi.xml deleted file mode 100644 index 9ca39b3..0000000 --- a/main/templates/ocde_okapi.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - @ocde.okapi.consumer.key@ - @ocde.okapi.consumer.secret@ - diff --git a/main/templates/ocpl_okapi.xml b/main/templates/ocpl_okapi.xml deleted file mode 100644 index 6903ce7..0000000 --- a/main/templates/ocpl_okapi.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - @ocpl.okapi.consumer.key@ - @ocpl.okapi.consumer.secret@ - -- cgit v1.1