-
Notifications
You must be signed in to change notification settings - Fork 45
/
.classpath
35 lines (35 loc) · 2.01 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="libs/FlowDroid.jar"/>
<classpathentry kind="lib" path="libs/c3p0-0.9.1.2.jar"/>
<classpathentry kind="lib" path="libs/jdom-2.0.5.jar"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-5.1.19-bin.jar"/>
<classpathentry kind="lib" path="libs/AXMLPrinter2.jar"/>
<classpathentry kind="lib" path="libs/android.jar"/>
<classpathentry kind="lib" path="libs/junit.jar"/>
<classpathentry kind="lib" path="libs/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="libs/axml-2.0.jar"/>
<classpathentry kind="lib" path="libs/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="libs/slf4j-simple-1.7.5.jar"/>
<classpathentry kind="lib" path="libs/guava-18.0.jar"/>
<classpathentry kind="lib" path="libs/dexlib2-2.1.0-dev.jar"/>
<classpathentry kind="lib" path="libs/asm-debug-all-5.0.3.jar"/>
<classpathentry kind="lib" path="libs/cglib-nodep-2.2.2.jar"/>
<classpathentry kind="lib" path="libs/cos.jar"/>
<classpathentry kind="lib" path="libs/hamcrest-all-1.3.jar"/>
<classpathentry kind="lib" path="libs/j2ee.jar"/>
<classpathentry kind="lib" path="libs/java_cup.jar"/>
<classpathentry kind="lib" path="libs/javassist-3.18.2-GA.jar"/>
<classpathentry kind="lib" path="libs/jboss-common-core-2.5.0.Final.jar"/>
<classpathentry kind="lib" path="libs/junit-4.11.jar"/>
<classpathentry kind="lib" path="libs/mockito-all-1.10.8.jar"/>
<classpathentry kind="lib" path="libs/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="libs/org.hamcrest.core_1.3.0.jar"/>
<classpathentry kind="lib" path="libs/polyglot.jar"/>
<classpathentry kind="lib" path="libs/powermock-mockito-1.6.1-full.jar"/>
<classpathentry kind="lib" path="libs/util-2.1.0-dev.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>