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
59 lines (59 loc) · 4.6 KB
/
.classpath
File metadata and controls
59 lines (59 loc) · 4.6 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/java"/>
<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="modules/component/lib/logger/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="modules/component/lib/logger/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="modules/component/lib/logger/slf4j-log4j12-1.6.4.jar"/>
<classpathentry kind="lib" path="modules/component/module.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mail/dsn.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mail/imap.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mail/mail.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mail/mailapi.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mail/pop3.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mail/smtp.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/concurrent.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-common-core.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-j2se.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-logging-log4j.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-logging-spi.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-bisocket-client.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-bisocket.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-core.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-detection.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-serialization.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-socket-client.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-remoting-socket.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jboss-serialization.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/jnpserver.jar"/>
<classpathentry kind="lib" path="modules/component/lib/jboss-remoting/trove.jar"/>
<classpathentry kind="lib" path="modules/component/lib/logger/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mybatis/ehcache-core-2.5.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mybatis/mybatis-3.1.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mybatis/mybatis-ehcache-1.0.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/butterfly/butterfly.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mybatis/v-mybatis.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/jaxen-1.1.4.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/joda-time-2.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/mvel2-2.0.19.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/poi-3.8-20120326.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/poi-scratchpad-3.8-20120326.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mybatis/asm-3.3.1.jar"/>
<classpathentry kind="lib" path="modules/component/lib/mybatis/cglib-2.2.2.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/juel-api.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/juel-engine.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/juel-impl.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/quartz-2.1.6.jar"/>
<classpathentry kind="lib" path="modules/component/lib/common/jackson-all-1.9.11.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre7"/>
<classpathentry kind="output" path="bin"/>
</classpath>