-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
22 lines (22 loc) · 1.99 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="lib" path="main/lib/servlet-api-2.4.jar" sourcepath="/librarydwr/source/jetty-6.1.10-src.zip"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/junit-4.4.jar" sourcepath="/librarydwr/source/junit-4.4-src.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/commons-logging-1.1.1.jar" sourcepath="/librarydwr/source/commons-logging-1.1.1-src.zip"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/dwr.jar" sourcepath="/dwr"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/guice-1.0.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/dom4j-1.6.1.jar" sourcepath="/librarydwr/source/dom4j-1.6.1.zip"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/jdom-1.1.jar" sourcepath="/librarydwr/source/jdom-1.1.zip"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/xom-1.1.jar" sourcepath="/librarydwr/source/xom-1.1.zip"/>
<classpathentry kind="lib" path="main/lib/selenium-java-client-driver.jar" sourcepath="/librarydwr/source/selenium-java-client-driver-1.0.beta1-src.jar"/>
<classpathentry kind="src" output="main/web/WEB-INF/classes" path="main/java"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/aspectjrt-1.6.2.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/spring-context-3.2.14.RELEASE.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/spring-webmvc-3.2.14.RELEASE.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/spring-beans-3.2.14.RELEASE.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/spring-web-3.2.14.RELEASE.jar"/>
<classpathentry kind="lib" path="main/web/WEB-INF/lib/spring-expression-3.2.14.RELEASE.jar"/>
<classpathentry kind="output" path="target/eclipse/classes"/>
</classpath>