-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
36 lines (36 loc) · 2.17 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="main/java/|test/java/" kind="src" path="src"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<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="lib/hamcrest-all-1.3.0RC2.jar"/>
<classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar"/>
<classpathentry kind="lib" path="lib/cglib-2.1_3-src.jar"/>
<classpathentry kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-library-1.1.jar"/>
<classpathentry kind="lib" path="lib/jmock-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/jmock-2.5.1-jars.zip"/>
<classpathentry kind="lib" path="lib/jmock-junit3-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/jmock-junit4-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/jmock-legacy-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/jmock-script-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/objenesis-1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/tools.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-core-DEV.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-core-DEV-src.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-core-tests-DEV.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-swing-DEV.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-swing-DEV-src.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-swing-tests-DEV.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-web-DEV.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-web-DEV-src.jar"/>
<classpathentry kind="lib" path="lib/windowlicker-web-tests-DEV.jar"/>
<classpathentry kind="lib" path="lib/smack.jar"/>
<classpathentry kind="lib" path="lib/smackx.jar"/>
<classpathentry kind="lib" path="lib/smackx-debug.jar"/>
<classpathentry kind="lib" path="lib/smackx-jingle.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>