-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
74 lines (74 loc) · 5.9 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
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="common/utils/src"/>
<classpathentry kind="src" path="tools/copyright-setter"/>
<classpathentry kind="src" path="common/utils/test-src"/>
<classpathentry kind="src" path="common/api/src"/>
<classpathentry kind="src" path="common/api/test-src"/>
<classpathentry kind="src" path="common/core/src"/>
<classpathentry kind="src" path="common/core/test-src"/>
<classpathentry kind="src" path="components/jdbc/src"/>
<classpathentry kind="src" path="components/jdbc/test-src"/>
<classpathentry kind="src" path="components/transactions/src"/>
<classpathentry kind="src" path="components/transactions/test-src"/>
<classpathentry kind="src" path="components/atomikos/src"/>
<classpathentry kind="src" path="components/atomikos/test-src"/>
<classpathentry kind="src" path="components/mybatis/src"/>
<classpathentry kind="src" path="components/mybatis/test-src"/>
<classpathentry kind="src" path="components/logging-apache-commons/src"/>
<classpathentry kind="src" path="components/logging-apache-commons/test-src"/>
<classpathentry kind="src" path="components/logging-slf4j/src"/>
<classpathentry kind="src" path="components/logging-slf4j/test-src"/>
<classpathentry kind="src" path="components/jee/src"/>
<classpathentry kind="src" path="components/jee/test-src"/>
<classpathentry kind="src" path="components/reflections/src"/>
<classpathentry kind="src" path="components/reflections/test-src"/>
<classpathentry kind="src" path="examples/basics/src"/>
<classpathentry kind="src" path="examples/common-web/src"/>
<classpathentry kind="src" path="examples/common-web/test-src"/>
<classpathentry kind="src" path="examples/common-web/web"/>
<classpathentry kind="src" path="examples/servlet-and-jdbc/src"/>
<classpathentry kind="src" path="examples/servlet-and-jdbc/test-src"/>
<classpathentry kind="src" path="examples/servlet-and-jdbc/web"/>
<classpathentry kind="src" path="examples/spring-and-mybatis/src"/>
<classpathentry kind="src" path="examples/spring-and-mybatis/test-src"/>
<classpathentry kind="src" path="examples/spring-and-mybatis/web"/>
<classpathentry kind="src" path="examples/jee/src"/>
<classpathentry kind="src" path="examples/jee/test-src"/>
<classpathentry kind="src" path="examples/jee/web"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="thirdparty/junit-4.8.1.jar" sourcepath="thirdparty-sources/junit-4.8.1-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/commons-logging-1.1.1.jar" sourcepath="thirdparty-sources/commons-logging-1.1.1-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/servlet-api-2.5.jar" sourcepath="thirdparty-sources/servlet-api-2.5-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/jstl-1.2.jar" sourcepath="thirdparty-sources/jstl-1.2-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/atomikos-util.jar"/>
<classpathentry kind="lib" path="thirdparty/transactions-api.jar"/>
<classpathentry kind="lib" path="thirdparty/transactions-jdbc.jar" sourcepath="thirdparty-sources/atomikos-3.7.0.jar"/>
<classpathentry kind="lib" path="thirdparty/transactions-jta.jar"/>
<classpathentry kind="lib" path="thirdparty/transactions.jar"/>
<classpathentry kind="lib" path="thirdparty/compile/geronimo-j2ee-connector_1.5_spec.jar"/>
<classpathentry kind="lib" path="thirdparty/compile/geronimo-jta_1.0.1B_spec.jar"/>
<classpathentry kind="lib" path="thirdparty/h2-1.3.158.jar"/>
<classpathentry kind="lib" path="thirdparty/slf4j-api.jar"/>
<classpathentry kind="lib" path="thirdparty/slf4j-nop.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.asm-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.beans-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.context-3.0.6.RELEASE.jar" sourcepath="thirdparty-sources/org.springframework.context-sources-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.core-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.expression-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.web-3.0.6.RELEASE.jar" sourcepath="thirdparty-sources/org.springframework.web-sources-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.web.servlet-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/mybatis-spring-1.1.1.jar" sourcepath="thirdparty-sources/mybatis-spring-1.1.1-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/mybatis-3.1.1.jar" sourcepath="thirdparty-sources/mybatis-3.1.1-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.jdbc-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/org.springframework.aop-3.0.6.RELEASE.jar"/>
<classpathentry kind="lib" path="thirdparty/ejb-api-3.0.jar" sourcepath="thirdparty-sources/ejb-api-3.0-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/jsr250-api-1.0.jar" sourcepath="thirdparty-sources/jsr250-api-1.0-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/persistence-api-1.0.jar" sourcepath="thirdparty-sources/persistence-api-1.0-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/reflections-0.9.5.jar" sourcepath="thirdparty-sources/reflections-0.9.5-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/guava-13.0.1.jar" sourcepath="thirdparty-sources/guava-13.0.1-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/javassist-3.8.0.GA.jar"/>
<classpathentry kind="lib" path="thirdparty/jboss-vfs-3.1.0.Final.jar" sourcepath="thirdparty-sources/jboss-vfs-3.1.0.Final-sources.jar"/>
<classpathentry kind="lib" path="thirdparty/jboss-logging-3.0.0.GA.jar" sourcepath="thirdparty-sources/jboss-logging-3.0.0.GA-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>