-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
16 lines (16 loc) · 859 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="dataset/code"/>
<classpathentry kind="src" path="PTA/code/src"/>
<classpathentry excluding="test/" kind="src" path="PTA/resources"/>
<classpathentry kind="src" path="PTA/resources/test"/>
<classpathentry kind="src" path="PTA/src"/>
<classpathentry kind="lib" path="PTA.jar"/>
<classpathentry kind="lib" path="PTA/out/production/code/jce.jar"/>
<classpathentry kind="lib" path="PTA/out/production/code/rt.jar"/>
<classpathentry kind="lib" path="PTA/out/production/resources/jce.jar"/>
<classpathentry kind="lib" path="PTA/out/production/resources/rt.jar"/>
<classpathentry kind="lib" path="PTA/soot-trunk.jar"/>
<classpathentry kind="output" path="PTA/out/production/PTA"/>
</classpath>