-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
26 lines (26 loc) · 2.33 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/main/config"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="lib/test/hamcrest-core-1.3.jar" sourcepath="lib/test/src/hamcrest-core-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/test/junit-4.12.jar" sourcepath="lib/test/src/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api-2.2.12.jar" sourcepath="lib/src/jaxb-api-2.2.12-sources.jar"/>
<classpathentry kind="lib" path="lib/activation-1.1.1.jar" sourcepath="lib/src/activation-1.1.1-sources.jar"/>
<classpathentry kind="lib" path="lib/javax.mail-1.5.6.jar" sourcepath="lib/src/javax.mail-1.5.6-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-email-1.5.jar" sourcepath="lib/src/commons-email-1.5-src.zip"/>
<classpathentry kind="lib" path="lib/commons-net-3.6.jar" sourcepath="lib/src/commons-net-3.6-src.zip"/>
<classpathentry kind="lib" path="lib/org.eclipse.paho.client.mqttv3-1.1.1.jar" sourcepath="lib/src/org.eclipse.paho.client.mqttv3-1.1.1-sources.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.10.2.v20141021-1035.jar" sourcepath="lib/src/org.eclipse.jface.source_3.10.2.v20141021-1035.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.6.100.v20140528-1422.jar" sourcepath="lib/src/org.eclipse.core.commands.source_3.6.100.v20140528-1422.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar" sourcepath="lib/src/org.eclipse.equinox.common.source_3.6.200.v20130402-1505.jar"/>
<classpathentry kind="lib" path="lib/platform/win32-win32-x86_64/org.eclipse.swt-4.5.2-win32-win32-x86_64.jar" sourcepath="lib/platform/win32-win32-x86_64/src/org.eclipse.swt-4.5.2-win32-win32-x86_64-src.zip"/>
<classpathentry kind="lib" path="lib/jface-utils-12.0.0.jar" sourcepath="lib/src/jface-utils-12.0.0-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<accessrules>
<accessrule kind="accessible" pattern="com/sun/net/httpserver/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>