aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-18 11:15:44 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-18 11:15:44 +0000
commitb6831f847f93622a64f1b776bc3cf62befddab98 (patch)
tree98498d7b4f4cf784f63b4afca50d1514d08f53fd
parentd547f87da5f68c12dede7c9d45618cae11ff5699 (diff)
Added Apache HttpCore and HttpClient to classpath, in preparation for usage in the client and server.
-rw-r--r--.classpath7
-rw-r--r--lib/commons-codec-1.4.jarbin0 -> 58160 bytes
-rw-r--r--lib/commons-logging-1.1.1.jarbin0 -> 60686 bytes
-rw-r--r--lib/httpclient-4.1.jarbin0 -> 349959 bytes
-rw-r--r--lib/httpclient-cache-4.1.jarbin0 -> 105970 bytes
-rw-r--r--lib/httpcore-4.1.jarbin0 -> 181041 bytes
-rw-r--r--lib/httpmime-4.1.jarbin0 -> 26813 bytes
7 files changed, 7 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index a922195..2a83150 100644
--- a/.classpath
+++ b/.classpath
@@ -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
new file mode 100644
index 0000000..458d432
--- /dev/null
+++ b/lib/commons-codec-1.4.jar
Binary files differ
diff --git a/lib/commons-logging-1.1.1.jar b/lib/commons-logging-1.1.1.jar
new file mode 100644
index 0000000..1deef14
--- /dev/null
+++ b/lib/commons-logging-1.1.1.jar
Binary files differ
diff --git a/lib/httpclient-4.1.jar b/lib/httpclient-4.1.jar
new file mode 100644
index 0000000..6ee9c73
--- /dev/null
+++ b/lib/httpclient-4.1.jar
Binary files differ
diff --git a/lib/httpclient-cache-4.1.jar b/lib/httpclient-cache-4.1.jar
new file mode 100644
index 0000000..5270edd
--- /dev/null
+++ b/lib/httpclient-cache-4.1.jar
Binary files differ
diff --git a/lib/httpcore-4.1.jar b/lib/httpcore-4.1.jar
new file mode 100644
index 0000000..a357c07
--- /dev/null
+++ b/lib/httpcore-4.1.jar
Binary files differ
diff --git a/lib/httpmime-4.1.jar b/lib/httpmime-4.1.jar
new file mode 100644
index 0000000..502e5fd
--- /dev/null
+++ b/lib/httpmime-4.1.jar
Binary files differ