forked from damorim/rwset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
22 lines (22 loc) · 1.25 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-tests"/>
<classpathentry kind="src" path="dat"/>
<classpathentry kind="lib" path="libs/asm-4.0-src.zip"/>
<classpathentry kind="lib" path="libs/asm-4.0.jar"/>
<classpathentry kind="lib" path="libs/asm-analysis-4.0.jar"/>
<classpathentry kind="lib" path="libs/asm-commons-4.0.jar"/>
<classpathentry kind="lib" path="libs/asm-tree-4.0.jar"/>
<classpathentry kind="lib" path="libs/asm-util-4.0.jar"/>
<classpathentry kind="lib" path="libs/javaparser-1.0.8.jar"/>
<classpathentry kind="lib" path="libs/com.ibm.wala.core-1.3.4-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/com.ibm.wala.core.testdata-1.3.4-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/com.ibm.wala.core.tests-1.3.4-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/com.ibm.wala.shrike-1.3.4-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/com.ibm.wala.util-1.3.4-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="libs/wala-r3501-slice.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>