diff options
author | Siva Velusamy <vsiva@google.com> | 2014-05-21 21:38:43 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2014-05-21 21:45:51 -0700 |
commit | 0f9c292a689b18cdf72357fa7df1b1b9f10d646f (patch) | |
tree | cd2e18e0106f2759e23ac2dac15c86a2ca57610f /eclipse/plugins/com.android.ide.eclipse.ndk/.classpath | |
parent | 9b98309c11b57361f00c845120c13a606d94395b (diff) | |
download | sdk-0f9c292a689b18cdf72357fa7df1b1b9f10d646f.zip sdk-0f9c292a689b18cdf72357fa7df1b1b9f10d646f.tar.gz sdk-0f9c292a689b18cdf72357fa7df1b1b9f10d646f.tar.bz2 |
Replace bundled libraries with OSGI bundle dependencies
This CL removes all the jars bundled in inside the libs
folder and adds explicit dependencies on OSGI bundles
for each of the dependencies.
See eec615b94b504de6d87702b830a6fc85fc7d5108 for more
info on how the dependency jars are converted into
OSGI bundles.
Change-Id: I5356edc2ca857ea961392c599fa0e985b16b4b2d
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ndk/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ndk/.classpath | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ndk/.classpath b/eclipse/plugins/com.android.ide.eclipse.ndk/.classpath index 58a22d6..1fa3e68 100644 --- a/eclipse/plugins/com.android.ide.eclipse.ndk/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.ndk/.classpath @@ -3,8 +3,5 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> - <classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/> - <classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/> - <classpathentry combineaccessrules="false" kind="src" path="/sdklib"/> <classpathentry kind="output" path="bin"/> </classpath> |