]> source.dussan.org Git - jgit.git/commit
Implement Bazel build for http-apache, lfs, lfs-server 64/89164/2
authorDavid Pursehouse <david.pursehouse@gmail.com>
Fri, 20 Jan 2017 03:58:46 +0000 (12:58 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 22 Jan 2017 21:34:12 +0000 (22:34 +0100)
commit9d1474431fea4fd034885f50015f91b7b68a72b7
treeeff3ba1be46042ef0ce923b8a23f633233dfdecb
parentdd5e500a57fce994331dd9c9a03cb9577998a4a8
Implement Bazel build for http-apache, lfs, lfs-server

Test plan:

  $ bazel build all

  $ unzip -t bazel-genfiles/all.zip
    Archive:  bazel-genfiles/all.zip
      testing: libhttp-apache.jar       OK
      testing: libjgit-archive.jar      OK
      testing: libjgit-lfs-server.jar   OK
      testing: libjgit-lfs.jar          OK
      testing: libjgit-servlet.jar      OK
      testing: libjgit.jar              OK
      testing: libjunit.jar             OK
    No errors detected in compressed data of bazel-genfiles/all.zip.

Change-Id: I9e6c60898ccc6d2a4557ec7544c297442a9702b4
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
BUILD
org.eclipse.jgit.http.apache/BUILD [new file with mode: 0644]
org.eclipse.jgit.lfs.server/BUILD [new file with mode: 0644]
org.eclipse.jgit.lfs/BUILD [new file with mode: 0644]