aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.base/.classpath
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-03-29 14:43:49 -0700
committerSiva Velusamy <vsiva@google.com>2012-03-30 12:16:55 -0700
commit8e6fabf386fd691fab8891d76a7f96669bbdb2ae (patch)
tree008a7a57a211e96ad1c705fa2da1c60f808cbfcc /eclipse/plugins/com.android.ide.eclipse.base/.classpath
parent6d42ec51f096747145b420f04934c8f234f32762 (diff)
downloadsdk-8e6fabf386fd691fab8891d76a7f96669bbdb2ae.tar.gz
sdk-8e6fabf386fd691fab8891d76a7f96669bbdb2ae.tar.bz2
sdk-8e6fabf386fd691fab8891d76a7f96669bbdb2ae.zip
Add base plugin
Add a plugin that is contains libraries and other utilities common to both ADT/Eclipse plugins and RCP applications like monitor. Currently, it contains: - libraries: common, sdkstats, androidprefs & sdklib. - prebuilts: guava Change-Id: I982a6897fa73c5ba8c282bc2fba4b1e66b4e2ecd
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.base/.classpath')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.base/.classpath19
1 files changed, 19 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/.classpath b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
new file mode 100644
index 000000000..9b4ea2f12
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.base/.classpath
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry exported="true" kind="lib" path="libs/androidprefs.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/common.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/commons-codec-1.4.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/commons-compress-1.0.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/commons-logging-1.1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/guava-10.0.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/httpclient-4.1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/httpcore-4.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/httpmime-4.1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/sdklib.jar"/>
+ <classpathentry exported="true" kind="lib" path="libs/sdkstats.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/guava-tools/guava-10.0.1.jar" sourcepath="ANDROID_SRC/prebuilts/tools/common/guava-tools/src.zip"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>