forked from praveen96/sootexamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
15 lines (15 loc) · 892 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry excluding="sootOutput" kind="src" path="representations/shimple"/>
<classpathentry kind="src" path="representations/jimple"/>
<classpathentry kind="src" path="pointsto/src"/>
<classpathentry kind="src" path="analysis_framework/src"/>
<classpathentry kind="src" path="representations/grimp"/>
<classpathentry kind="src" path="intermediate_representation/src"/>
<classpathentry kind="src" path="call_graph/src"/>
<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="/soot/lib/soot-trunk.jar" sourcepath="/soot/lib/sootsources-trunk.jar"/>
<classpathentry kind="lib" path="lib/paddle-0.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>