-
Notifications
You must be signed in to change notification settings - Fork 6
/
.classpath
18 lines (18 loc) · 1.39 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="production/classes" path="production/source"/>
<classpathentry kind="src" path="system-test/source"/>
<classpathentry kind="src" output="test/classes" path="test/source"/>
<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="system-test/vendor/hamcrest-core-1.3.0RC1.jar"/>
<classpathentry kind="lib" path="system-test/vendor/hamcrest-library-1.3.0RC1.jar"/>
<classpathentry kind="lib" path="system-test/vendor/junit-dep-4.9b2.jar" sourcepath="/Users/jbrains/ThirdParty/junit4.9b2/junit-4.9b2-src.jar"/>
<classpathentry kind="lib" path="system-test/vendor/windowlicker-core-DEV.jar"/>
<classpathentry kind="lib" path="system-test/vendor/windowlicker-swing-DEV.jar"/>
<classpathentry kind="lib" path="system-test/vendor/windowlicker-web-DEV.jar"/>
<classpathentry kind="lib" path="system-test/vendor/jmock-2.6.0-RC2/jmock-2.6.0-RC2.jar"/>
<classpathentry kind="lib" path="system-test/vendor/jmock-2.6.0-RC2/jmock-junit4-2.6.0-RC2.jar"/>
<classpathentry kind="lib" path="system-test/vendor/smack.jar" sourcepath="/Users/jbrains/ThirdParty/smack/source"/>
<classpathentry kind="lib" path="production/vendor/lombok-0.10.0-BETA2-HEAD.jar"/>
<classpathentry kind="output" path="test/classes"/>
</classpath>