|
Revision 142
(checked in by muness, 3 years ago)
|
--
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<classpath> |
|---|
| 3 |
<classpathentry kind="src" path="src"/> |
|---|
| 4 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 5 |
<classpathentry sourcepath="JUNIT_SRC_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> |
|---|
| 6 |
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/> |
|---|
| 7 |
<classpathentry kind="lib" path="lib/commons-httpclient-3.0.jar"/> |
|---|
| 8 |
<classpathentry kind="lib" path="lib/commons-logging.jar"/> |
|---|
| 9 |
<classpathentry kind="lib" path="lib/dom4j-full.jar"/> |
|---|
| 10 |
<classpathentry kind="lib" path="lib/junit.jar"/> |
|---|
| 11 |
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Log4j"/> |
|---|
| 12 |
<classpathentry kind="src" path="tests"/> |
|---|
| 13 |
<classpathentry kind="output" path="bin"/> |
|---|
| 14 |
</classpath> |
|---|