aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache/BUCK
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused dependency to commons loggingRĂ¼diger Herrmann2016-01-241-1/+0
| | | | | Signed-off-by: RĂ¼diger Herrmann <ruediger.herrmann@gmx.de> Change-Id: Ibbca0f7023350a5d424b6a5a84a5d11845a8ded7
* buck: build standalone jgit binaryShawn Pearce2015-12-311-0/+12
Construct the java_application JAR wrapped with the shell script header. This is enough to clone a repository over HTTPs: $ buck build :jgit_bin $ buck-out/gen/jgit_bin/jgit_bin clone https://... Change-Id: I4aceb4e77b2ec9be76a32ec93d94f2dafe9acce6