aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicProjectWithLib/.classpath
blob: 29e2115e119737ba54844e95924fe7bea9e57c46 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<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="lib" path="/basicLibWithJar/libs/basicJar.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>