summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJohn Crygier <john.crygier@aon.com>2012-04-10 12:48:06 -0500
committerJohn Crygier <john.crygier@aon.com>2012-04-10 12:48:06 -0500
commitf3b625d298bab922c64192c25914e352bd87e59e (patch)
tree6581e8fc091d01aa9b596094f5efcf739f2f392a /.classpath
parent6cca8699f98a606ff19e88d40a8a2535fdc340e7 (diff)
downloadgitblit-f3b625d298bab922c64192c25914e352bd87e59e.tar.gz
gitblit-f3b625d298bab922c64192c25914e352bd87e59e.zip
Rework LDAP implementation with unboundid. Also allows for an LDAP server to be started with Gitblit GO (backed by an LDIF file).
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index b0f1f866..f636f49c 100644
--- a/.classpath
+++ b/.classpath
@@ -30,5 +30,6 @@
<classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.3.0.201202151440-r-sources.jar"/>
<classpathentry kind="lib" path="ext/lucene-highlighter-3.5.0.jar" sourcepath="ext/lucene-highlighter-3.5.0-sources.jar"/>
<classpathentry kind="lib" path="ext/lucene-memory-3.5.0.jar" sourcepath="ext/lucene-memory-3.5.0-sources.jar"/>
+ <classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/unboundid-ldapsdk-2.3.0-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>