Also use jmdns like a java library in ant

This commit is contained in:
Daniel Martí 2014-05-20 18:48:38 +02:00
parent 0f98042520
commit b7feebddf9
5 changed files with 1 additions and 9 deletions

4
.gitmodules vendored
View File

@ -10,10 +10,6 @@
path = extern/AndroidPinning
url = https://gitlab.com/fdroid/androidpinning.git
ignore = dirty
[submodule "extern/nanohttpd"]
path = extern/nanohttpd
url = https://github.com/eighthave/nanohttpd
ignore = dirty
[submodule "extern/libsuperuser"]
path = extern/libsuperuser
url = https://github.com/dschuermann/libsuperuser.git

View File

@ -3,9 +3,7 @@
android update lib-project --path extern/UniversalImageLoader/library
android update lib-project --path extern/AndroidPinning
android update lib-project --path extern/MemorizingTrustManager
android update lib-project --path extern/nanohttpd/core
android update lib-project --path extern/libsuperuser/libsuperuser
android update lib-project --path extern/jmdns
android update project --path . --name F-Droid
{ echo -e "\nSuccessfully updated the main project.\n"; } 2>/dev/null

2
extern/jmdns vendored

@ -1 +1 @@
Subproject commit 7d7efed77756c447ac525b58425f599fb1363db0
Subproject commit a81b14c758809c9f3a0bf8177e9114f4eb9d40ff

1
extern/nanohttpd vendored

@ -1 +0,0 @@
Subproject commit 2f0130856add775db8d512199d4015a4f4d10cf4

View File

@ -6,7 +6,6 @@ android.library.reference.1=extern/UniversalImageLoader/library
android.library.reference.2=extern/MemorizingTrustManager
android.library.reference.3=extern/AndroidPinning
android.library.reference.4=extern/libsuperuser/libsuperuser
android.library.reference.5=extern/jmdns
# For java libraries, place symlinks in extern/ant-src
source.dir=src;extern/ant-src