aboutsummaryrefslogtreecommitdiffstats
path: root/BUCK
diff options
context:
space:
mode:
Diffstat (limited to 'BUCK')
-rw-r--r--BUCK17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUCK b/BUCK
index 1deab2fe3e..22ab59291f 100644
--- a/BUCK
+++ b/BUCK
@@ -46,6 +46,23 @@ genrule(
)
java_library(
+ name = 'jgit-lfs-server',
+ exported_deps = [
+ ':jgit',
+ ':jgit-lfs',
+ '//org.eclipse.jgit.lfs.server:jgit-lfs-server'
+ ],
+ visibility = ['PUBLIC'],
+)
+
+genrule(
+ name = 'jgit-lfs-server_src',
+ cmd = 'ln -s $(location //org.eclipse.jgit.lfs.server:jgit-lfs-server_src) $OUT',
+ out = 'jgit-lfs-server_src.zip',
+ visibility = ['PUBLIC'],
+)
+
+java_library(
name = 'junit',
exported_deps = [
':jgit',