-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
26 lines (26 loc) · 2.1 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output=".test-classes" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/antlr-3.0.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jstl-standard.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-utils.jar" sourcepath="/gwt-utils"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-sl-1.0.jar"/>
<classpathentry kind="lib" path="lib-test/appengine-api-stubs.jar"/>
<classpathentry kind="lib" path="lib-test/appengine-local-runtime.jar"/>
<classpathentry kind="lib" path="lib-test/easymock-2.5.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/calendar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.asm-3.0.0.RELEASE.jar"/>
<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" sourcepath="C:/libs/spring/spring-framework-3.0.0.RELEASE/src/org.springframework.context-sources-3.0.0.RELEASE.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/org.springframework.core-3.0.0.RELEASE.jar" sourcepath="C:/libs/spring/spring-framework-3.0.0.RELEASE/src/org.springframework.core-sources-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="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>