-
Notifications
You must be signed in to change notification settings - Fork 117
/
.classpath
24 lines (24 loc) · 1.55 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test/end-to-end"/>
<classpathentry kind="src" path="test/unit"/>
<classpathentry kind="src" path="test/integration"/>
<classpathentry kind="lib" path="lib/deploy/commons-io-1.4.jar" sourcepath="lib/develop/commons-io-1.4-sources.jar"/>
<classpathentry kind="lib" path="lib/deploy/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/deploy/smack_3_1_0.jar"/>
<classpathentry kind="lib" path="lib/deploy/smackx_3_1_0.jar"/>
<classpathentry kind="lib" path="lib/develop/cglib-nodep-2.2.jar"/>
<classpathentry kind="lib" path="lib/develop/junit-4.6-src.jar"/>
<classpathentry kind="lib" path="lib/develop/junit-dep-4.6.jar"/>
<classpathentry kind="lib" path="lib/develop/objenesis-1.0.jar"/>
<classpathentry kind="lib" path="lib/develop/windowlicker-core-DEV.jar" sourcepath="/windowlicker/src/swing/main"/>
<classpathentry kind="lib" path="lib/develop/windowlicker-swing-DEV.jar" sourcepath="/windowlicker/src/swing/main"/>
<classpathentry kind="lib" path="lib/develop/jmock-legacy-2.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/develop/jmock-2.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/develop/jmock-junit4-2.6-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/develop/hamcrest-core-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/develop/hamcrest-library-SNAPSHOT.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>