forked from JFerguson576/retrieve-and-rank-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
64 lines (64 loc) · 3.72 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
<?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 excluding="**/*.java" kind="src" path="target/maven-shared-archive-resources"/>
<classpathentry kind="var" path="M2_REPO/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/ibm/watson/developer_cloud/java-sdk/2.7.0/java-sdk-2.7.0.jar" sourcepath="M2_REPO/com/ibm/watson/developer_cloud/java-sdk/2.7.0/java-sdk-2.7.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/germana/.m2/repository/com/ibm/watson/developer_cloud/java-sdk/2.7.0/java-sdk-2.7.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2.jar" sourcepath="M2_REPO/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/germana/.m2/repository/com/squareup/okhttp/okhttp/2.7.2/okhttp-2.7.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/squareup/okio/okio/1.6.0/okio-1.6.0.jar" sourcepath="M2_REPO/com/squareup/okio/okio/1.6.0/okio-1.6.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/germana/.m2/repository/com/squareup/okio/okio/1.6.0/okio-1.6.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/google/code/gson/gson/2.5/gson-2.5.jar" sourcepath="M2_REPO/com/google/code/gson/gson/2.5/gson-2.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/germana/.m2/repository/com/google/code/gson/gson/2.5/gson-2.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar" sourcepath="M2_REPO/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/germana/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/neovisionaries/nv-websocket-client/1.19/nv-websocket-client-1.19.jar" sourcepath="M2_REPO/com/neovisionaries/nv-websocket-client/1.19/nv-websocket-client-1.19-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/germana/.m2/repository/com/neovisionaries/nv-websocket-client/1.19/nv-websocket-client-1.19-javadoc.jar!/"/>
</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 kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>