-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (19 loc) · 1.08 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="vendor/jmock-2.5.1.jar"/>
<classpathentry kind="lib" path="vendor/jmock-junit4-2.5.1.jar"/>
<classpathentry kind="lib" path="vendor/smack.jar"/>
<classpathentry kind="lib" path="vendor/smackx.jar"/>
<classpathentry kind="lib" path="vendor/tools.jar"/>
<classpathentry kind="lib" path="vendor/windowlicker-core-DEV-src.jar"/>
<classpathentry kind="lib" path="vendor/windowlicker-core-DEV.jar"/>
<classpathentry kind="lib" path="vendor/windowlicker-swing-DEV-src.jar"/>
<classpathentry kind="lib" path="vendor/windowlicker-swing-DEV.jar"/>
<classpathentry kind="lib" path="vendor/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="vendor/hamcrest-1.3.0RC2.jar"/>
<classpathentry kind="lib" path="vendor/commons-io-2.0.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>