summaryrefslogtreecommitdiffstats
path: root/jill/.classpath
blob: 39514de59e8f9fa0c124f06ab3adf39e3124d46e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="tests"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry combineaccessrules="false" kind="src" path="/Jack"/>
	<classpathentry kind="lib" path="libs/args4j-lib.jar"/>
	<classpathentry kind="lib" path="libs/asm4-lib.jar"/>
	<classpathentry kind="lib" path="libs/dexcomparator-lib.jar"/>
	<classpathentry kind="lib" path="libs/guava-lib.jar"/>
	<classpathentry kind="lib" path="libs/jsr305-lib.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>