-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
44 lines (44 loc) · 2.63 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="*.sqlite|*FFMPEGbin/|../.hg*|ForTesting/|PlanningImages/|externalJars/|frontend/|frontend/|test_images/|launcher/" kind="src" path="src"/>
<classpathentry excluding="prototypes/" kind="src" path="src/frontend"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/ScreenCastingModule"/>
<classpathentry kind="lib" path="externalJars/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="externalJars/java-json.jar"/>
<classpathentry kind="lib" path="externalJars/sqlite-jdbc-3.7.2.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/externalJars/sqlite-jdbc-3.7.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="externalJars/jetty-all-8.1.9.v20130131.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/externalJars/jetty-all-8.1.9.v20130131-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="externalJars/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="externalJars/mysql-connector-java-5.1.27-bin.jar"/>
<classpathentry kind="lib" path="externalJars/HttpComponents/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="externalJars/HttpComponents/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="externalJars/HttpComponents/fluent-hc-4.3.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-client-4.3.x/fluent-hc/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="externalJars/HttpComponents/httpclient-4.3.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-client-4.3.x/httpclient/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="externalJars/HttpComponents/httpclient-cache-4.3.2.jar"/>
<classpathentry kind="lib" path="externalJars/HttpComponents/httpcore-4.3.1.jar"/>
<classpathentry kind="lib" path="externalJars/javax.mail-1.5.2.jar"/>
<classpathentry kind="lib" path="externalJars/sslcerts.jar"/>
<classpathentry kind="lib" path="externalJars/HttpComponents/httpmime-4.3.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://hc.apache.org/httpcomponents-client-4.3.x/httpmime/apidocs/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>