]> source.dussan.org Git - gitblit.git/commitdiff
Added JCalendar 1.3.2 dependency
authorJames Moger <james.moger@gitblit.com>
Fri, 23 Nov 2012 15:49:26 +0000 (10:49 -0500)
committerJames Moger <james.moger@gitblit.com>
Fri, 23 Nov 2012 15:52:43 +0000 (10:52 -0500)
.classpath
NOTICE
docs/04_design.mkd
docs/04_releases.mkd
src/com/gitblit/build/Build.java

index 60409521ad35a9df8a4c054de0629f282dd28fb1..772d0e628df8f6e5014e31f99e5ad759d70d5ca8 100644 (file)
@@ -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" />
diff --git a/NOTICE b/NOTICE
index e254c84a5f4d4a4688e39c0cb9d422cf4acf9c1a..6c2e253158eeeb6a9a51240bdaf9d24926aef0c8 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -230,4 +230,12 @@ UnboundID
    GNU LESSER GENERAL PUBLIC LICENSE. (http://www.unboundid.com/products/ldap-sdk/docs/LICENSE-LGPLv2.1.txt)\r
 \r
    http://www.unboundid.com\r
+\r
+---------------------------------------------------------------------------\r
+JCalendar\r
+---------------------------------------------------------------------------\r
+   JCalendar, released under the\r
+   GNU LESSER GENERAL PUBLIC LICENSE. (http://www.unboundid.com/products/ldap-sdk/docs/LICENSE-LGPLv2.1.txt)\r
+\r
+   http://www.toedter.com/en/jcalendar\r
    
\ No newline at end of file
index b4c623efec774d8386a2965514fa25ec4ed6c5a8..c2a735929be7d31dc6609ef9577cc32ea3ca49c5 100644 (file)
@@ -42,6 +42,7 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread
 - [Lucene](http://lucene.apache.org) (Apache 2.0)\r
 - [UnboundID](http://www.unboundid.com) (LGPL 2.1)\r
 - [Ivy](http://ant.apache.org/ivy) (Apache 2.0)\r
+- [JCalendar](http://www.toedter.com/en/jcalendar) (LGPL 2.1)\r
 \r
 ### Other Build Dependencies\r
 - [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)\r
index a3ea493d1d88f9d5c7a12ce7420bc0bbc39f9586..99e92eeee986be1f588e214e82a27d08d2f07bf3 100644 (file)
@@ -85,6 +85,7 @@ If *realm.ldap.maintainTeams==true* **AND** *realm.ldap.admins* is not empty, th
 - updated to Wicket 1.4.21\r
 - updated to Lucene 3.6.1\r
 - updated to BouncyCastle 1.47\r
+- added JCalendar 1.3.2\r
 \r
 <hr/>\r
 \r
index 481ead5cf7d9edc73270811e1f1bb61a54dcf9ae..c74c6cb77f3d92c10cf8d68b5b2d0abfaf3abc09 100644 (file)
@@ -100,6 +100,7 @@ public class Build {
                downloadFromApache(MavenObject.JAKARTA_REGEXP, BuildType.RUNTIME);\r
                downloadFromApache(MavenObject.UNBOUND_ID, BuildType.RUNTIME);\r
                downloadFromApache(MavenObject.IVY, BuildType.RUNTIME);\r
+               downloadFromApache(MavenObject.JCALENDAR, BuildType.RUNTIME);\r
 \r
                downloadFromEclipse(MavenObject.JGIT, BuildType.RUNTIME);\r
                downloadFromEclipse(MavenObject.JGIT_HTTP, BuildType.RUNTIME);\r
@@ -136,6 +137,7 @@ public class Build {
                downloadFromApache(MavenObject.JAKARTA_REGEXP, BuildType.COMPILETIME);\r
                downloadFromApache(MavenObject.UNBOUND_ID, BuildType.COMPILETIME);\r
                downloadFromApache(MavenObject.IVY, BuildType.COMPILETIME);\r
+               downloadFromApache(MavenObject.JCALENDAR, BuildType.COMPILETIME);\r
                \r
                downloadFromEclipse(MavenObject.JGIT, BuildType.COMPILETIME);\r
                downloadFromEclipse(MavenObject.JGIT_HTTP, BuildType.COMPILETIME);\r
@@ -742,6 +744,11 @@ public class Build {
                 "f9d1e83e82fc085093510f7d2e77d81d52bc2081",\r
                                "0312527950ad0e8fbab37228fbed3bf41a6fe0a1", "");\r
 \r
+               public static final MavenObject JCALENDAR = new MavenObject(\r
+                "jcalendar", "com/toedter", "jcalendar", "1.3.2",\r
+                127000, 0, 0,\r
+                "323a672aeacb5f5f4461be3b7f7d9d3e4bda80d4",\r
+                               null, "");\r
                \r
                public final String name;\r
                public final String group;\r