diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt')
3 files changed, 18 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath index a77b6b6..72a5c8b 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry excluding="Makefile|resources/" kind="src" path="src"/> + <classpathentry kind="lib" path="libs/commons-codec-1.4.jar"/> + <classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/> + <classpathentry kind="lib" path="libs/httpclient-4.1.1.jar"/> + <classpathentry kind="lib" path="libs/httpcore-4.1.jar"/> + <classpathentry kind="lib" path="libs/httpmime-4.1.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="lib" path="libs/androidprefs.jar" sourcepath="/AndroidPrefs"/> diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF index 49f73e6..ebcf44f 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF @@ -14,7 +14,13 @@ Bundle-ClassPath: ., libs/layoutlib_api.jar, libs/ide_common.jar, libs/common.jar, - libs/assetstudio.jar + libs/assetstudio.jar, + libs/httpclient-4.1.1.jar, + libs/httpcore-4.1.jar, + libs/httpmime-4.1.1.jar, + libs/httpclient-4.1.1.jar, + libs/commons-logging-1.1.1.jar, + libs/commons-codec-1.4.jar Bundle-Activator: com.android.ide.eclipse.adt.AdtPlugin Bundle-Vendor: The Android Open Source Project Require-Bundle: com.android.ide.eclipse.ddms, 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 |