-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
27 lines (27 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/spring-core.jar"/>
<classpathentry kind="lib" path="lib/spring-context.jar"/>
<classpathentry kind="lib" path="lib/spring-tx.jar"/>
<classpathentry kind="lib" path="lib/hibernate-jpa-2.0-api.jar"/>
<classpathentry kind="lib" path="lib/granite-core.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
<classpathentry kind="lib" path="C:/Program Files (x86)/Java/junit4.11/junit-4.11.jar"/>
<classpathentry kind="lib" path="C:/Program Files (x86)/Java/junit4.11/junit-4.11-src.jar"/>
<classpathentry kind="lib" path="C:/Program Files (x86)/Java/junit4.11/junit-dep-4.11.jar"/>
<classpathentry kind="lib" path="lib/spring-test-3.2.0.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-primitives-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="output" path="bin-java"/>
</classpath>