From 470a156243c9b558bc61085b5196994cf71a5090 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 27 Apr 2012 17:30:05 -0400 Subject: [PATCH] Added Ivy 2.2.0 dependency (issue 91) --- .classpath | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index 3a3fc0a..37eb634 100644 --- a/.classpath +++ b/.classpath @@ -31,5 +31,6 @@ <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="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/ivy-2.2.0-sources.jar"/> <classpathentry kind="output" path="bin"/> </classpath> -- Gitblit v1.9.1