-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
35 lines (35 loc) · 2.17 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
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<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/antlr-3.0.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/asm-3.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/asm-commons-3.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jtwitter.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-aop.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-beans.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-context-support.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-context.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-core.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-tx.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-web.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/spring-webmvc.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/urlrewrite-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/easymock-3.0.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.13.0.GA.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="lib/powermock-easymock-1.4-full.jar"/>
<classpathentry kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/filterbuilder.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/htmllexer.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/htmlparser.jar"/>
<classpathentry kind="lib" path="lib/spring-test-2.5.6.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/scribe-0.6.6.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/signpost-core-1.2.1.1.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-codec-1.4.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>