-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
16 lines (16 loc) · 1.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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/org.springframework.beans-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.context-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.core-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.expression-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.web-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.web.servlet-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/antlr-3.0.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.asm-3.0.0.RELEASE.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>