Also use jmdns like a java library in ant

This commit is contained in:
Daniel Martí committed 2014-05-20 18:52:19 +02:00
1 parent 0f98042520
commit b7feebddf9
5 files changed
+1 -9

No files matched your search

-4
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
-2
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
+1 -1
-1
Submodule extern/nanohttpd deleted from 2f0130856a.
-1
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