diff options
author | David Ostrovsky <david@ostrovsky.org> | 2014-07-07 10:24:08 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2014-07-07 10:25:28 +0200 |
commit | 1ad355302a3daf0962f8e20538f6b4c4a9c8329a (patch) | |
tree | 4cdfaf98a0815b723d1ea7978bb5f7fb871934b9 /.classpath | |
parent | a40cbcfc4fab2ca16304c7393a68fe95a9322edc (diff) | |
download | gitblit-1ad355302a3daf0962f8e20538f6b4c4a9c8329a.tar.gz gitblit-1ad355302a3daf0962f8e20538f6b4c4a9c8329a.zip |
Update httpclient to 4.3.4
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,6 +11,10 @@ <classpathentry kind="lib" path="ext/guava-17.0.jar" sourcepath="ext/src/guava-17.0.jar" /> <classpathentry kind="lib" path="ext/guice-servlet-4.0-gb1.jar" sourcepath="ext/src/guice-servlet-4.0-gb1.jar" /> <classpathentry kind="lib" path="ext/annotations-12.0.jar" sourcepath="ext/src/annotations-12.0.jar" /> + <classpathentry kind="lib" path="ext/httpclient-4.3.4.jar" sourcepath="ext/src/httpclient-4.3.4.jar" /> + <classpathentry kind="lib" path="ext/httpcore-4.3.2.jar" sourcepath="ext/src/httpcore-4.3.2.jar" /> + <classpathentry kind="lib" path="ext/commons-logging-1.1.3.jar" sourcepath="ext/src/commons-logging-1.1.3.jar" /> + <classpathentry kind="lib" path="ext/commons-codec-1.7.jar" sourcepath="ext/src/commons-codec-1.7.jar" /> <classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/src/log4j-1.2.17.jar" /> <classpathentry kind="lib" path="ext/slf4j-api-1.7.7.jar" sourcepath="ext/src/slf4j-api-1.7.7.jar" /> <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.7.jar" sourcepath="ext/src/slf4j-log4j12-1.7.7.jar" /> @@ -44,10 +48,6 @@ <classpathentry kind="lib" path="ext/org.eclipse.jgit-3.4.1.201406201815-r.jar" sourcepath="ext/src/org.eclipse.jgit-3.4.1.201406201815-r.jar" /> <classpathentry kind="lib" path="ext/jsch-0.1.50.jar" sourcepath="ext/src/jsch-0.1.50.jar" /> <classpathentry kind="lib" path="ext/JavaEWAH-0.7.9.jar" sourcepath="ext/src/JavaEWAH-0.7.9.jar" /> - <classpathentry kind="lib" path="ext/httpclient-4.1.3.jar" sourcepath="ext/src/httpclient-4.1.3.jar" /> - <classpathentry kind="lib" path="ext/httpcore-4.1.4.jar" sourcepath="ext/src/httpcore-4.1.4.jar" /> - <classpathentry kind="lib" path="ext/commons-logging-1.1.1.jar" sourcepath="ext/src/commons-logging-1.1.1.jar" /> - <classpathentry kind="lib" path="ext/commons-codec-1.7.jar" sourcepath="ext/src/commons-codec-1.7.jar" /> <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-3.4.1.201406201815-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-3.4.1.201406201815-r.jar" /> <classpathentry kind="lib" path="ext/bcprov-jdk15on-1.49.jar" sourcepath="ext/src/bcprov-jdk15on-1.49.jar" /> <classpathentry kind="lib" path="ext/bcmail-jdk15on-1.49.jar" sourcepath="ext/src/bcmail-jdk15on-1.49.jar" /> @@ -88,7 +88,7 @@ <classpathentry kind="lib" path="ext/selenium-api-2.28.0.jar" sourcepath="ext/src/selenium-api-2.28.0.jar" /> <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> - <classpathentry kind="src" path="src/main/gen"> + <classpathentry kind="src" path="src/main/dagger"> <attributes> <attribute name="optional" value="true"/> </attributes> |