summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-05-05 18:40:39 -0400
committerJames Moger <james.moger@gitblit.com>2011-05-05 18:40:39 -0400
commit5b60db394cbbbb031b615ff3278ec43cbe3fe88c (patch)
tree266ff0212aede918fc235d848adb07a762c4d0f4 /.classpath
parentcf9550d8df51d927c63176675280d69b86e7a6e2 (diff)
downloadgitblit-5b60db394cbbbb031b615ff3278ec43cbe3fe88c.tar.gz
gitblit-5b60db394cbbbb031b615ff3278ec43cbe3fe88c.zip
Automatically generate a self-signed certificate with BouncyCastle.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath5
1 files changed, 5 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 26484c28..5cddd209 100644
--- a/.classpath
+++ b/.classpath
@@ -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>