diff options
Diffstat (limited to 'testapps/libWithLibTest/basicLib/.classpath')
-rw-r--r-- | testapps/libWithLibTest/basicLib/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapps/libWithLibTest/basicLib/.classpath b/testapps/libWithLibTest/basicLib/.classpath index 765e549..a4763d1 100644 --- a/testapps/libWithLibTest/basicLib/.classpath +++ b/testapps/libWithLibTest/basicLib/.classpath @@ -4,5 +4,5 @@ <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="output" path="bin/classes"/> </classpath> |