forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
46 lines (46 loc) · 3.65 KB
/
.classpath
File metadata and controls
46 lines (46 loc) · 3.65 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.junit"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.atom"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.crypto"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.emf"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.fileupload"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.freemarker"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.gae"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.gwt"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.html"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.httpclient"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jaas"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jackson"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.javamail"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jaxb"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jaxrs"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jdbc"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jetty"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jibx"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.json"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.lucene"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.oauth"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.odata"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.openid"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.rdf"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.rome"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.sdc"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.servlet"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.sip"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.slf4j"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.spring"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.velocity"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.wadl"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.xdb"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.xml"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.xstream"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.jsslutils"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.restlet.ext.guice"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.testng"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.mongodb"/>
<classpathentry kind="output" path="bin"/>
</classpath>