]> source.dussan.org Git - gitblit.git/commitdiff
Added Lucene Memory lib dependency
authorJames Moger <james.moger@gitblit.com>
Wed, 14 Mar 2012 20:18:39 +0000 (16:18 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 14 Mar 2012 20:18:39 +0000 (16:18 -0400)
.classpath
src/com/gitblit/build/Build.java

index f5ee4985e1fb0eda2e2d9c9aa157969cc28c44ea..d7f8837766ee17984cddea50bce2e351cf0230b8 100644 (file)
@@ -29,5 +29,6 @@
        <classpathentry kind="lib" path="ext/org.eclipse.jgit-1.3.0.201202151440-r.jar" sourcepath="ext/org.eclipse.jgit-1.3.0.201202151440-r-sources.jar"/>
        <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="output" path="bin"/>
 </classpath>
index 96166f106e7ac99ef25874e2406fdf1b3171eb8a..9b855db0dd7cfa12d97a779a58479ef5a7270705 100644 (file)
@@ -93,6 +93,7 @@ public class Build {
                downloadFromApache(MavenObject.GROOVY, BuildType.RUNTIME);\r
                downloadFromApache(MavenObject.LUCENE, BuildType.RUNTIME);\r
                downloadFromApache(MavenObject.LUCENE_HIGHLIGHTER, BuildType.RUNTIME);\r
+               downloadFromApache(MavenObject.LUCENE_MEMORY, BuildType.RUNTIME);\r
 \r
                downloadFromEclipse(MavenObject.JGIT, BuildType.RUNTIME);\r
                downloadFromEclipse(MavenObject.JGIT_HTTP, BuildType.RUNTIME);\r
@@ -122,6 +123,7 @@ public class Build {
                downloadFromApache(MavenObject.GROOVY, BuildType.COMPILETIME);\r
                downloadFromApache(MavenObject.LUCENE, BuildType.COMPILETIME);\r
                downloadFromApache(MavenObject.LUCENE_HIGHLIGHTER, BuildType.COMPILETIME);\r
+               downloadFromApache(MavenObject.LUCENE_MEMORY, BuildType.COMPILETIME);\r
                \r
                downloadFromEclipse(MavenObject.JGIT, BuildType.COMPILETIME);\r
                downloadFromEclipse(MavenObject.JGIT_HTTP, BuildType.COMPILETIME);\r
@@ -519,6 +521,10 @@ public class Build {
                                "3.5.0", 88000, 82334, 0, "9b38acfa185337dac65e350073a26fe2416f2b0e",\r
                                "200a9b9857e589b9f5bc9f65ecf5daa37e19527d", "");\r
 \r
+               public static final MavenObject LUCENE_MEMORY = new MavenObject("lucene memory", "org/apache/lucene", "lucene-memory",\r
+                               "3.5.0", 30000, 23000, 0, "7908e954e8c1b4b2463aa712b34fa4a5612e241d",\r
+                               "69b19b38d78cc3b27ea5542a14f0ebbb1625ffdd", "");\r
+\r
                \r
                public final String name;\r
                public final String group;\r