diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-05 18:40:39 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-05 18:40:39 -0400 |
commit | 5b60db394cbbbb031b615ff3278ec43cbe3fe88c (patch) | |
tree | 266ff0212aede918fc235d848adb07a762c4d0f4 /.classpath | |
parent | cf9550d8df51d927c63176675280d69b86e7a6e2 (diff) | |
download | gitblit-5b60db394cbbbb031b615ff3278ec43cbe3fe88c.tar.gz gitblit-5b60db394cbbbb031b615ff3278ec43cbe3fe88c.zip |
Automatically generate a self-signed certificate with BouncyCastle.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -69,5 +69,10 @@ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/bcprov-jdk16-1.46-javadoc.jar!/"/>
</attributes>
</classpathentry>
+ <classpathentry kind="lib" path="ext/bcmail-jdk16-1.46.jar" sourcepath="ext/bcmail-jdk16-1.46-sources.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/bcmail-jdk16-1.46-javadoc.jar!/"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
|