aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
diff options
context:
space:
mode:
authorPablo Leite <wpl020@motorola.com>2011-05-30 15:14:14 -0300
committerPablo Leite <wpl020@motorola.com>2011-08-11 17:06:28 -0300
commit924958e21bbe1d3c918235d9ca78a6dc64c7879b (patch)
tree7056015ca3fc9ae9ac622467da481f52197ea8df /eclipse/plugins/com.android.ide.eclipse.adt/build.properties
parent8b7e1b8e01a90c08b94880aa0ddc68135593a309 (diff)
downloadsdk-924958e21bbe1d3c918235d9ca78a6dc64c7879b.zip
sdk-924958e21bbe1d3c918235d9ca78a6dc64c7879b.tar.gz
sdk-924958e21bbe1d3c918235d9ca78a6dc64c7879b.tar.bz2
Add support for authenticated add-on servers.
Displays a login prompt if necessary. Note: This code depends on Apache http-client libraries. Build files had been modified in order to add this dependency. http-client libraries had also be added on prebuilt project. prebuilt changeID=I084d78dd09a431bc3a2d77e77810b84c693bdcb7 GerritLink=https://review.source.android.com/#change,23387 Change-Id: Icada9b41a21fe3aacef9a1eff209a3fe5591a4e0
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/build.properties')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/build.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/build.properties b/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
index 96d191e..a82e779 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
@@ -8,7 +8,12 @@ bin.includes = plugin.xml,\
about.properties,\
NOTICE,\
about.html,\
- libs/common.jar
+ libs/common.jar,\
+ libs/httpclient-4.1.1.jar,\
+ libs/httpcore-4.1.jar,\
+ libs/httpmime-4.1.1.jar,\
+ libs/commons-logging-1.1.1.jar,\
+ libs/commons-codec-1.4.jar
source.. = src/
output.. = bin/
bin.excludes = libs/.gitignore