forked from hjjandy/soot-infoflow-android
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
16 lines (16 loc) · 868 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/AXMLPrinter2.jar" sourcepath="D:/Tools/AXMLPrinter2.source"/>
<classpathentry combineaccessrules="false" kind="src" path="/soot-infoflow"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/axml-2.0.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/xmlpull-1.1.3.1.jar"/>
<classpathentry kind="lib" path="lib/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.4.8.jar"/>
<classpathentry kind="lib" path="lib/soot-trunk.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>