-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.classpath
More file actions
26 lines (26 loc) · 1.44 KB
/
.classpath
File metadata and controls
26 lines (26 loc) · 1.44 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/antlr-runtime-3.4.jar"/>
<classpathentry kind="lib" path="lib/apktool-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/asm-debug-all-3.2.jar"/>
<classpathentry kind="lib" path="lib/dex-ir-1.11.jar"/>
<classpathentry kind="lib" path="lib/dex-reader-1.14.jar"/>
<classpathentry kind="lib" path="lib/dex-translator-0.0.9.13.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.21-bin.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.5.6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.5.6.jar"/>
<classpathentry kind="lib" path="lib/smali-1.4.2.jar"/>
<classpathentry kind="lib" path="lib/ST-4.0.7.jar"/>
<classpathentry kind="lib" path="lib/test/junit.jar"/>
<classpathentry kind="lib" path="lib/jgraphx.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>