-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
39 lines (39 loc) · 2.86 KB
/
.classpath
File metadata and controls
39 lines (39 loc) · 2.86 KB
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
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="lib" path="libs/commons-codec-1.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-collections4-4.5.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-compress-1.28.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-io-2.21.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-lang3-3.18.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-math3-3.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/curvesapi-1.08.jar"/>
<classpathentry exported="true" kind="lib" path="libs/derby-10.17.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/derbyshared-10.17.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/error_prone_annotations-2.41.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gson-2.13.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/HikariCP-7.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jakarta.persistence-api-3.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/log4j-api-2.24.3.jar"/>
<classpathentry exported="true" kind="lib" path="libs/logback-classic-1.5.24.jar"/>
<classpathentry exported="true" kind="lib" path="libs/logback-core-1.5.24.jar"/>
<classpathentry exported="true" kind="lib" path="libs/olca-commons-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/org.eclipse.persistence.asm-9.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/org.eclipse.persistence.core-4.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="libs/org.eclipse.persistence.jpa.jpql-4.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="libs/org.eclipse.persistence.jpa-4.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="libs/poi-5.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/poi-ooxml-5.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/poi-ooxml-lite-5.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-api-2.0.17.jar"/>
<classpathentry exported="true" kind="lib" path="libs/SparseBitSet-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="libs/xmlbeans-5.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/zt-zip-1.17.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="libs-test/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="libs-test/junit-4.13.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="output" path="bin"/>
</classpath>