summaryrefslogtreecommitdiffstats
path: root/sched/.classpath
blob: a81109d39b157c5ba65cdab0ed3c90fe6ddb8b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry excluding="com/android/sched/util/log/tracer/SpeedTracer.java" kind="src" path="src"/>
	<classpathentry kind="src" path="tests"/>
	<classpathentry kind="src" path="rsc"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="src" path=".apt_generated">
		<attributes>
			<attribute name="optional" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="libs/allocation-lib.jar"/>
	<classpathentry kind="lib" path="libs/freemarker-lib.jar"/>
	<classpathentry kind="lib" path="libs/guava-lib.jar"/>
	<classpathentry kind="lib" path="libs/jsr305-lib.jar"/>
	<classpathentry kind="lib" path="libs/junit4.jar"/>
	<classpathentry kind="lib" path="libs/maths-lib.jar"/>
	<classpathentry kind="lib" path="libs/watchmaker-lib.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>