From f09f249c0eacbc73592c4f656a9c34f6bc1df1cc Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 23 Nov 2012 10:52:43 -0500
Subject: [PATCH] Added JCalendar 1.3.2 dependency

---
 .classpath |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.classpath b/.classpath
index 6040952..772d0e6 100644
--- a/.classpath
+++ b/.classpath
@@ -33,6 +33,7 @@
 	<classpathentry kind="lib" path="ext/groovy-all-1.8.8.jar" sourcepath="ext/src/groovy-all-1.8.8-sources.jar" />
 	<classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.0-sources.jar" />
 	<classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0-sources.jar" />
+	<classpathentry kind="lib" path="ext/jcalendar-1.3.2.jar" />
 	<classpathentry kind="lib" path="ext/junit-4.10.jar" sourcepath="ext/src/junit-4.10-sources.jar" />
 	<classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar" />
 	<classpathentry kind="output" path="bin/classes" />

--
Gitblit v1.9.1