diff options
author | James Moger <james.moger@gitblit.com> | 2014-05-05 11:03:08 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-05-05 11:03:08 -0400 |
commit | 4d1f6a5670c90b53cbb1dbf6bb75f20cb440445b (patch) | |
tree | 2aafba4d02e71c624e7348696f4ef8c46b2ee112 /.classpath | |
parent | 477412d32836c6a8821f17ff0c26a3c18843d815 (diff) | |
download | gitblit-4d1f6a5670c90b53cbb1dbf6bb75f20cb440445b.tar.gz gitblit-4d1f6a5670c90b53cbb1dbf6bb75f20cb440445b.zip |
Update to javax.mail 1.5.1
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ <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.5.jar" sourcepath="ext/src/slf4j-api-1.7.5.jar" /> <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.5.jar" sourcepath="ext/src/slf4j-log4j12-1.7.5.jar" /> - <classpathentry kind="lib" path="ext/mail-1.4.3.jar" sourcepath="ext/src/mail-1.4.3.jar" /> + <classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" /> <classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" /> <classpathentry kind="lib" path="ext/jetty-all-9.1.4.v20140401.jar" sourcepath="ext/src/jetty-all-9.1.4.v20140401.jar" /> <classpathentry kind="lib" path="ext/wicket-1.4.21.jar" sourcepath="ext/src/wicket-1.4.21.jar" /> |