diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,5 +5,12 @@ <classpathentry kind="lib" path="lib/postgresql-9.0-801.jdbc4.jar"/> <classpathentry kind="lib" path="lib/swixml.jar"/> <classpathentry kind="lib" path="lib/jdom.jar"/> + <classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/> + <classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/> + <classpathentry kind="lib" path="lib/httpclient-4.1.jar"/> + <classpathentry kind="lib" path="lib/httpclient-cache-4.1.jar"/> + <classpathentry kind="lib" path="lib/httpcore-4.1.jar"/> + <classpathentry kind="lib" path="lib/httpmime-4.1.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="bin"/> </classpath> |