forked from Program-Analysis/Java-to-AST-with-Visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
20 lines (20 loc) · 2.47 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.core.resources_3.5.2.R35x_v20091203-1235.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.core.runtime_3.5.0.v20090525.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.equinox.preferences_3.2.301.R35x_v20091117.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.jdt.core_3.5.2.v_981_R35x.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.jdt.core-3.10.0.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.osgi_3.5.2.R35x_v20100126.jar"/>
<classpathentry kind="lib" path="/Users/Bowen/GoogleDrive/Study/PHD/PhD/2019-2020/Term2/IS706/W2/JDT2AST2DOT/lib/org.eclipse.osgi_3.12.0.v20170512-1932.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>