-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.classpath
executable file
·86 lines (86 loc) · 3.69 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/src/main/classes" path="src/main/java/com.github.forax.beautifullogger"/>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/main/classes" path="src/test/java/com.github.forax.beautifullogger">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/src/tool/classes" path="src/main/java/com.github.forax.beautifullogger.tool"/>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/perf/classes" path="src/test/java/com.github.forax.beautifullogger.perf">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/log4j/classes" path="src/test/java/com.github.forax.beautifullogger.integration.log4j">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/slf4j/classes" path="src/test/java/com.github.forax.beautifullogger.integration.slf4j">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/jul/classes" path="src/test/java/com.github.forax.beautifullogger.integration.jul">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/systemlogger/classes" path="src/test/java/com.github.forax.beautifullogger.integration.systemlogger">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output/test/logback/classes" path="src/test/java/com.github.forax.beautifullogger.integration.logback">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/org.objectweb.asm.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/org.openjdk.jmh.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/org.apache.logging.log4j.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/org.slf4j.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/com.google.common.flogger.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/ch.qos.logback.classic.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/ch.qos.logback.core.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="eclipse-output/source/"/>
</classpath>