-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
30 lines (30 loc) · 1.97 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
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="lib/gzoltar-0.1.1.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/junit-4.13.jar"/>
<classpathentry kind="lib" path="lib/junit-4.6.jar"/>
<classpathentry kind="lib" path="lib/maven-invoker-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/maven-shared-utils-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/org.apache.commons.io.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.commands-3.9.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.contenttype-3.7.400.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.expressions-3.6.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.filesystem-1.7.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.jobs-3.10.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources-3.13.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime-3.16.0.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.app-1.4.300.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common-3.10.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.preferences-3.7.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.registry-3.8.500.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.core-3.19.0.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi-3.15.0.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.text-3.9.0.jar"/>
<classpathentry kind="lib" path="lib/plexus-component-annotations-1.7.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>