diff options
Diffstat (limited to 'eclipse')
4 files changed, 4 insertions, 4 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.base/.classpath b/eclipse/plugins/com.android.ide.eclipse.base/.classpath index 767eff0..d9db63a 100644 --- a/eclipse/plugins/com.android.ide.eclipse.base/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.base/.classpath @@ -13,7 +13,7 @@ <classpathentry exported="true" kind="lib" path="libs/layoutlib_api.jar" sourcepath="/layoutlib_api"/> <classpathentry exported="true" kind="lib" path="libs/sdklib.jar" sourcepath="/SdkLib"/> <classpathentry exported="true" kind="lib" path="libs/sdkstats.jar" sourcepath="SdkStatsService"/> - <classpathentry exported="true" kind="lib" path="libs/ide_common.jar" sourcepath="/ide_common"/> + <classpathentry exported="true" kind="lib" path="libs/sdk_common.jar" sourcepath="/sdk_common"/> <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"/> diff --git a/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF index 6e116dd..5188818 100644 --- a/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.base/META-INF/MANIFEST.MF @@ -21,7 +21,7 @@ Bundle-ClassPath: ., libs/sdklib.jar, libs/sdkstats.jar, libs/dvlib.jar, - libs/ide_common.jar + libs/sdk_common.jar Export-Package: com.android, com.android.annotations, com.android.dvlib, diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath index 48505ad..a1f505e 100644 --- a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath @@ -15,6 +15,6 @@ <classpathentry kind="lib" path="/plugin-base/libs/common.jar" sourcepath="/common"/> <classpathentry kind="lib" path="/plugin-adt/libs/lint_api.jar" sourcepath="/lint-api"/> <classpathentry kind="lib" path="/plugin-adt/libs/lint_checks.jar" sourcepath="/lint-checks"/> - <classpathentry kind="lib" path="/plugin-base/libs/ide_common.jar"/> + <classpathentry kind="lib" path="/plugin-base/libs/sdk_common.jar"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index 8bda0ff..4e32353 100755 --- a/eclipse/scripts/create_all_symlinks.sh +++ b/eclipse/scripts/create_all_symlinks.sh @@ -109,7 +109,7 @@ CP_FILES="" ### BASE ### BASE_PLUGIN_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.base/libs" -BASE_PLUGIN_LIBS="common sdkstats sdklib dvlib layoutlib_api ide_common" +BASE_PLUGIN_LIBS="common sdkstats sdklib dvlib layoutlib_api sdk_common" BASE_PLUGIN_PREBUILTS="\ prebuilts/misc/common/kxml2/kxml2-2.3.0.jar \ prebuilts/tools/common/commons-compress/commons-compress-1.0.jar \ |