forked from daveho/CloudCoder
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.classpath
More file actions
126 lines (126 loc) · 6.59 KB
/
.classpath
File metadata and controls
126 lines (126 loc) · 6.59 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-ajp-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-annotations-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-client-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-continuation-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-deploy-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-http-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-io-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-jmx-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-jndi-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-plus-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-policy-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-rewrite-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-security-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-server-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-servlet-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-servlets-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-util-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-webapp-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-websocket-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jetty-xml-7.4.4.v20110707.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.eclipse.org/jetty/stable-7/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/servlet-api-2.5.jar">
<attributes>
<attribute name="javadoc_location" value="http://download.oracle.com/docs/cd/E17802_01/products/products/servlet/2.5/docs/servlet-2_5-mr2/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/com.sun.el_1.0.0.v201004190952.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/ecj-3.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/javax.el_2.1.0.v201004190952.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/javax.servlet.jsp_2.1.0.v201004190952.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/javax.servlet.jsp.jstl_1.2.0.v201004190952.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/jetty-jsp-2.1-7.4.4.v20110707.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/org.apache.jasper.glassfish_2.1.0.v201007080150.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jetty/jsp/org.apache.taglibs.standard.glassfish_1.2.0.v201004190952.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry combineaccessrules="false" kind="src" path="/CloudCoderLogging"/>
<classpathentry exported="true" kind="lib" path="lib/daemon/daemon-0.7.jar" sourcepath="lib/daemon/daemon-0.7.jar"/>
<classpathentry kind="lib" path="lib/commons/commons-io-2.1.jar">
<attributes>
<attribute name="javadoc_location" value="http://commons.apache.org/proper/commons-io/javadocs/api-2.1/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>