diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/build.properties')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/build.properties | 7 |
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 |