forked from belaban/JGroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/obsolete/*" kind="src" path="src"/>
<classpathentry kind="src" path="tests/junit-functional"/>
<classpathentry excluding="**/obsolete/*" kind="src" path="tests/junit"/>
<classpathentry excluding="**/obsolete/*" kind="src" path="tests/other"/>
<classpathentry excluding="**/obsolete/*" kind="src" path="tests/perf"/>
<classpathentry excluding="**/obsolete/*" kind="src" path="tests/stress"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="lib" path="lib/bsh-1.2b3.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/xalan.jar"/>
<classpathentry kind="lib" path="conf"/>
<classpathentry kind="lib" path="lib/testng.jar"/>
<classpathentry kind="lib" path="lib/bouncycastle.jar"/>
<classpathentry kind="lib" path="classes"/>
<classpathentry kind="output" path="eclipse-classes"/>
</classpath>