-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
18 lines (18 loc) · 1.23 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" path="src"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-aop-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-asm-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-beans-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-context-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-context-support-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-core-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-expression-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-web-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-webmvc-3.1.2.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>