]> source.dussan.org Git - gitblit.git/commitdiff
Add Lucene Highlighter dependency
authorJames Moger <james.moger@gitblit.com>
Tue, 13 Mar 2012 02:55:59 +0000 (22:55 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 13 Mar 2012 02:55:59 +0000 (22:55 -0400)
.classpath
src/com/gitblit/build/Build.java

index c9946a8ba464a082a2e775db07f64b59b27c4327..f5ee4985e1fb0eda2e2d9c9aa157969cc28c44ea 100644 (file)
@@ -28,5 +28,6 @@
        <classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/markdownpapers-core-1.2.7-sources.jar"/>
        <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="output" path="bin"/>
 </classpath>
index 96d41dd1e6498722c3aaf4d80c5f06ce222ec9ad..96166f106e7ac99ef25874e2406fdf1b3171eb8a 100644 (file)
@@ -92,6 +92,7 @@ public class Build {
                downloadFromApache(MavenObject.MAIL, BuildType.RUNTIME);\r
                downloadFromApache(MavenObject.GROOVY, BuildType.RUNTIME);\r
                downloadFromApache(MavenObject.LUCENE, BuildType.RUNTIME);\r
+               downloadFromApache(MavenObject.LUCENE_HIGHLIGHTER, BuildType.RUNTIME);\r
 \r
                downloadFromEclipse(MavenObject.JGIT, BuildType.RUNTIME);\r
                downloadFromEclipse(MavenObject.JGIT_HTTP, BuildType.RUNTIME);\r
@@ -120,6 +121,7 @@ public class Build {
                downloadFromApache(MavenObject.MAIL, BuildType.COMPILETIME);\r
                downloadFromApache(MavenObject.GROOVY, BuildType.COMPILETIME);\r
                downloadFromApache(MavenObject.LUCENE, BuildType.COMPILETIME);\r
+               downloadFromApache(MavenObject.LUCENE_HIGHLIGHTER, BuildType.COMPILETIME);\r
                \r
                downloadFromEclipse(MavenObject.JGIT, BuildType.COMPILETIME);\r
                downloadFromEclipse(MavenObject.JGIT_HTTP, BuildType.COMPILETIME);\r
@@ -513,6 +515,11 @@ public class Build {
                                "3.5.0", 1470000, 1347000, 3608000, "90ff0731fafb05c01fee4f2247140d56e9c30a3b",\r
                                "0757113199f9c8c18c678c96d61c2c4160b9baa6", "19f8e80e5e7f6ec88a41d4f63495994692e31bf1");\r
 \r
+               public static final MavenObject LUCENE_HIGHLIGHTER = new MavenObject("lucene highlighter", "org/apache/lucene", "lucene-highlighter",\r
+                               "3.5.0", 88000, 82334, 0, "9b38acfa185337dac65e350073a26fe2416f2b0e",\r
+                               "200a9b9857e589b9f5bc9f65ecf5daa37e19527d", "");\r
+\r
+               \r
                public final String name;\r
                public final String group;\r
                public final String artifact;\r