forked from mingkong/JavaWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
86 lines (86 loc) · 7.35 KB
/
.classpath
File metadata and controls
86 lines (86 loc) · 7.35 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="run.jar"/>
<classpathentry kind="lib" path="lib/ly-framework-core.jar"/>
<classpathentry kind="lib" path="lib/ly-framework-platform.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/module.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/logger/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/logger/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/logger/slf4j-log4j12-1.6.4.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/cas-client-core-3.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/ehcache-core-2.5.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/guice-3.0.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/javax.inject.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-beanutils.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-io.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-logging.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/cos.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/freemarker.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/hessian-4.0.7.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/joda-time-2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/mvel2-2.0.19.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/stripes/stripes.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/logger/slf4j-ext-1.6.4.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/guava-11.0.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/oro-2.0.8.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/velocity-1.7.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-aspectj-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-cas-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-core-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-ehcache-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-guice-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-quartz-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/shiro-web-1.2.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/shiro/ly-lib-web-tag.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/annotations/javax.annotation-1.1.0.v201108011116.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/annotations/org.objectweb.asm-3.1.0.v200803061910.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jndi/javax.activation-1.1.0.v201105071233.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jndi/javax.mail.glassfish-1.4.1.v201005082020.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/com.sun.el-2.2.0.v201108011116.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/javax.el-2.2.0.v201108011116.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/javax.servlet.jsp-2.2.0.v201112011158.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/org.apache.jasper.glassfish-2.2.2.v201112011158.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jsp/org.eclipse.jdt.core-3.7.1.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/setuid/jna-3.2.2.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/monitor/jetty-monitor-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/setuid/jetty-setuid-java-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-ajp-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-annotations-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-client-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-continuation-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-deploy-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-http-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-io-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-jmx-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-jndi-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-overlay-deployer-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-plus-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-policy-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-rewrite-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-security-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-server-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-servlet-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-servlets-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-util-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-webapp-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-websocket-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/jetty/jetty-xml-8.1.10.v20130312.jar"/>
<classpathentry kind="lib" path="modules/web_jetty/lib/common/jackson-all-1.9.11.jar"/>
<classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>
</classpath>