From a6d0042e5c595cf7d6d19a2c3afd3c9309727212 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 26 Oct 2014 09:35:11 -0400 Subject: Move submodules back to libs/ --- libs/minidns | 1 + 1 file changed, 1 insertion(+) create mode 160000 libs/minidns (limited to 'libs/minidns/gradle.properties.example') diff --git a/libs/minidns b/libs/minidns new file mode 160000 index 00000000..9e42bff0 --- /dev/null +++ b/libs/minidns @@ -0,0 +1 @@ +Subproject commit 9e42bff01440c1351946a432126d5a1b87fb7c78 -- cgit v1.2.3 From ccba01ef19e4febadc8e0f543b4958f33adbe8cf Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 28 Oct 2014 12:13:53 -0400 Subject: Remove minidns dir --- libs/minidns | 1 - 1 file changed, 1 deletion(-) delete mode 160000 libs/minidns (limited to 'libs/minidns/gradle.properties.example') diff --git a/libs/minidns b/libs/minidns deleted file mode 160000 index 9e42bff0..00000000 --- a/libs/minidns +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9e42bff01440c1351946a432126d5a1b87fb7c78 -- cgit v1.2.3 From 4a1bae3a69a76cae0341b821e3b880e5b8b8f5a3 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 28 Oct 2014 12:14:21 -0400 Subject: Subtree merged in minidns --- libs/minidns/gradle.properties.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libs/minidns/gradle.properties.example (limited to 'libs/minidns/gradle.properties.example') diff --git a/libs/minidns/gradle.properties.example b/libs/minidns/gradle.properties.example new file mode 100644 index 00000000..68ffc418 --- /dev/null +++ b/libs/minidns/gradle.properties.example @@ -0,0 +1,21 @@ +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# GPG settings +# + +# gpg key id +#signing.keyId=DEADBEEF +# the gpg key passphrase +#signing.password=correcthorsebatterystaple +# gpg keyring (this is the default gnupg keyring containing private keys) +#signing.secretKeyRingFile=/home/ubuntu/.gnupg/secring.gpg + +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# nexus settings +# + +# the nexus username used for log in +#nexusUsername=ubuntu +# the nexus password +#nexusPassword=correcthorsebatterystaple -- cgit v1.2.3