aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/basicLibWithJar/.classpath
blob: 08a60d47b866a037c79c9dfe9ddfbdb1d1604c91 (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="libs/basicJar.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>