-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
26 lines (26 loc) · 1.51 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" path="test"/>
<classpathentry kind="src" path="resources-common"/>
<classpathentry kind="src" path="resources-server"/>
<classpathentry kind="src" path="resources-client"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/build/junit.jar"/>
<classpathentry kind="lib" path="lib/common/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/common/log4j-1.2.8.jar"/>
<classpathentry kind="lib" path="lib/server/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="lib/server/asm.jar"/>
<classpathentry kind="lib" path="lib/server/asm-attrs.jar"/>
<classpathentry kind="lib" path="lib/server/cglib-2.1.3.jar"/>
<classpathentry kind="lib" path="lib/server/commons-collections.jar"/>
<classpathentry kind="lib" path="lib/server/commons-pool-1.3.jar"/>
<classpathentry kind="lib" path="lib/server/hibernate3.jar" sourcepath="C:/Projects/hibernate-3.2/src"/>
<classpathentry kind="lib" path="lib/server/jta.jar"/>
<classpathentry kind="lib" path="lib/server/mysql-connector-java-5.0.7-bin.jar"/>
<classpathentry kind="lib" path="lib/common/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/common/activation.jar"/>
<classpathentry kind="lib" path="lib/common/mail.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="output" path="bin"/>
</classpath>