forked from spinfo/JobAd_IE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
87 lines (87 loc) · 4.35 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
87
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-3.16.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-ooxml-3.16.jar" sourcepath="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-ooxml-3.16.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/ooxml-lib/xmlbeans-2.6.0.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/ooxml-lib/curvesapi-1.04.jar"/>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/lib/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-examples-3.16.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-excelant-3.16.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-ooxml-schemas-3.16.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/poi-3.16/poi-scratchpad-3.16.jar">
<attributes>
<attribute name="javadoc_location" value="https://poi.apache.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/jsoup-1.10.3.jar">
<attributes>
<attribute name="javadoc_location" value="https://jsoup.org/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Johanna/Documents/javalibraries/mulan-1.5.0/mulan/dist/mulan.jar" sourcepath="C:/Users/Johanna/Documents/javalibraries/mulan-1.5.0/mulan/src">
<attributes>
<attribute name="javadoc_location" value="http://mulan.sourceforge.net/doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>