diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-18 11:15:44 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-18 11:15:44 +0000 |
commit | b6831f847f93622a64f1b776bc3cf62befddab98 (patch) | |
tree | 98498d7b4f4cf784f63b4afca50d1514d08f53fd | |
parent | d547f87da5f68c12dede7c9d45618cae11ff5699 (diff) |
Added Apache HttpCore and HttpClient to classpath, in preparation for usage in the client and server.
-rw-r--r-- | .classpath | 7 | ||||
-rw-r--r-- | lib/commons-codec-1.4.jar | bin | 0 -> 58160 bytes | |||
-rw-r--r-- | lib/commons-logging-1.1.1.jar | bin | 0 -> 60686 bytes | |||
-rw-r--r-- | lib/httpclient-4.1.jar | bin | 0 -> 349959 bytes | |||
-rw-r--r-- | lib/httpclient-cache-4.1.jar | bin | 0 -> 105970 bytes | |||
-rw-r--r-- | lib/httpcore-4.1.jar | bin | 0 -> 181041 bytes | |||
-rw-r--r-- | lib/httpmime-4.1.jar | bin | 0 -> 26813 bytes |
7 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> diff --git a/lib/commons-codec-1.4.jar b/lib/commons-codec-1.4.jar Binary files differnew file mode 100644 index 0000000..458d432 --- /dev/null +++ b/lib/commons-codec-1.4.jar diff --git a/lib/commons-logging-1.1.1.jar b/lib/commons-logging-1.1.1.jar Binary files differnew file mode 100644 index 0000000..1deef14 --- /dev/null +++ b/lib/commons-logging-1.1.1.jar diff --git a/lib/httpclient-4.1.jar b/lib/httpclient-4.1.jar Binary files differnew file mode 100644 index 0000000..6ee9c73 --- /dev/null +++ b/lib/httpclient-4.1.jar diff --git a/lib/httpclient-cache-4.1.jar b/lib/httpclient-cache-4.1.jar Binary files differnew file mode 100644 index 0000000..5270edd --- /dev/null +++ b/lib/httpclient-cache-4.1.jar diff --git a/lib/httpcore-4.1.jar b/lib/httpcore-4.1.jar Binary files differnew file mode 100644 index 0000000..a357c07 --- /dev/null +++ b/lib/httpcore-4.1.jar diff --git a/lib/httpmime-4.1.jar b/lib/httpmime-4.1.jar Binary files differnew file mode 100644 index 0000000..502e5fd --- /dev/null +++ b/lib/httpmime-4.1.jar |