-
Notifications
You must be signed in to change notification settings - Fork 10
/
.classpath
25 lines (25 loc) · 1.51 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="bench"/>
<classpathentry kind="lib" path="lib/jdom.jar"/>
<classpathentry kind="lib" path="lib/jcodings.jar"/>
<classpathentry kind="lib" path="lib/joni.jar"/>
<classpathentry kind="lib" path="lib/junit-4.7.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.commands.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.5.0.v20090525.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface.databinding_1.3.0.I20090525-2000.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface.text_3.5.0.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.text_3.5.0.v20090513-2000.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime.compatibility_3.2.0.v20090413.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="var" path="SWT_JAR"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="output" path="bin"/>
</classpath>