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 /gitblit.iml | |
parent | a40cbcfc4fab2ca16304c7393a68fe95a9322edc (diff) | |
download | gitblit-1ad355302a3daf0962f8e20538f6b4c4a9c8329a.tar.gz gitblit-1ad355302a3daf0962f8e20538f6b4c4a9c8329a.zip |
Update httpclient to 4.3.4
Diffstat (limited to 'gitblit.iml')
-rw-r--r-- | gitblit.iml | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/gitblit.iml b/gitblit.iml index 878fdc3c..ad39963e 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -80,6 +80,50 @@ </library> </orderEntry> <orderEntry type="module-library"> + <library name="httpclient-4.3.4.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/httpclient-4.3.4.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/httpclient-4.3.4.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="httpcore-4.3.2.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/httpcore-4.3.2.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/httpcore-4.3.2.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="commons-logging-1.1.3.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/commons-logging-1.1.3.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/commons-logging-1.1.3.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="commons-codec-1.7.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/ext/commons-codec-1.7.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$MODULE_DIR$/ext/src/commons-codec-1.7.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> <library name="log4j-1.2.17.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/log4j-1.2.17.jar!/" /> @@ -441,50 +485,6 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="httpclient-4.1.3.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/httpclient-4.1.3.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/httpclient-4.1.3.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library"> - <library name="httpcore-4.1.4.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/httpcore-4.1.4.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/httpcore-4.1.4.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library"> - <library name="commons-logging-1.1.1.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/commons-logging-1.1.1.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/commons-logging-1.1.1.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library"> - <library name="commons-codec-1.7.jar"> - <CLASSES> - <root url="jar://$MODULE_DIR$/ext/commons-codec-1.7.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/commons-codec-1.7.jar!/" /> - </SOURCES> - </library> - </orderEntry> - <orderEntry type="module-library"> <library name="org.eclipse.jgit.http.server-3.4.1.201406201815-r.jar"> <CLASSES> <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-3.4.1.201406201815-r.jar!/" /> |