-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
58 lines (58 loc) · 3.89 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.2.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.12.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.12.jar"/>
<classpathentry kind="lib" path="lib/CHDK/chdkptpJ-0.3-lua.jar"/>
<classpathentry kind="lib" path="lib/CHDK/chdkptpJ-0.3.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-linux-arm.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-linux-x86_64.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-linux-x86.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-osx-x86_64.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-osx-x86.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-windows-x86_64.jar"/>
<classpathentry kind="lib" path="lib/CHDK/libusb4java-1.2.0-windows-x86.jar"/>
<classpathentry kind="lib" path="lib/CHDK/luaj-jse-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/CHDK/sanselan-0.97-incubator.jar"/>
<classpathentry kind="lib" path="lib/CHDK/usb-api-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/CHDK/usb4java-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/CHDK/usb4java-javax-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.19.0.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-6.1.11.jar"/>
<classpathentry kind="lib" path="lib/itext7/commons-7.2.6.jar"/>
<classpathentry kind="lib" path="lib/itext7/io-7.2.6.jar"/>
<classpathentry kind="lib" path="lib/itext7/kernel-7.2.6.jar" sourcepath="/data/src/kernel-7.2.6-sources.jar"/>
<classpathentry kind="lib" path="lib/itext7/layout-7.2.6.jar" sourcepath="/data/src/layout-7.2.6-sources.jar"/>
<classpathentry kind="lib" path="lib/jaxb/istack-commons-runtime-3.0.12.jar"/>
<classpathentry kind="lib" path="lib/jaxb/jakarta.activation-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/jaxb/jakarta.xml.bind-api-2.3.3.jar"/>
<classpathentry kind="lib" path="lib/jaxb/jaxb-runtime-2.3.5.jar"/>
<classpathentry kind="lib" path="lib/jaxb/txw2-2.3.5.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/collections-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/icu4j-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/jniutils-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/js-language-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/nativebridge-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/nativeimage-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/polyglot-24.1.1.jar" sourcepath="/data/src/polyglot-24.1.1-sources.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/regex-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/truffle-api-24.1.1.jar" sourcepath="/data/src/truffle-api-24.1.1-sources.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/truffle-compiler-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/truffle-enterprise-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/truffle-runtime-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/word-24.1.1.jar"/>
<classpathentry kind="lib" path="lib/GraalVM/js-scriptengine-24.1.1.jar" sourcepath="/data/src/js-scriptengine-24.1.1-sources.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>