-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·22 lines (22 loc) · 1.24 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="aopalliance.jar"/>
<classpathentry kind="lib" path="guice-3.0.jar" sourcepath="guice-3.0-src/core/src"/>
<classpathentry kind="lib" path="guice-assistedinject-3.0.jar"/>
<classpathentry kind="lib" path="guice-grapher-3.0.jar"/>
<classpathentry kind="lib" path="guice-jmx-3.0.jar"/>
<classpathentry kind="lib" path="guice-jndi-3.0.jar"/>
<classpathentry kind="lib" path="guice-multibindings-3.0.jar"/>
<classpathentry kind="lib" path="guice-persist-3.0.jar"/>
<classpathentry kind="lib" path="guice-servlet-3.0.jar"/>
<classpathentry kind="lib" path="guice-spring-3.0.jar"/>
<classpathentry kind="lib" path="guice-struts2-plugin-3.0.jar"/>
<classpathentry kind="lib" path="guice-throwingproviders-3.0.jar"/>
<classpathentry kind="lib" path="hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="javax.inject.jar"/>
<classpathentry kind="lib" path="junit-4.11.jar"/>
<classpathentry kind="lib" path="mockito-all-1.9.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre8"/>
<classpathentry kind="output" path="bin"/>
</classpath>